Shades of Dark Khaki #BAB776
Tints of Dark Khaki #BAB776
RGB
CMYK
RGB Variations
Color information
#BAB776 (or 0xBAB776) is known color: Dark Khaki. HEX triplet: BA, B7 and 76. RGB value is (186,183,118). Sum of RGB (Red+Green+Blue) = 186+183+118=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB776 is #454889. Grayscale: #B0B0B0. Windows color (decimal): -4540554 or 7780282. OLE color: 7780282.
HSL color Cylindrical-coordinate representation of color #BAB776: hue angle of 57.35º 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 #BAB776 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 118 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.27 |
| HSL | 57.35º | 0.33% | 0.6% | - |
| HSV(B) | 57.35º | 0.37% | 0.73% | - |
| XYZ | 40.45 | 45.61 | 23.81 | - |
| YUV | 176.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 118 | 0 | 0.02 | 0.37 | 0.27 | 57.35 | 0.33 | 0.6 |
| Hex | BA | B7 | 76 | 0 | 2 | 25 | 1B | 39 | 21 | 3C |
| Octal | 272 | 267 | 166 | 0 | 2 | 45 | 33 | 71 | 41 | 74 |
| Binary | 10111010 | 10110111 | 1110110 | 0 | 10 | 100101 | 11011 | 111001 | 100001 | 111100 |
Color Harmonies of #BAB776
Complementary color
Monochromatic Colors of #BAB776
Black with #BAB776
Text Example
Text Example
White with #BAB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB776; }
p { color: rgb(186,183,118); }
H1.HeaderClassName
{
color: #BAB776;
}
.AnyTagClassName
{
color: #BAB776;
}
</style>
background-color css
<style>
a { background-color: #BAB776; }
a { background-color: rgb(186,183,118); }
div.DivClassName
{
background-color: #BAB776;
}
.BgClassName
{
background-color: #BAB776;
}
</style>
border-color css
<style>
span { border-color: #BAB776; }
span { border-color: rgb(186,183,118); }
td.TdClassName
{
border-color: #BAB776;
}
.TagClassName
{
border-color: #BAB776;
}
</style>