Shades of Pine Glade #BCBB77
Tints of Pine Glade #BCBB77
RGB
CMYK
RGB Variations
Color information
#BCBB77 (or 0xBCBB77) is known color: Pine Glade. HEX triplet: BC, BB and 77. RGB value is (188,187,119). Sum of RGB (Red+Green+Blue) = 188+187+119=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB77 is #434488. Grayscale: #B3B3B3. Windows color (decimal): -4408457 or 7846844. OLE color: 7846844.
HSL color Cylindrical-coordinate representation of color #BCBB77: hue angle of 59.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCBB77 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 119 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.26 |
| HSL | 59.13º | 0.34% | 0.6% | - |
| HSV(B) | 59.13º | 0.37% | 0.74% | - |
| XYZ | 41.84 | 47.56 | 24.43 | - |
| YUV | 179.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 119 | 0 | 0.01 | 0.37 | 0.26 | 59.13 | 0.34 | 0.6 |
| Hex | BC | BB | 77 | 0 | 1 | 25 | 1A | 3B | 22 | 3C |
| Octal | 274 | 273 | 167 | 0 | 1 | 45 | 32 | 73 | 42 | 74 |
| Binary | 10111100 | 10111011 | 1110111 | 0 | 1 | 100101 | 11010 | 111011 | 100010 | 111100 |
Color Harmonies of #BCBB77
Complementary color
Monochromatic Colors of #BCBB77
Black with #BCBB77
Text Example
Text Example
White with #BCBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB77; }
p { color: rgb(188,187,119); }
H1.HeaderClassName
{
color: #BCBB77;
}
.AnyTagClassName
{
color: #BCBB77;
}
</style>
background-color css
<style>
a { background-color: #BCBB77; }
a { background-color: rgb(188,187,119); }
div.DivClassName
{
background-color: #BCBB77;
}
.BgClassName
{
background-color: #BCBB77;
}
</style>
border-color css
<style>
span { border-color: #BCBB77; }
span { border-color: rgb(188,187,119); }
td.TdClassName
{
border-color: #BCBB77;
}
.TagClassName
{
border-color: #BCBB77;
}
</style>