Shades of Pine Glade #BCBA85
Tints of Pine Glade #BCBA85
RGB
CMYK
RGB Variations
Color information
#BCBA85 (or 0xBCBA85) is known color: Pine Glade. HEX triplet: BC, BA and 85. RGB value is (188,186,133). Sum of RGB (Red+Green+Blue) = 188+186+133=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA85 is #43457A. Grayscale: #B4B4B4. Windows color (decimal): -4408699 or 8764092. OLE color: 8764092.
HSL color Cylindrical-coordinate representation of color #BCBA85: hue angle of 57.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBA85 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 133 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.26 |
| HSL | 57.82º | 0.29% | 0.63% | - |
| HSV(B) | 57.82º | 0.29% | 0.74% | - |
| XYZ | 42.53 | 47.5 | 29.12 | - |
| YUV | 180.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 133 | 0 | 0.01 | 0.29 | 0.26 | 57.82 | 0.29 | 0.63 |
| Hex | BC | BA | 85 | 0 | 1 | 1D | 1A | 3A | 1D | 3F |
| Octal | 274 | 272 | 205 | 0 | 1 | 35 | 32 | 72 | 35 | 77 |
| Binary | 10111100 | 10111010 | 10000101 | 0 | 1 | 11101 | 11010 | 111010 | 11101 | 111111 |
Color Harmonies of #BCBA85
Complementary color
Monochromatic Colors of #BCBA85
Black with #BCBA85
Text Example
Text Example
White with #BCBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA85; }
p { color: rgb(188,186,133); }
H1.HeaderClassName
{
color: #BCBA85;
}
.AnyTagClassName
{
color: #BCBA85;
}
</style>
background-color css
<style>
a { background-color: #BCBA85; }
a { background-color: rgb(188,186,133); }
div.DivClassName
{
background-color: #BCBA85;
}
.BgClassName
{
background-color: #BCBA85;
}
</style>
border-color css
<style>
span { border-color: #BCBA85; }
span { border-color: rgb(188,186,133); }
td.TdClassName
{
border-color: #BCBA85;
}
.TagClassName
{
border-color: #BCBA85;
}
</style>