Shades of Pine Glade #BCBC87
Tints of Pine Glade #BCBC87
RGB
CMYK
RGB Variations
Color information
#BCBC87 (or 0xBCBC87) is known color: Pine Glade. HEX triplet: BC, BC and 87. RGB value is (188,188,135). Sum of RGB (Red+Green+Blue) = 188+188+135=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC87 is #434378. Grayscale: #B6B6B6. Windows color (decimal): -4408185 or 8895676. OLE color: 8895676.
HSL color Cylindrical-coordinate representation of color #BCBC87: hue angle of 60º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCBC87 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 135 | - |
| CMYK | 0 | 0 | 0.28 | 0.26 |
| HSL | 60º | 0.28% | 0.63% | - |
| HSV(B) | 60º | 0.28% | 0.74% | - |
| XYZ | 43.1 | 48.41 | 29.99 | - |
| YUV | 181.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 135 | 0 | 0 | 0.28 | 0.26 | 60 | 0.28 | 0.63 |
| Hex | BC | BC | 87 | 0 | 0 | 1C | 1A | 3C | 1C | 3F |
| Octal | 274 | 274 | 207 | 0 | 0 | 34 | 32 | 74 | 34 | 77 |
| Binary | 10111100 | 10111100 | 10000111 | 0 | 0 | 11100 | 11010 | 111100 | 11100 | 111111 |
Color Harmonies of #BCBC87
Complementary color
Monochromatic Colors of #BCBC87
Black with #BCBC87
Text Example
Text Example
White with #BCBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC87; }
p { color: rgb(188,188,135); }
H1.HeaderClassName
{
color: #BCBC87;
}
.AnyTagClassName
{
color: #BCBC87;
}
</style>
background-color css
<style>
a { background-color: #BCBC87; }
a { background-color: rgb(188,188,135); }
div.DivClassName
{
background-color: #BCBC87;
}
.BgClassName
{
background-color: #BCBC87;
}
</style>
border-color css
<style>
span { border-color: #BCBC87; }
span { border-color: rgb(188,188,135); }
td.TdClassName
{
border-color: #BCBC87;
}
.TagClassName
{
border-color: #BCBC87;
}
</style>