Shades of Pine Glade #BAB781
Tints of Pine Glade #BAB781
RGB
CMYK
RGB Variations
Color information
#BAB781 (or 0xBAB781) is known color: Pine Glade. HEX triplet: BA, B7 and 81. RGB value is (186,183,129). Sum of RGB (Red+Green+Blue) = 186+183+129=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB781 is #45487E. Grayscale: #B1B1B1. Windows color (decimal): -4540543 or 8501178. OLE color: 8501178.
HSL color Cylindrical-coordinate representation of color #BAB781: hue angle of 56.84º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB781 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 129 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.27 |
| HSL | 56.84º | 0.29% | 0.62% | - |
| HSV(B) | 56.84º | 0.31% | 0.73% | - |
| XYZ | 41.15 | 45.89 | 27.46 | - |
| YUV | 177.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 129 | 0 | 0.02 | 0.31 | 0.27 | 56.84 | 0.29 | 0.62 |
| Hex | BA | B7 | 81 | 0 | 2 | 1F | 1B | 39 | 1D | 3E |
| Octal | 272 | 267 | 201 | 0 | 2 | 37 | 33 | 71 | 35 | 76 |
| Binary | 10111010 | 10110111 | 10000001 | 0 | 10 | 11111 | 11011 | 111001 | 11101 | 111110 |
Color Harmonies of #BAB781
Complementary color
Monochromatic Colors of #BAB781
Black with #BAB781
Text Example
Text Example
White with #BAB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB781; }
p { color: rgb(186,183,129); }
H1.HeaderClassName
{
color: #BAB781;
}
.AnyTagClassName
{
color: #BAB781;
}
</style>
background-color css
<style>
a { background-color: #BAB781; }
a { background-color: rgb(186,183,129); }
div.DivClassName
{
background-color: #BAB781;
}
.BgClassName
{
background-color: #BAB781;
}
</style>
border-color css
<style>
span { border-color: #BAB781; }
span { border-color: rgb(186,183,129); }
td.TdClassName
{
border-color: #BAB781;
}
.TagClassName
{
border-color: #BAB781;
}
</style>