Shades of Pine Glade #BAB87E
Tints of Pine Glade #BAB87E
RGB
CMYK
RGB Variations
Color information
#BAB87E (or 0xBAB87E) is known color: Pine Glade. HEX triplet: BA, B8 and 7E. RGB value is (186,184,126). Sum of RGB (Red+Green+Blue) = 186+184+126=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87E is #454781. Grayscale: #B2B2B2. Windows color (decimal): -4540290 or 8304826. OLE color: 8304826.
HSL color Cylindrical-coordinate representation of color #BAB87E: hue angle of 58º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAB87E is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 126 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.27 |
| HSL | 58º | 0.3% | 0.61% | - |
| HSV(B) | 58º | 0.32% | 0.73% | - |
| XYZ | 41.16 | 46.23 | 26.49 | - |
| YUV | 177.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 126 | 0 | 0.01 | 0.32 | 0.27 | 58 | 0.3 | 0.61 |
| Hex | BA | B8 | 7E | 0 | 1 | 20 | 1B | 3A | 1E | 3D |
| Octal | 272 | 270 | 176 | 0 | 1 | 40 | 33 | 72 | 36 | 75 |
| Binary | 10111010 | 10111000 | 1111110 | 0 | 1 | 100000 | 11011 | 111010 | 11110 | 111101 |
Color Harmonies of #BAB87E
Complementary color
Monochromatic Colors of #BAB87E
Black with #BAB87E
Text Example
Text Example
White with #BAB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB87E; }
p { color: rgb(186,184,126); }
H1.HeaderClassName
{
color: #BAB87E;
}
.AnyTagClassName
{
color: #BAB87E;
}
</style>
background-color css
<style>
a { background-color: #BAB87E; }
a { background-color: rgb(186,184,126); }
div.DivClassName
{
background-color: #BAB87E;
}
.BgClassName
{
background-color: #BAB87E;
}
</style>
border-color css
<style>
span { border-color: #BAB87E; }
span { border-color: rgb(186,184,126); }
td.TdClassName
{
border-color: #BAB87E;
}
.TagClassName
{
border-color: #BAB87E;
}
</style>