Shades of Pine Glade #BCBB84
Tints of Pine Glade #BCBB84
RGB
CMYK
RGB Variations
Color information
#BCBB84 (or 0xBCBB84) is known color: Pine Glade. HEX triplet: BC, BB and 84. RGB value is (188,187,132). Sum of RGB (Red+Green+Blue) = 188+187+132=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB84 is #43447B. Grayscale: #B5B5B5. Windows color (decimal): -4408444 or 8698812. OLE color: 8698812.
HSL color Cylindrical-coordinate representation of color #BCBB84: hue angle of 58.93º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCBB84 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 132 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.26 |
| HSL | 58.93º | 0.29% | 0.63% | - |
| HSV(B) | 58.93º | 0.3% | 0.74% | - |
| XYZ | 42.67 | 47.9 | 28.83 | - |
| YUV | 181.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 132 | 0 | 0.01 | 0.30 | 0.26 | 58.93 | 0.29 | 0.63 |
| Hex | BC | BB | 84 | 0 | 1 | 1E | 1A | 3B | 1D | 3F |
| Octal | 274 | 273 | 204 | 0 | 1 | 36 | 32 | 73 | 35 | 77 |
| Binary | 10111100 | 10111011 | 10000100 | 0 | 1 | 11110 | 11010 | 111011 | 11101 | 111111 |
Color Harmonies of #BCBB84
Complementary color
Monochromatic Colors of #BCBB84
Black with #BCBB84
Text Example
Text Example
White with #BCBB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB84; }
p { color: rgb(188,187,132); }
H1.HeaderClassName
{
color: #BCBB84;
}
.AnyTagClassName
{
color: #BCBB84;
}
</style>
background-color css
<style>
a { background-color: #BCBB84; }
a { background-color: rgb(188,187,132); }
div.DivClassName
{
background-color: #BCBB84;
}
.BgClassName
{
background-color: #BCBB84;
}
</style>
border-color css
<style>
span { border-color: #BCBB84; }
span { border-color: rgb(188,187,132); }
td.TdClassName
{
border-color: #BCBB84;
}
.TagClassName
{
border-color: #BCBB84;
}
</style>