Shades of Dark Khaki #BAB770
Tints of Dark Khaki #BAB770
RGB
CMYK
RGB Variations
Color information
#BAB770 (or 0xBAB770) is known color: Dark Khaki. HEX triplet: BA, B7 and 70. RGB value is (186,183,112). Sum of RGB (Red+Green+Blue) = 186+183+112=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB770 is #45488F. Grayscale: #B0B0B0. Windows color (decimal): -4540560 or 7387066. OLE color: 7387066.
HSL color Cylindrical-coordinate representation of color #BAB770: hue angle of 57.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB770 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 112 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.27 |
| HSL | 57.57º | 0.35% | 0.58% | - |
| HSV(B) | 57.57º | 0.4% | 0.73% | - |
| XYZ | 40.11 | 45.48 | 21.99 | - |
| YUV | 175.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 112 | 0 | 0.02 | 0.40 | 0.27 | 57.57 | 0.35 | 0.58 |
| Hex | BA | B7 | 70 | 0 | 2 | 28 | 1B | 3A | 23 | 3A |
| Octal | 272 | 267 | 160 | 0 | 2 | 50 | 33 | 72 | 43 | 72 |
| Binary | 10111010 | 10110111 | 1110000 | 0 | 10 | 101000 | 11011 | 111010 | 100011 | 111010 |
Color Harmonies of #BAB770
Complementary color
Monochromatic Colors of #BAB770
Black with #BAB770
Text Example
Text Example
White with #BAB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB770; }
p { color: rgb(186,183,112); }
H1.HeaderClassName
{
color: #BAB770;
}
.AnyTagClassName
{
color: #BAB770;
}
</style>
background-color css
<style>
a { background-color: #BAB770; }
a { background-color: rgb(186,183,112); }
div.DivClassName
{
background-color: #BAB770;
}
.BgClassName
{
background-color: #BAB770;
}
</style>
border-color css
<style>
span { border-color: #BAB770; }
span { border-color: rgb(186,183,112); }
td.TdClassName
{
border-color: #BAB770;
}
.TagClassName
{
border-color: #BAB770;
}
</style>