Shades of Dark Khaki #BAB666
Tints of Dark Khaki #BAB666
RGB
CMYK
RGB Variations
Color information
#BAB666 (or 0xBAB666) is known color: Dark Khaki. HEX triplet: BA, B6 and 66. RGB value is (186,182,102). Sum of RGB (Red+Green+Blue) = 186+182+102=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB666 is #454999. Grayscale: #AEAEAE. Windows color (decimal): -4540826 or 6731450. OLE color: 6731450.
HSL color Cylindrical-coordinate representation of color #BAB666: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAB666 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 102 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.27 |
| HSL | 57.14º | 0.38% | 0.56% | - |
| HSV(B) | 57.14º | 0.45% | 0.73% | - |
| XYZ | 39.38 | 44.85 | 19.15 | - |
| YUV | 174.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 102 | 0 | 0.02 | 0.45 | 0.27 | 57.14 | 0.38 | 0.56 |
| Hex | BA | B6 | 66 | 0 | 2 | 2D | 1B | 39 | 26 | 38 |
| Octal | 272 | 266 | 146 | 0 | 2 | 55 | 33 | 71 | 46 | 70 |
| Binary | 10111010 | 10110110 | 1100110 | 0 | 10 | 101101 | 11011 | 111001 | 100110 | 111000 |
Color Harmonies of #BAB666
Complementary color
Monochromatic Colors of #BAB666
Black with #BAB666
Text Example
Text Example
White with #BAB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB666; }
p { color: rgb(186,182,102); }
H1.HeaderClassName
{
color: #BAB666;
}
.AnyTagClassName
{
color: #BAB666;
}
</style>
background-color css
<style>
a { background-color: #BAB666; }
a { background-color: rgb(186,182,102); }
div.DivClassName
{
background-color: #BAB666;
}
.BgClassName
{
background-color: #BAB666;
}
</style>
border-color css
<style>
span { border-color: #BAB666; }
span { border-color: rgb(186,182,102); }
td.TdClassName
{
border-color: #BAB666;
}
.TagClassName
{
border-color: #BAB666;
}
</style>