Shades of Pine Glade #BCBB86
Tints of Pine Glade #BCBB86
RGB
CMYK
RGB Variations
Color information
#BCBB86 (or 0xBCBB86) is known color: Pine Glade. HEX triplet: BC, BB and 86. RGB value is (188,187,134). Sum of RGB (Red+Green+Blue) = 188+187+134=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB86 is #434479. Grayscale: #B5B5B5. Windows color (decimal): -4408442 or 8829884. OLE color: 8829884.
HSL color Cylindrical-coordinate representation of color #BCBB86: hue angle of 58.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBB86 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 134 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.26 |
| HSL | 58.89º | 0.29% | 0.63% | - |
| HSV(B) | 58.89º | 0.29% | 0.74% | - |
| XYZ | 42.81 | 47.95 | 29.55 | - |
| YUV | 181.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 134 | 0 | 0.01 | 0.29 | 0.26 | 58.89 | 0.29 | 0.63 |
| Hex | BC | BB | 86 | 0 | 1 | 1D | 1A | 3B | 1D | 3F |
| Octal | 274 | 273 | 206 | 0 | 1 | 35 | 32 | 73 | 35 | 77 |
| Binary | 10111100 | 10111011 | 10000110 | 0 | 1 | 11101 | 11010 | 111011 | 11101 | 111111 |
Color Harmonies of #BCBB86
Complementary color
Monochromatic Colors of #BCBB86
Black with #BCBB86
Text Example
Text Example
White with #BCBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB86; }
p { color: rgb(188,187,134); }
H1.HeaderClassName
{
color: #BCBB86;
}
.AnyTagClassName
{
color: #BCBB86;
}
</style>
background-color css
<style>
a { background-color: #BCBB86; }
a { background-color: rgb(188,187,134); }
div.DivClassName
{
background-color: #BCBB86;
}
.BgClassName
{
background-color: #BCBB86;
}
</style>
border-color css
<style>
span { border-color: #BCBB86; }
span { border-color: rgb(188,187,134); }
td.TdClassName
{
border-color: #BCBB86;
}
.TagClassName
{
border-color: #BCBB86;
}
</style>