Shades of Dark Khaki #BAB565
Tints of Dark Khaki #BAB565
RGB
CMYK
RGB Variations
Color information
#BAB565 (or 0xBAB565) is known color: Dark Khaki. HEX triplet: BA, B5 and 65. RGB value is (186,181,101). Sum of RGB (Red+Green+Blue) = 186+181+101=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB565 is #454A9A. Grayscale: #ADADAD. Windows color (decimal): -4541083 or 6665658. OLE color: 6665658.
HSL color Cylindrical-coordinate representation of color #BAB565: hue angle of 56.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAB565 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 101 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.27 |
| HSL | 56.47º | 0.38% | 0.56% | - |
| HSV(B) | 56.47º | 0.46% | 0.73% | - |
| XYZ | 39.12 | 44.43 | 18.83 | - |
| YUV | 173.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 101 | 0 | 0.03 | 0.46 | 0.27 | 56.47 | 0.38 | 0.56 |
| Hex | BA | B5 | 65 | 0 | 3 | 2E | 1B | 38 | 26 | 38 |
| Octal | 272 | 265 | 145 | 0 | 3 | 56 | 33 | 70 | 46 | 70 |
| Binary | 10111010 | 10110101 | 1100101 | 0 | 11 | 101110 | 11011 | 111000 | 100110 | 111000 |
Color Harmonies of #BAB565
Complementary color
Monochromatic Colors of #BAB565
Black with #BAB565
Text Example
Text Example
White with #BAB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB565; }
p { color: rgb(186,181,101); }
H1.HeaderClassName
{
color: #BAB565;
}
.AnyTagClassName
{
color: #BAB565;
}
</style>
background-color css
<style>
a { background-color: #BAB565; }
a { background-color: rgb(186,181,101); }
div.DivClassName
{
background-color: #BAB565;
}
.BgClassName
{
background-color: #BAB565;
}
</style>
border-color css
<style>
span { border-color: #BAB565; }
span { border-color: rgb(186,181,101); }
td.TdClassName
{
border-color: #BAB565;
}
.TagClassName
{
border-color: #BAB565;
}
</style>