Shades of Pine Glade #BCBB7B
Tints of Pine Glade #BCBB7B
RGB
CMYK
RGB Variations
Color information
#BCBB7B (or 0xBCBB7B) is known color: Pine Glade. HEX triplet: BC, BB and 7B. RGB value is (188,187,123). Sum of RGB (Red+Green+Blue) = 188+187+123=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB7B is #434484. Grayscale: #B4B4B4. Windows color (decimal): -4408453 or 8108988. OLE color: 8108988.
HSL color Cylindrical-coordinate representation of color #BCBB7B: hue angle of 59.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCBB7B is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 123 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.26 |
| HSL | 59.08º | 0.33% | 0.61% | - |
| HSV(B) | 59.08º | 0.35% | 0.74% | - |
| XYZ | 42.08 | 47.66 | 25.72 | - |
| YUV | 180 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 123 | 0 | 0.01 | 0.35 | 0.26 | 59.08 | 0.33 | 0.61 |
| Hex | BC | BB | 7B | 0 | 1 | 23 | 1A | 3B | 21 | 3D |
| Octal | 274 | 273 | 173 | 0 | 1 | 43 | 32 | 73 | 41 | 75 |
| Binary | 10111100 | 10111011 | 1111011 | 0 | 1 | 100011 | 11010 | 111011 | 100001 | 111101 |
Color Harmonies of #BCBB7B
Complementary color
Monochromatic Colors of #BCBB7B
Black with #BCBB7B
Text Example
Text Example
White with #BCBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB7B; }
p { color: rgb(188,187,123); }
H1.HeaderClassName
{
color: #BCBB7B;
}
.AnyTagClassName
{
color: #BCBB7B;
}
</style>
background-color css
<style>
a { background-color: #BCBB7B; }
a { background-color: rgb(188,187,123); }
div.DivClassName
{
background-color: #BCBB7B;
}
.BgClassName
{
background-color: #BCBB7B;
}
</style>
border-color css
<style>
span { border-color: #BCBB7B; }
span { border-color: rgb(188,187,123); }
td.TdClassName
{
border-color: #BCBB7B;
}
.TagClassName
{
border-color: #BCBB7B;
}
</style>