Shades of Pine Glade #B9B986
Tints of Pine Glade #B9B986
RGB
CMYK
RGB Variations
Color information
#B9B986 (or 0xB9B986) is known color: Pine Glade. HEX triplet: B9, B9 and 86. RGB value is (185,185,134). Sum of RGB (Red+Green+Blue) = 185+185+134=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B986 is #464679. Grayscale: #B3B3B3. Windows color (decimal): -4605562 or 8829369. OLE color: 8829369.
HSL color Cylindrical-coordinate representation of color #B9B986: hue angle of 60º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9B986 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 134 | - |
| CMYK | 0 | 0 | 0.28 | 0.27 |
| HSL | 60º | 0.27% | 0.63% | - |
| HSV(B) | 60º | 0.28% | 0.73% | - |
| XYZ | 41.66 | 46.73 | 29.38 | - |
| YUV | 179.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 134 | 0 | 0 | 0.28 | 0.27 | 60 | 0.27 | 0.63 |
| Hex | B9 | B9 | 86 | 0 | 0 | 1C | 1B | 3C | 1B | 3F |
| Octal | 271 | 271 | 206 | 0 | 0 | 34 | 33 | 74 | 33 | 77 |
| Binary | 10111001 | 10111001 | 10000110 | 0 | 0 | 11100 | 11011 | 111100 | 11011 | 111111 |
Color Harmonies of #B9B986
Complementary color
Monochromatic Colors of #B9B986
Black with #B9B986
Text Example
Text Example
White with #B9B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B986; }
p { color: rgb(185,185,134); }
H1.HeaderClassName
{
color: #B9B986;
}
.AnyTagClassName
{
color: #B9B986;
}
</style>
background-color css
<style>
a { background-color: #B9B986; }
a { background-color: rgb(185,185,134); }
div.DivClassName
{
background-color: #B9B986;
}
.BgClassName
{
background-color: #B9B986;
}
</style>
border-color css
<style>
span { border-color: #B9B986; }
span { border-color: rgb(185,185,134); }
td.TdClassName
{
border-color: #B9B986;
}
.TagClassName
{
border-color: #B9B986;
}
</style>