In the RGB color space, #B9B298 is composed of 72.549% red, 69.8039% green, and 59.6078% blue.
In the CMYK color space, #B9B298 is composed of 0% cyan, 3.79% magenta, 17.84% yellow, and 27.45% black,
It has a hue angle of 47.2 degrees, a saturation of 19.07%, and a lightness of 66.08%.
The closest websafe color is #CC9999.
The hexadecimal color #B9B298 has RGB values of R:185, G:178, B:152 and CMYK values of C:0, M:3.79, Y:17.84, K:27.45. It has a decimal value of 12169880.
Hexadecimal | #B9B298 | #B9B298 |
RGB Decimal | 185, 178, 152 | rgb(185, 178, 152) |
RGB Percent | 72.549, 69.8039, 59.6078 | rgb(72.549%, 69.8039%, 59.6078%) |
RGB Proportion | 0.7255, 0.698, 0.5961 | rgb(0.7255, 0.698, 0.5961) |
CMYK | 0, 3.79, 17.84, 27.45 | |
HSL | 47.2ยบ, 19.07, 66.08 | hsl(47.2, 19.07%, 66.08%) |
Websafe | CC9999 | #CC9999 |
XYZ | 41.595, 44.419, 36.09 | |
Yxy | 44.419, 0.341, 0.364 | |
CIE-LAB | 72.508, -1.889, 14.188 | |
CIE-LCH | 72.508, 14.313, 97.584 | |
CIE-LUV | 72.508, 5.674, 20.256 | |
Hunter-Lab | 66.648, -5.231, 14.547 |
Colors that go well with #B9B298.
Common HTML and CSS shortcodes for #B9B298.
<div style="color: #B9B298;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #B9B298;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #B9B298;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #B9B298 to transparent.
<div style="background: linear-gradient(#B9B298, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #B9B298 to transparent.
<div style="background: radial-gradient(#B9B298, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #B9B298 to #464D67.
<div style="background: linear-gradient(#B9B298, #464D67);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #B9B298 to #464D67.
<div style="background: radial-gradient(#B9B298, #464D67);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #B9B298; }
.background { background-color: #B9B298; }
.border { border: 1px solid #B9B298; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #030302 while the lightest tint is #FEFEFD.