Shades of Pine Glade #BAB67A
Tints of Pine Glade #BAB67A
RGB
CMYK
RGB Variations
Color information
#BAB67A (or 0xBAB67A) is known color: Pine Glade. HEX triplet: BA, B6 and 7A. RGB value is (186,182,122). Sum of RGB (Red+Green+Blue) = 186+182+122=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67A is #454985. Grayscale: #B0B0B0. Windows color (decimal): -4540806 or 8042170. OLE color: 8042170.
HSL color Cylindrical-coordinate representation of color #BAB67A: hue angle of 56.25º 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 #BAB67A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 122 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.27 |
| HSL | 56.25º | 0.32% | 0.6% | - |
| HSV(B) | 56.25º | 0.34% | 0.73% | - |
| XYZ | 40.49 | 45.3 | 25.02 | - |
| YUV | 176.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 122 | 0 | 0.02 | 0.34 | 0.27 | 56.25 | 0.32 | 0.6 |
| Hex | BA | B6 | 7A | 0 | 2 | 22 | 1B | 38 | 20 | 3C |
| Octal | 272 | 266 | 172 | 0 | 2 | 42 | 33 | 70 | 40 | 74 |
| Binary | 10111010 | 10110110 | 1111010 | 0 | 10 | 100010 | 11011 | 111000 | 100000 | 111100 |
Color Harmonies of #BAB67A
Complementary color
Monochromatic Colors of #BAB67A
Black with #BAB67A
Text Example
Text Example
White with #BAB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB67A; }
p { color: rgb(186,182,122); }
H1.HeaderClassName
{
color: #BAB67A;
}
.AnyTagClassName
{
color: #BAB67A;
}
</style>
background-color css
<style>
a { background-color: #BAB67A; }
a { background-color: rgb(186,182,122); }
div.DivClassName
{
background-color: #BAB67A;
}
.BgClassName
{
background-color: #BAB67A;
}
</style>
border-color css
<style>
span { border-color: #BAB67A; }
span { border-color: rgb(186,182,122); }
td.TdClassName
{
border-color: #BAB67A;
}
.TagClassName
{
border-color: #BAB67A;
}
</style>