Shades of Pine Glade #BCBA7C
Tints of Pine Glade #BCBA7C
RGB
CMYK
RGB Variations
Color information
#BCBA7C (or 0xBCBA7C) is known color: Pine Glade. HEX triplet: BC, BA and 7C. RGB value is (188,186,124). Sum of RGB (Red+Green+Blue) = 188+186+124=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7C is #434583. Grayscale: #B3B3B3. Windows color (decimal): -4408708 or 8174268. OLE color: 8174268.
HSL color Cylindrical-coordinate representation of color #BCBA7C: hue angle of 58.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCBA7C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 124 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.26 |
| HSL | 58.13º | 0.32% | 0.61% | - |
| HSV(B) | 58.13º | 0.34% | 0.74% | - |
| XYZ | 41.94 | 47.26 | 25.98 | - |
| YUV | 179.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 124 | 0 | 0.01 | 0.34 | 0.26 | 58.13 | 0.32 | 0.61 |
| Hex | BC | BA | 7C | 0 | 1 | 22 | 1A | 3A | 20 | 3D |
| Octal | 274 | 272 | 174 | 0 | 1 | 42 | 32 | 72 | 40 | 75 |
| Binary | 10111100 | 10111010 | 1111100 | 0 | 1 | 100010 | 11010 | 111010 | 100000 | 111101 |
Color Harmonies of #BCBA7C
Complementary color
Monochromatic Colors of #BCBA7C
Black with #BCBA7C
Text Example
Text Example
White with #BCBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA7C; }
p { color: rgb(188,186,124); }
H1.HeaderClassName
{
color: #BCBA7C;
}
.AnyTagClassName
{
color: #BCBA7C;
}
</style>
background-color css
<style>
a { background-color: #BCBA7C; }
a { background-color: rgb(188,186,124); }
div.DivClassName
{
background-color: #BCBA7C;
}
.BgClassName
{
background-color: #BCBA7C;
}
</style>
border-color css
<style>
span { border-color: #BCBA7C; }
span { border-color: rgb(188,186,124); }
td.TdClassName
{
border-color: #BCBA7C;
}
.TagClassName
{
border-color: #BCBA7C;
}
</style>