Shades of Dark Khaki #BAB869
Tints of Dark Khaki #BAB869
RGB
CMYK
RGB Variations
Color information
#BAB869 (or 0xBAB869) is known color: Dark Khaki. HEX triplet: BA, B8 and 69. RGB value is (186,184,105). Sum of RGB (Red+Green+Blue) = 186+184+105=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB869 is #454796. Grayscale: #AFAFAF. Windows color (decimal): -4540311 or 6928570. OLE color: 6928570.
HSL color Cylindrical-coordinate representation of color #BAB869: hue angle of 58.52º 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 #BAB869 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 105 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.27 |
| HSL | 58.52º | 0.37% | 0.57% | - |
| HSV(B) | 58.52º | 0.44% | 0.73% | - |
| XYZ | 39.94 | 45.74 | 20.09 | - |
| YUV | 175.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 105 | 0 | 0.01 | 0.44 | 0.27 | 58.52 | 0.37 | 0.57 |
| Hex | BA | B8 | 69 | 0 | 1 | 2C | 1B | 3B | 25 | 39 |
| Octal | 272 | 270 | 151 | 0 | 1 | 54 | 33 | 73 | 45 | 71 |
| Binary | 10111010 | 10111000 | 1101001 | 0 | 1 | 101100 | 11011 | 111011 | 100101 | 111001 |
Color Harmonies of #BAB869
Complementary color
Monochromatic Colors of #BAB869
Black with #BAB869
Text Example
Text Example
White with #BAB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB869; }
p { color: rgb(186,184,105); }
H1.HeaderClassName
{
color: #BAB869;
}
.AnyTagClassName
{
color: #BAB869;
}
</style>
background-color css
<style>
a { background-color: #BAB869; }
a { background-color: rgb(186,184,105); }
div.DivClassName
{
background-color: #BAB869;
}
.BgClassName
{
background-color: #BAB869;
}
</style>
border-color css
<style>
span { border-color: #BAB869; }
span { border-color: rgb(186,184,105); }
td.TdClassName
{
border-color: #BAB869;
}
.TagClassName
{
border-color: #BAB869;
}
</style>