Shades of Dark Khaki #BAB867
Tints of Dark Khaki #BAB867
RGB
CMYK
RGB Variations
Color information
#BAB867 (or 0xBAB867) is known color: Dark Khaki. HEX triplet: BA, B8 and 67. RGB value is (186,184,103). Sum of RGB (Red+Green+Blue) = 186+184+103=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB867 is #454798. Grayscale: #AFAFAF. Windows color (decimal): -4540313 or 6797498. OLE color: 6797498.
HSL color Cylindrical-coordinate representation of color #BAB867: hue angle of 58.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAB867 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 103 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.27 |
| HSL | 58.55º | 0.38% | 0.57% | - |
| HSV(B) | 58.55º | 0.45% | 0.73% | - |
| XYZ | 39.84 | 45.7 | 19.55 | - |
| YUV | 175.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 103 | 0 | 0.01 | 0.45 | 0.27 | 58.55 | 0.38 | 0.57 |
| Hex | BA | B8 | 67 | 0 | 1 | 2D | 1B | 3B | 26 | 39 |
| Octal | 272 | 270 | 147 | 0 | 1 | 55 | 33 | 73 | 46 | 71 |
| Binary | 10111010 | 10111000 | 1100111 | 0 | 1 | 101101 | 11011 | 111011 | 100110 | 111001 |
Color Harmonies of #BAB867
Complementary color
Monochromatic Colors of #BAB867
Black with #BAB867
Text Example
Text Example
White with #BAB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB867; }
p { color: rgb(186,184,103); }
H1.HeaderClassName
{
color: #BAB867;
}
.AnyTagClassName
{
color: #BAB867;
}
</style>
background-color css
<style>
a { background-color: #BAB867; }
a { background-color: rgb(186,184,103); }
div.DivClassName
{
background-color: #BAB867;
}
.BgClassName
{
background-color: #BAB867;
}
</style>
border-color css
<style>
span { border-color: #BAB867; }
span { border-color: rgb(186,184,103); }
td.TdClassName
{
border-color: #BAB867;
}
.TagClassName
{
border-color: #BAB867;
}
</style>