Shades of Dark Khaki #BAB764
Tints of Dark Khaki #BAB764
RGB
CMYK
RGB Variations
Color information
#BAB764 (or 0xBAB764) is known color: Dark Khaki. HEX triplet: BA, B7 and 64. RGB value is (186,183,100). Sum of RGB (Red+Green+Blue) = 186+183+100=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB764 is #45489B. Grayscale: #AEAEAE. Windows color (decimal): -4540572 or 6600634. OLE color: 6600634.
HSL color Cylindrical-coordinate representation of color #BAB764: hue angle of 57.91º 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 #BAB764 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 100 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.27 |
| HSL | 57.91º | 0.38% | 0.56% | - |
| HSV(B) | 57.91º | 0.46% | 0.73% | - |
| XYZ | 39.48 | 45.23 | 18.71 | - |
| YUV | 174.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 100 | 0 | 0.02 | 0.46 | 0.27 | 57.91 | 0.38 | 0.56 |
| Hex | BA | B7 | 64 | 0 | 2 | 2E | 1B | 3A | 26 | 38 |
| Octal | 272 | 267 | 144 | 0 | 2 | 56 | 33 | 72 | 46 | 70 |
| Binary | 10111010 | 10110111 | 1100100 | 0 | 10 | 101110 | 11011 | 111010 | 100110 | 111000 |
Color Harmonies of #BAB764
Complementary color
Monochromatic Colors of #BAB764
Black with #BAB764
Text Example
Text Example
White with #BAB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB764; }
p { color: rgb(186,183,100); }
H1.HeaderClassName
{
color: #BAB764;
}
.AnyTagClassName
{
color: #BAB764;
}
</style>
background-color css
<style>
a { background-color: #BAB764; }
a { background-color: rgb(186,183,100); }
div.DivClassName
{
background-color: #BAB764;
}
.BgClassName
{
background-color: #BAB764;
}
</style>
border-color css
<style>
span { border-color: #BAB764; }
span { border-color: rgb(186,183,100); }
td.TdClassName
{
border-color: #BAB764;
}
.TagClassName
{
border-color: #BAB764;
}
</style>