Shades of Dark Khaki #BAB269
Tints of Dark Khaki #BAB269
RGB
CMYK
RGB Variations
Color information
#BAB269 (or 0xBAB269) is known color: Dark Khaki. HEX triplet: BA, B2 and 69. RGB value is (186,178,105). Sum of RGB (Red+Green+Blue) = 186+178+105=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB269 is #454D96. Grayscale: #ACACAC. Windows color (decimal): -4541847 or 6927034. OLE color: 6927034.
HSL color Cylindrical-coordinate representation of color #BAB269: hue angle of 54.07º 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 #BAB269 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 105 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.27 |
| HSL | 54.07º | 0.37% | 0.57% | - |
| HSV(B) | 54.07º | 0.44% | 0.73% | - |
| XYZ | 38.72 | 43.3 | 19.68 | - |
| YUV | 172.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 105 | 0 | 0.04 | 0.44 | 0.27 | 54.07 | 0.37 | 0.57 |
| Hex | BA | B2 | 69 | 0 | 4 | 2C | 1B | 36 | 25 | 39 |
| Octal | 272 | 262 | 151 | 0 | 4 | 54 | 33 | 66 | 45 | 71 |
| Binary | 10111010 | 10110010 | 1101001 | 0 | 100 | 101100 | 11011 | 110110 | 100101 | 111001 |
Color Harmonies of #BAB269
Complementary color
Monochromatic Colors of #BAB269
Black with #BAB269
Text Example
Text Example
White with #BAB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB269; }
p { color: rgb(186,178,105); }
H1.HeaderClassName
{
color: #BAB269;
}
.AnyTagClassName
{
color: #BAB269;
}
</style>
background-color css
<style>
a { background-color: #BAB269; }
a { background-color: rgb(186,178,105); }
div.DivClassName
{
background-color: #BAB269;
}
.BgClassName
{
background-color: #BAB269;
}
</style>
border-color css
<style>
span { border-color: #BAB269; }
span { border-color: rgb(186,178,105); }
td.TdClassName
{
border-color: #BAB269;
}
.TagClassName
{
border-color: #BAB269;
}
</style>