Shades of Pine Glade #B9B87A
Tints of Pine Glade #B9B87A
RGB
CMYK
RGB Variations
Color information
#B9B87A (or 0xB9B87A) is known color: Pine Glade. HEX triplet: B9, B8 and 7A. RGB value is (185,184,122). Sum of RGB (Red+Green+Blue) = 185+184+122=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B87A is #464785. Grayscale: #B1B1B1. Windows color (decimal): -4605830 or 8042681. OLE color: 8042681.
HSL color Cylindrical-coordinate representation of color #B9B87A: hue angle of 59.05º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9B87A is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 122 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.27 |
| HSL | 59.05º | 0.31% | 0.6% | - |
| HSV(B) | 59.05º | 0.34% | 0.73% | - |
| XYZ | 40.66 | 46 | 25.15 | - |
| YUV | 177.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 122 | 0 | 0.01 | 0.34 | 0.27 | 59.05 | 0.31 | 0.6 |
| Hex | B9 | B8 | 7A | 0 | 1 | 22 | 1B | 3B | 1F | 3C |
| Octal | 271 | 270 | 172 | 0 | 1 | 42 | 33 | 73 | 37 | 74 |
| Binary | 10111001 | 10111000 | 1111010 | 0 | 1 | 100010 | 11011 | 111011 | 11111 | 111100 |
Color Harmonies of #B9B87A
Complementary color
Monochromatic Colors of #B9B87A
Black with #B9B87A
Text Example
Text Example
White with #B9B87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B87A; }
p { color: rgb(185,184,122); }
H1.HeaderClassName
{
color: #B9B87A;
}
.AnyTagClassName
{
color: #B9B87A;
}
</style>
background-color css
<style>
a { background-color: #B9B87A; }
a { background-color: rgb(185,184,122); }
div.DivClassName
{
background-color: #B9B87A;
}
.BgClassName
{
background-color: #B9B87A;
}
</style>
border-color css
<style>
span { border-color: #B9B87A; }
span { border-color: rgb(185,184,122); }
td.TdClassName
{
border-color: #B9B87A;
}
.TagClassName
{
border-color: #B9B87A;
}
</style>