Shades of Pine Glade #BCBA7F
Tints of Pine Glade #BCBA7F
RGB
CMYK
RGB Variations
Color information
#BCBA7F (or 0xBCBA7F) is known color: Pine Glade. HEX triplet: BC, BA and 7F. RGB value is (188,186,127). Sum of RGB (Red+Green+Blue) = 188+186+127=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA7F is #434580. Grayscale: #B4B4B4. Windows color (decimal): -4408705 or 8370876. OLE color: 8370876.
HSL color Cylindrical-coordinate representation of color #BCBA7F: hue angle of 58.03º 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 #BCBA7F is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 127 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.26 |
| HSL | 58.03º | 0.31% | 0.62% | - |
| HSV(B) | 58.03º | 0.32% | 0.74% | - |
| XYZ | 42.13 | 47.34 | 27 | - |
| YUV | 179.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 127 | 0 | 0.01 | 0.32 | 0.26 | 58.03 | 0.31 | 0.62 |
| Hex | BC | BA | 7F | 0 | 1 | 20 | 1A | 3A | 1F | 3E |
| Octal | 274 | 272 | 177 | 0 | 1 | 40 | 32 | 72 | 37 | 76 |
| Binary | 10111100 | 10111010 | 1111111 | 0 | 1 | 100000 | 11010 | 111010 | 11111 | 111110 |
Color Harmonies of #BCBA7F
Complementary color
Monochromatic Colors of #BCBA7F
Black with #BCBA7F
Text Example
Text Example
White with #BCBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA7F; }
p { color: rgb(188,186,127); }
H1.HeaderClassName
{
color: #BCBA7F;
}
.AnyTagClassName
{
color: #BCBA7F;
}
</style>
background-color css
<style>
a { background-color: #BCBA7F; }
a { background-color: rgb(188,186,127); }
div.DivClassName
{
background-color: #BCBA7F;
}
.BgClassName
{
background-color: #BCBA7F;
}
</style>
border-color css
<style>
span { border-color: #BCBA7F; }
span { border-color: rgb(188,186,127); }
td.TdClassName
{
border-color: #BCBA7F;
}
.TagClassName
{
border-color: #BCBA7F;
}
</style>