Shades of Pine Glade #BAB77A
Tints of Pine Glade #BAB77A
RGB
CMYK
RGB Variations
Color information
#BAB77A (or 0xBAB77A) is known color: Pine Glade. HEX triplet: BA, B7 and 7A. RGB value is (186,183,122). Sum of RGB (Red+Green+Blue) = 186+183+122=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77A is #454885. Grayscale: #B1B1B1. Windows color (decimal): -4540550 or 8042426. OLE color: 8042426.
HSL color Cylindrical-coordinate representation of color #BAB77A: hue angle of 57.19º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB77A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 122 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.27 |
| HSL | 57.19º | 0.32% | 0.6% | - |
| HSV(B) | 57.19º | 0.34% | 0.73% | - |
| XYZ | 40.7 | 45.71 | 25.09 | - |
| YUV | 176.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 122 | 0 | 0.02 | 0.34 | 0.27 | 57.19 | 0.32 | 0.6 |
| Hex | BA | B7 | 7A | 0 | 2 | 22 | 1B | 39 | 20 | 3C |
| Octal | 272 | 267 | 172 | 0 | 2 | 42 | 33 | 71 | 40 | 74 |
| Binary | 10111010 | 10110111 | 1111010 | 0 | 10 | 100010 | 11011 | 111001 | 100000 | 111100 |
Color Harmonies of #BAB77A
Complementary color
Monochromatic Colors of #BAB77A
Black with #BAB77A
Text Example
Text Example
White with #BAB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB77A; }
p { color: rgb(186,183,122); }
H1.HeaderClassName
{
color: #BAB77A;
}
.AnyTagClassName
{
color: #BAB77A;
}
</style>
background-color css
<style>
a { background-color: #BAB77A; }
a { background-color: rgb(186,183,122); }
div.DivClassName
{
background-color: #BAB77A;
}
.BgClassName
{
background-color: #BAB77A;
}
</style>
border-color css
<style>
span { border-color: #BAB77A; }
span { border-color: rgb(186,183,122); }
td.TdClassName
{
border-color: #BAB77A;
}
.TagClassName
{
border-color: #BAB77A;
}
</style>