Shades of Dark Khaki #BAB375
Tints of Dark Khaki #BAB375
RGB
CMYK
RGB Variations
Color information
#BAB375 (or 0xBAB375) is known color: Dark Khaki. HEX triplet: BA, B3 and 75. RGB value is (186,179,117). Sum of RGB (Red+Green+Blue) = 186+179+117=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB375 is #454C8A. Grayscale: #AEAEAE. Windows color (decimal): -4541579 or 7713722. OLE color: 7713722.
HSL color Cylindrical-coordinate representation of color #BAB375: hue angle of 53.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB375 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 117 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.27 |
| HSL | 53.91º | 0.33% | 0.59% | - |
| HSV(B) | 53.91º | 0.37% | 0.73% | - |
| XYZ | 39.58 | 43.96 | 23.23 | - |
| YUV | 174.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 117 | 0 | 0.04 | 0.37 | 0.27 | 53.91 | 0.33 | 0.59 |
| Hex | BA | B3 | 75 | 0 | 4 | 25 | 1B | 36 | 21 | 3B |
| Octal | 272 | 263 | 165 | 0 | 4 | 45 | 33 | 66 | 41 | 73 |
| Binary | 10111010 | 10110011 | 1110101 | 0 | 100 | 100101 | 11011 | 110110 | 100001 | 111011 |
Color Harmonies of #BAB375
Complementary color
Monochromatic Colors of #BAB375
Black with #BAB375
Text Example
Text Example
White with #BAB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB375; }
p { color: rgb(186,179,117); }
H1.HeaderClassName
{
color: #BAB375;
}
.AnyTagClassName
{
color: #BAB375;
}
</style>
background-color css
<style>
a { background-color: #BAB375; }
a { background-color: rgb(186,179,117); }
div.DivClassName
{
background-color: #BAB375;
}
.BgClassName
{
background-color: #BAB375;
}
</style>
border-color css
<style>
span { border-color: #BAB375; }
span { border-color: rgb(186,179,117); }
td.TdClassName
{
border-color: #BAB375;
}
.TagClassName
{
border-color: #BAB375;
}
</style>