Shades of Dark Khaki #BAB868
Tints of Dark Khaki #BAB868
RGB
CMYK
RGB Variations
Color information
#BAB868 (or 0xBAB868) is known color: Dark Khaki. HEX triplet: BA, B8 and 68. RGB value is (186,184,104). Sum of RGB (Red+Green+Blue) = 186+184+104=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB868 is #454797. Grayscale: #AFAFAF. Windows color (decimal): -4540312 or 6863034. OLE color: 6863034.
HSL color Cylindrical-coordinate representation of color #BAB868: hue angle of 58.54º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAB868 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 104 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.27 |
| HSL | 58.54º | 0.37% | 0.57% | - |
| HSV(B) | 58.54º | 0.44% | 0.73% | - |
| XYZ | 39.89 | 45.72 | 19.82 | - |
| YUV | 175.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 104 | 0 | 0.01 | 0.44 | 0.27 | 58.54 | 0.37 | 0.57 |
| Hex | BA | B8 | 68 | 0 | 1 | 2C | 1B | 3B | 25 | 39 |
| Octal | 272 | 270 | 150 | 0 | 1 | 54 | 33 | 73 | 45 | 71 |
| Binary | 10111010 | 10111000 | 1101000 | 0 | 1 | 101100 | 11011 | 111011 | 100101 | 111001 |
Color Harmonies of #BAB868
Complementary color
Monochromatic Colors of #BAB868
Black with #BAB868
Text Example
Text Example
White with #BAB868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB868; }
p { color: rgb(186,184,104); }
H1.HeaderClassName
{
color: #BAB868;
}
.AnyTagClassName
{
color: #BAB868;
}
</style>
background-color css
<style>
a { background-color: #BAB868; }
a { background-color: rgb(186,184,104); }
div.DivClassName
{
background-color: #BAB868;
}
.BgClassName
{
background-color: #BAB868;
}
</style>
border-color css
<style>
span { border-color: #BAB868; }
span { border-color: rgb(186,184,104); }
td.TdClassName
{
border-color: #BAB868;
}
.TagClassName
{
border-color: #BAB868;
}
</style>