Shades of Pine Glade #BAB87C
Tints of Pine Glade #BAB87C
RGB
CMYK
RGB Variations
Color information
#BAB87C (or 0xBAB87C) is known color: Pine Glade. HEX triplet: BA, B8 and 7C. RGB value is (186,184,124). Sum of RGB (Red+Green+Blue) = 186+184+124=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB87C is #454783. Grayscale: #B2B2B2. Windows color (decimal): -4540292 or 8173754. OLE color: 8173754.
HSL color Cylindrical-coordinate representation of color #BAB87C: hue angle of 58.06º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAB87C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 124 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.27 |
| HSL | 58.06º | 0.31% | 0.61% | - |
| HSV(B) | 58.06º | 0.33% | 0.73% | - |
| XYZ | 41.03 | 46.18 | 25.82 | - |
| YUV | 177.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 124 | 0 | 0.01 | 0.33 | 0.27 | 58.06 | 0.31 | 0.61 |
| Hex | BA | B8 | 7C | 0 | 1 | 21 | 1B | 3A | 1F | 3D |
| Octal | 272 | 270 | 174 | 0 | 1 | 41 | 33 | 72 | 37 | 75 |
| Binary | 10111010 | 10111000 | 1111100 | 0 | 1 | 100001 | 11011 | 111010 | 11111 | 111101 |
Color Harmonies of #BAB87C
Complementary color
Monochromatic Colors of #BAB87C
Black with #BAB87C
Text Example
Text Example
White with #BAB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB87C; }
p { color: rgb(186,184,124); }
H1.HeaderClassName
{
color: #BAB87C;
}
.AnyTagClassName
{
color: #BAB87C;
}
</style>
background-color css
<style>
a { background-color: #BAB87C; }
a { background-color: rgb(186,184,124); }
div.DivClassName
{
background-color: #BAB87C;
}
.BgClassName
{
background-color: #BAB87C;
}
</style>
border-color css
<style>
span { border-color: #BAB87C; }
span { border-color: rgb(186,184,124); }
td.TdClassName
{
border-color: #BAB87C;
}
.TagClassName
{
border-color: #BAB87C;
}
</style>