Shades of Dark Khaki #BAB676
Tints of Dark Khaki #BAB676
RGB
CMYK
RGB Variations
Color information
#BAB676 (or 0xBAB676) is known color: Dark Khaki. HEX triplet: BA, B6 and 76. RGB value is (186,182,118). Sum of RGB (Red+Green+Blue) = 186+182+118=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB676 is #454989. Grayscale: #B0B0B0. Windows color (decimal): -4540810 or 7780026. OLE color: 7780026.
HSL color Cylindrical-coordinate representation of color #BAB676: hue angle of 56.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB676 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 118 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.27 |
| HSL | 56.47º | 0.33% | 0.6% | - |
| HSV(B) | 56.47º | 0.37% | 0.73% | - |
| XYZ | 40.25 | 45.2 | 23.74 | - |
| YUV | 175.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 118 | 0 | 0.02 | 0.37 | 0.27 | 56.47 | 0.33 | 0.6 |
| Hex | BA | B6 | 76 | 0 | 2 | 25 | 1B | 38 | 21 | 3C |
| Octal | 272 | 266 | 166 | 0 | 2 | 45 | 33 | 70 | 41 | 74 |
| Binary | 10111010 | 10110110 | 1110110 | 0 | 10 | 100101 | 11011 | 111000 | 100001 | 111100 |
Color Harmonies of #BAB676
Complementary color
Monochromatic Colors of #BAB676
Black with #BAB676
Text Example
Text Example
White with #BAB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB676; }
p { color: rgb(186,182,118); }
H1.HeaderClassName
{
color: #BAB676;
}
.AnyTagClassName
{
color: #BAB676;
}
</style>
background-color css
<style>
a { background-color: #BAB676; }
a { background-color: rgb(186,182,118); }
div.DivClassName
{
background-color: #BAB676;
}
.BgClassName
{
background-color: #BAB676;
}
</style>
border-color css
<style>
span { border-color: #BAB676; }
span { border-color: rgb(186,182,118); }
td.TdClassName
{
border-color: #BAB676;
}
.TagClassName
{
border-color: #BAB676;
}
</style>