Shades of Pine Glade #B4BB87
Tints of Pine Glade #B4BB87
RGB
CMYK
RGB Variations
Color information
#B4BB87 (or 0xB4BB87) is known color: Pine Glade. HEX triplet: B4, BB and 87. RGB value is (180,187,135). Sum of RGB (Red+Green+Blue) = 180+187+135=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BB87 is #4B4478. Grayscale: #B3B3B3. Windows color (decimal): -4932729 or 8895412. OLE color: 8895412.
HSL color Cylindrical-coordinate representation of color #B4BB87: hue angle of 68.08º degrees, saturation: 0.28, 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 #B4BB87 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 135 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.27 |
| HSL | 68.08º | 0.28% | 0.63% | - |
| HSV(B) | 68.08º | 0.28% | 0.73% | - |
| XYZ | 40.97 | 46.99 | 29.83 | - |
| YUV | 178.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 135 | 0.04 | 0 | 0.28 | 0.27 | 68.08 | 0.28 | 0.63 |
| Hex | B4 | BB | 87 | 4 | 0 | 1C | 1B | 44 | 1C | 3F |
| Octal | 264 | 273 | 207 | 4 | 0 | 34 | 33 | 104 | 34 | 77 |
| Binary | 10110100 | 10111011 | 10000111 | 100 | 0 | 11100 | 11011 | 1000100 | 11100 | 111111 |
Color Harmonies of #B4BB87
Complementary color
Monochromatic Colors of #B4BB87
Black with #B4BB87
Text Example
Text Example
White with #B4BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB87; }
p { color: rgb(180,187,135); }
H1.HeaderClassName
{
color: #B4BB87;
}
.AnyTagClassName
{
color: #B4BB87;
}
</style>
background-color css
<style>
a { background-color: #B4BB87; }
a { background-color: rgb(180,187,135); }
div.DivClassName
{
background-color: #B4BB87;
}
.BgClassName
{
background-color: #B4BB87;
}
</style>
border-color css
<style>
span { border-color: #B4BB87; }
span { border-color: rgb(180,187,135); }
td.TdClassName
{
border-color: #B4BB87;
}
.TagClassName
{
border-color: #B4BB87;
}
</style>