Shades of Pine Glade #BCBA80
Tints of Pine Glade #BCBA80
RGB
CMYK
RGB Variations
Color information
#BCBA80 (or 0xBCBA80) is known color: Pine Glade. HEX triplet: BC, BA and 80. RGB value is (188,186,128). Sum of RGB (Red+Green+Blue) = 188+186+128=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA80 is #43457F. Grayscale: #B4B4B4. Windows color (decimal): -4408704 or 8436412. OLE color: 8436412.
HSL color Cylindrical-coordinate representation of color #BCBA80: hue angle of 58º 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 #BCBA80 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 128 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.26 |
| HSL | 58º | 0.31% | 0.62% | - |
| HSV(B) | 58º | 0.32% | 0.74% | - |
| XYZ | 42.19 | 47.37 | 27.34 | - |
| YUV | 179.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 128 | 0 | 0.01 | 0.32 | 0.26 | 58 | 0.31 | 0.62 |
| Hex | BC | BA | 80 | 0 | 1 | 20 | 1A | 3A | 1F | 3E |
| Octal | 274 | 272 | 200 | 0 | 1 | 40 | 32 | 72 | 37 | 76 |
| Binary | 10111100 | 10111010 | 10000000 | 0 | 1 | 100000 | 11010 | 111010 | 11111 | 111110 |
Color Harmonies of #BCBA80
Complementary color
Monochromatic Colors of #BCBA80
Black with #BCBA80
Text Example
Text Example
White with #BCBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA80; }
p { color: rgb(188,186,128); }
H1.HeaderClassName
{
color: #BCBA80;
}
.AnyTagClassName
{
color: #BCBA80;
}
</style>
background-color css
<style>
a { background-color: #BCBA80; }
a { background-color: rgb(188,186,128); }
div.DivClassName
{
background-color: #BCBA80;
}
.BgClassName
{
background-color: #BCBA80;
}
</style>
border-color css
<style>
span { border-color: #BCBA80; }
span { border-color: rgb(188,186,128); }
td.TdClassName
{
border-color: #BCBA80;
}
.TagClassName
{
border-color: #BCBA80;
}
</style>