Shades of Pine Glade #BCBB80
Tints of Pine Glade #BCBB80
RGB
CMYK
RGB Variations
Color information
#BCBB80 (or 0xBCBB80) is known color: Pine Glade. HEX triplet: BC, BB and 80. RGB value is (188,187,128). Sum of RGB (Red+Green+Blue) = 188+187+128=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB80 is #43447F. Grayscale: #B4B4B4. Windows color (decimal): -4408448 or 8436668. OLE color: 8436668.
HSL color Cylindrical-coordinate representation of color #BCBB80: hue angle of 59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCBB80 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 128 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.26 |
| HSL | 59º | 0.31% | 0.62% | - |
| HSV(B) | 59º | 0.32% | 0.74% | - |
| XYZ | 42.41 | 47.79 | 27.41 | - |
| YUV | 180.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 128 | 0 | 0.01 | 0.32 | 0.26 | 59 | 0.31 | 0.62 |
| Hex | BC | BB | 80 | 0 | 1 | 20 | 1A | 3B | 1F | 3E |
| Octal | 274 | 273 | 200 | 0 | 1 | 40 | 32 | 73 | 37 | 76 |
| Binary | 10111100 | 10111011 | 10000000 | 0 | 1 | 100000 | 11010 | 111011 | 11111 | 111110 |
Color Harmonies of #BCBB80
Complementary color
Monochromatic Colors of #BCBB80
Black with #BCBB80
Text Example
Text Example
White with #BCBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB80; }
p { color: rgb(188,187,128); }
H1.HeaderClassName
{
color: #BCBB80;
}
.AnyTagClassName
{
color: #BCBB80;
}
</style>
background-color css
<style>
a { background-color: #BCBB80; }
a { background-color: rgb(188,187,128); }
div.DivClassName
{
background-color: #BCBB80;
}
.BgClassName
{
background-color: #BCBB80;
}
</style>
border-color css
<style>
span { border-color: #BCBB80; }
span { border-color: rgb(188,187,128); }
td.TdClassName
{
border-color: #BCBB80;
}
.TagClassName
{
border-color: #BCBB80;
}
</style>