Shades of Dark Khaki #BAB168
Tints of Dark Khaki #BAB168
RGB
CMYK
RGB Variations
Color information
#BAB168 (or 0xBAB168) is known color: Dark Khaki. HEX triplet: BA, B1 and 68. RGB value is (186,177,104). Sum of RGB (Red+Green+Blue) = 186+177+104=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB168 is #454E97. Grayscale: #ABABAB. Windows color (decimal): -4542104 or 6861242. OLE color: 6861242.
HSL color Cylindrical-coordinate representation of color #BAB168: hue angle of 53.41º 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 #BAB168 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 104 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.27 |
| HSL | 53.41º | 0.37% | 0.57% | - |
| HSV(B) | 53.41º | 0.44% | 0.73% | - |
| XYZ | 38.47 | 42.88 | 19.35 | - |
| YUV | 171.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 104 | 0 | 0.05 | 0.44 | 0.27 | 53.41 | 0.37 | 0.57 |
| Hex | BA | B1 | 68 | 0 | 5 | 2C | 1B | 35 | 25 | 39 |
| Octal | 272 | 261 | 150 | 0 | 5 | 54 | 33 | 65 | 45 | 71 |
| Binary | 10111010 | 10110001 | 1101000 | 0 | 101 | 101100 | 11011 | 110101 | 100101 | 111001 |
Color Harmonies of #BAB168
Complementary color
Monochromatic Colors of #BAB168
Black with #BAB168
Text Example
Text Example
White with #BAB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB168; }
p { color: rgb(186,177,104); }
H1.HeaderClassName
{
color: #BAB168;
}
.AnyTagClassName
{
color: #BAB168;
}
</style>
background-color css
<style>
a { background-color: #BAB168; }
a { background-color: rgb(186,177,104); }
div.DivClassName
{
background-color: #BAB168;
}
.BgClassName
{
background-color: #BAB168;
}
</style>
border-color css
<style>
span { border-color: #BAB168; }
span { border-color: rgb(186,177,104); }
td.TdClassName
{
border-color: #BAB168;
}
.TagClassName
{
border-color: #BAB168;
}
</style>