Shades of Pine Glade #BCBA84
Tints of Pine Glade #BCBA84
RGB
CMYK
RGB Variations
Color information
#BCBA84 (or 0xBCBA84) is known color: Pine Glade. HEX triplet: BC, BA and 84. RGB value is (188,186,132). Sum of RGB (Red+Green+Blue) = 188+186+132=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA84 is #43457B. Grayscale: #B4B4B4. Windows color (decimal): -4408700 or 8698556. OLE color: 8698556.
HSL color Cylindrical-coordinate representation of color #BCBA84: hue angle of 57.86º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCBA84 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 132 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.26 |
| HSL | 57.86º | 0.29% | 0.63% | - |
| HSV(B) | 57.86º | 0.3% | 0.74% | - |
| XYZ | 42.46 | 47.48 | 28.76 | - |
| YUV | 180.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 132 | 0 | 0.01 | 0.30 | 0.26 | 57.86 | 0.29 | 0.63 |
| Hex | BC | BA | 84 | 0 | 1 | 1E | 1A | 3A | 1D | 3F |
| Octal | 274 | 272 | 204 | 0 | 1 | 36 | 32 | 72 | 35 | 77 |
| Binary | 10111100 | 10111010 | 10000100 | 0 | 1 | 11110 | 11010 | 111010 | 11101 | 111111 |
Color Harmonies of #BCBA84
Complementary color
Monochromatic Colors of #BCBA84
Black with #BCBA84
Text Example
Text Example
White with #BCBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA84; }
p { color: rgb(188,186,132); }
H1.HeaderClassName
{
color: #BCBA84;
}
.AnyTagClassName
{
color: #BCBA84;
}
</style>
background-color css
<style>
a { background-color: #BCBA84; }
a { background-color: rgb(188,186,132); }
div.DivClassName
{
background-color: #BCBA84;
}
.BgClassName
{
background-color: #BCBA84;
}
</style>
border-color css
<style>
span { border-color: #BCBA84; }
span { border-color: rgb(188,186,132); }
td.TdClassName
{
border-color: #BCBA84;
}
.TagClassName
{
border-color: #BCBA84;
}
</style>