Shades of Pine Glade #B8B87E
Tints of Pine Glade #B8B87E
RGB
CMYK
RGB Variations
Color information
#B8B87E (or 0xB8B87E) is known color: Pine Glade. HEX triplet: B8, B8 and 7E. RGB value is (184,184,126). Sum of RGB (Red+Green+Blue) = 184+184+126=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B87E is #474781. Grayscale: #B1B1B1. Windows color (decimal): -4671362 or 8304824. OLE color: 8304824.
HSL color Cylindrical-coordinate representation of color #B8B87E: hue angle of 60º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8B87E is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 184 | 126 | - |
| CMYK | 0 | 0 | 0.32 | 0.28 |
| HSL | 60º | 0.29% | 0.61% | - |
| HSV(B) | 60º | 0.32% | 0.72% | - |
| XYZ | 40.67 | 45.98 | 26.47 | - |
| YUV | 177.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 184 | 126 | 0 | 0 | 0.32 | 0.28 | 60 | 0.29 | 0.61 |
| Hex | B8 | B8 | 7E | 0 | 0 | 20 | 1C | 3C | 1D | 3D |
| Octal | 270 | 270 | 176 | 0 | 0 | 40 | 34 | 74 | 35 | 75 |
| Binary | 10111000 | 10111000 | 1111110 | 0 | 0 | 100000 | 11100 | 111100 | 11101 | 111101 |
Color Harmonies of #B8B87E
Complementary color
Monochromatic Colors of #B8B87E
Black with #B8B87E
Text Example
Text Example
White with #B8B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B87E; }
p { color: rgb(184,184,126); }
H1.HeaderClassName
{
color: #B8B87E;
}
.AnyTagClassName
{
color: #B8B87E;
}
</style>
background-color css
<style>
a { background-color: #B8B87E; }
a { background-color: rgb(184,184,126); }
div.DivClassName
{
background-color: #B8B87E;
}
.BgClassName
{
background-color: #B8B87E;
}
</style>
border-color css
<style>
span { border-color: #B8B87E; }
span { border-color: rgb(184,184,126); }
td.TdClassName
{
border-color: #B8B87E;
}
.TagClassName
{
border-color: #B8B87E;
}
</style>