Shades of Dark Khaki #BAB669
Tints of Dark Khaki #BAB669
RGB
CMYK
RGB Variations
Color information
#BAB669 (or 0xBAB669) is known color: Dark Khaki. HEX triplet: BA, B6 and 69. RGB value is (186,182,105). Sum of RGB (Red+Green+Blue) = 186+182+105=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB669 is #454996. Grayscale: #AEAEAE. Windows color (decimal): -4540823 or 6928058. OLE color: 6928058.
HSL color Cylindrical-coordinate representation of color #BAB669: hue angle of 57.04º 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 #BAB669 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 105 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.27 |
| HSL | 57.04º | 0.37% | 0.57% | - |
| HSV(B) | 57.04º | 0.44% | 0.73% | - |
| XYZ | 39.53 | 44.91 | 19.95 | - |
| YUV | 174.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 105 | 0 | 0.02 | 0.44 | 0.27 | 57.04 | 0.37 | 0.57 |
| Hex | BA | B6 | 69 | 0 | 2 | 2C | 1B | 39 | 25 | 39 |
| Octal | 272 | 266 | 151 | 0 | 2 | 54 | 33 | 71 | 45 | 71 |
| Binary | 10111010 | 10110110 | 1101001 | 0 | 10 | 101100 | 11011 | 111001 | 100101 | 111001 |
Color Harmonies of #BAB669
Complementary color
Monochromatic Colors of #BAB669
Black with #BAB669
Text Example
Text Example
White with #BAB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB669; }
p { color: rgb(186,182,105); }
H1.HeaderClassName
{
color: #BAB669;
}
.AnyTagClassName
{
color: #BAB669;
}
</style>
background-color css
<style>
a { background-color: #BAB669; }
a { background-color: rgb(186,182,105); }
div.DivClassName
{
background-color: #BAB669;
}
.BgClassName
{
background-color: #BAB669;
}
</style>
border-color css
<style>
span { border-color: #BAB669; }
span { border-color: rgb(186,182,105); }
td.TdClassName
{
border-color: #BAB669;
}
.TagClassName
{
border-color: #BAB669;
}
</style>