Shades of Dark Khaki #BAB06B
Tints of Dark Khaki #BAB06B
RGB
CMYK
RGB Variations
Color information
#BAB06B (or 0xBAB06B) is known color: Dark Khaki. HEX triplet: BA, B0 and 6B. RGB value is (186,176,107). Sum of RGB (Red+Green+Blue) = 186+176+107=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB06B is #454F94. Grayscale: #ABABAB. Windows color (decimal): -4542357 or 7057594. OLE color: 7057594.
HSL color Cylindrical-coordinate representation of color #BAB06B: hue angle of 52.41º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAB06B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 107 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.27 |
| HSL | 52.41º | 0.36% | 0.57% | - |
| HSV(B) | 52.41º | 0.42% | 0.73% | - |
| XYZ | 38.43 | 42.55 | 20.1 | - |
| YUV | 171.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 107 | 0 | 0.05 | 0.42 | 0.27 | 52.41 | 0.36 | 0.57 |
| Hex | BA | B0 | 6B | 0 | 5 | 2A | 1B | 34 | 24 | 39 |
| Octal | 272 | 260 | 153 | 0 | 5 | 52 | 33 | 64 | 44 | 71 |
| Binary | 10111010 | 10110000 | 1101011 | 0 | 101 | 101010 | 11011 | 110100 | 100100 | 111001 |
Color Harmonies of #BAB06B
Complementary color
Monochromatic Colors of #BAB06B
Black with #BAB06B
Text Example
Text Example
White with #BAB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB06B; }
p { color: rgb(186,176,107); }
H1.HeaderClassName
{
color: #BAB06B;
}
.AnyTagClassName
{
color: #BAB06B;
}
</style>
background-color css
<style>
a { background-color: #BAB06B; }
a { background-color: rgb(186,176,107); }
div.DivClassName
{
background-color: #BAB06B;
}
.BgClassName
{
background-color: #BAB06B;
}
</style>
border-color css
<style>
span { border-color: #BAB06B; }
span { border-color: rgb(186,176,107); }
td.TdClassName
{
border-color: #BAB06B;
}
.TagClassName
{
border-color: #BAB06B;
}
</style>