Shades of Pine Glade #B9B67E
Tints of Pine Glade #B9B67E
RGB
CMYK
RGB Variations
Color information
#B9B67E (or 0xB9B67E) is known color: Pine Glade. HEX triplet: B9, B6 and 7E. RGB value is (185,182,126). Sum of RGB (Red+Green+Blue) = 185+182+126=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B67E is #464981. Grayscale: #B0B0B0. Windows color (decimal): -4606338 or 8304313. OLE color: 8304313.
HSL color Cylindrical-coordinate representation of color #B9B67E: hue angle of 56.95º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9B67E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 182 | 126 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.27 |
| HSL | 56.95º | 0.3% | 0.61% | - |
| HSV(B) | 56.95º | 0.32% | 0.73% | - |
| XYZ | 40.5 | 45.28 | 26.34 | - |
| YUV | 176.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 182 | 126 | 0 | 0.02 | 0.32 | 0.27 | 56.95 | 0.3 | 0.61 |
| Hex | B9 | B6 | 7E | 0 | 2 | 20 | 1B | 39 | 1E | 3D |
| Octal | 271 | 266 | 176 | 0 | 2 | 40 | 33 | 71 | 36 | 75 |
| Binary | 10111001 | 10110110 | 1111110 | 0 | 10 | 100000 | 11011 | 111001 | 11110 | 111101 |
Color Harmonies of #B9B67E
Complementary color
Monochromatic Colors of #B9B67E
Black with #B9B67E
Text Example
Text Example
White with #B9B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B67E; }
p { color: rgb(185,182,126); }
H1.HeaderClassName
{
color: #B9B67E;
}
.AnyTagClassName
{
color: #B9B67E;
}
</style>
background-color css
<style>
a { background-color: #B9B67E; }
a { background-color: rgb(185,182,126); }
div.DivClassName
{
background-color: #B9B67E;
}
.BgClassName
{
background-color: #B9B67E;
}
</style>
border-color css
<style>
span { border-color: #B9B67E; }
span { border-color: rgb(185,182,126); }
td.TdClassName
{
border-color: #B9B67E;
}
.TagClassName
{
border-color: #B9B67E;
}
</style>