Shades of Dark Khaki #BAB464
Tints of Dark Khaki #BAB464
RGB
CMYK
RGB Variations
Color information
#BAB464 (or 0xBAB464) is known color: Dark Khaki. HEX triplet: BA, B4 and 64. RGB value is (186,180,100). Sum of RGB (Red+Green+Blue) = 186+180+100=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB464 is #454B9B. Grayscale: #ADADAD. Windows color (decimal): -4541340 or 6599866. OLE color: 6599866.
HSL color Cylindrical-coordinate representation of color #BAB464: hue angle of 55.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAB464 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 100 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.27 |
| HSL | 55.81º | 0.38% | 0.56% | - |
| HSV(B) | 55.81º | 0.46% | 0.73% | - |
| XYZ | 38.87 | 44 | 18.5 | - |
| YUV | 172.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 100 | 0 | 0.03 | 0.46 | 0.27 | 55.81 | 0.38 | 0.56 |
| Hex | BA | B4 | 64 | 0 | 3 | 2E | 1B | 38 | 26 | 38 |
| Octal | 272 | 264 | 144 | 0 | 3 | 56 | 33 | 70 | 46 | 70 |
| Binary | 10111010 | 10110100 | 1100100 | 0 | 11 | 101110 | 11011 | 111000 | 100110 | 111000 |
Color Harmonies of #BAB464
Complementary color
Monochromatic Colors of #BAB464
Black with #BAB464
Text Example
Text Example
White with #BAB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB464; }
p { color: rgb(186,180,100); }
H1.HeaderClassName
{
color: #BAB464;
}
.AnyTagClassName
{
color: #BAB464;
}
</style>
background-color css
<style>
a { background-color: #BAB464; }
a { background-color: rgb(186,180,100); }
div.DivClassName
{
background-color: #BAB464;
}
.BgClassName
{
background-color: #BAB464;
}
</style>
border-color css
<style>
span { border-color: #BAB464; }
span { border-color: rgb(186,180,100); }
td.TdClassName
{
border-color: #BAB464;
}
.TagClassName
{
border-color: #BAB464;
}
</style>