Shades of Pine Glade #BCBB7F
Tints of Pine Glade #BCBB7F
RGB
CMYK
RGB Variations
Color information
#BCBB7F (or 0xBCBB7F) is known color: Pine Glade. HEX triplet: BC, BB and 7F. RGB value is (188,187,127). Sum of RGB (Red+Green+Blue) = 188+187+127=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB7F is #434480. Grayscale: #B4B4B4. Windows color (decimal): -4408449 or 8371132. OLE color: 8371132.
HSL color Cylindrical-coordinate representation of color #BCBB7F: hue angle of 59.02º 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 #BCBB7F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 127 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.26 |
| HSL | 59.02º | 0.31% | 0.62% | - |
| HSV(B) | 59.02º | 0.32% | 0.74% | - |
| XYZ | 42.34 | 47.76 | 27.07 | - |
| YUV | 180.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 127 | 0 | 0.01 | 0.32 | 0.26 | 59.02 | 0.31 | 0.62 |
| Hex | BC | BB | 7F | 0 | 1 | 20 | 1A | 3B | 1F | 3E |
| Octal | 274 | 273 | 177 | 0 | 1 | 40 | 32 | 73 | 37 | 76 |
| Binary | 10111100 | 10111011 | 1111111 | 0 | 1 | 100000 | 11010 | 111011 | 11111 | 111110 |
Color Harmonies of #BCBB7F
Complementary color
Monochromatic Colors of #BCBB7F
Black with #BCBB7F
Text Example
Text Example
White with #BCBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB7F; }
p { color: rgb(188,187,127); }
H1.HeaderClassName
{
color: #BCBB7F;
}
.AnyTagClassName
{
color: #BCBB7F;
}
</style>
background-color css
<style>
a { background-color: #BCBB7F; }
a { background-color: rgb(188,187,127); }
div.DivClassName
{
background-color: #BCBB7F;
}
.BgClassName
{
background-color: #BCBB7F;
}
</style>
border-color css
<style>
span { border-color: #BCBB7F; }
span { border-color: rgb(188,187,127); }
td.TdClassName
{
border-color: #BCBB7F;
}
.TagClassName
{
border-color: #BCBB7F;
}
</style>