Shades of Dark Khaki #BAB365
Tints of Dark Khaki #BAB365
RGB
CMYK
RGB Variations
Color information
#BAB365 (or 0xBAB365) is known color: Dark Khaki. HEX triplet: BA, B3 and 65. RGB value is (186,179,101). Sum of RGB (Red+Green+Blue) = 186+179+101=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB365 is #454C9A. Grayscale: #ACACAC. Windows color (decimal): -4541595 or 6665146. OLE color: 6665146.
HSL color Cylindrical-coordinate representation of color #BAB365: hue angle of 55.06º 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 #BAB365 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 101 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.27 |
| HSL | 55.06º | 0.38% | 0.56% | - |
| HSV(B) | 55.06º | 0.46% | 0.73% | - |
| XYZ | 38.72 | 43.62 | 18.69 | - |
| YUV | 172.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 101 | 0 | 0.04 | 0.46 | 0.27 | 55.06 | 0.38 | 0.56 |
| Hex | BA | B3 | 65 | 0 | 4 | 2E | 1B | 37 | 26 | 38 |
| Octal | 272 | 263 | 145 | 0 | 4 | 56 | 33 | 67 | 46 | 70 |
| Binary | 10111010 | 10110011 | 1100101 | 0 | 100 | 101110 | 11011 | 110111 | 100110 | 111000 |
Color Harmonies of #BAB365
Complementary color
Monochromatic Colors of #BAB365
Black with #BAB365
Text Example
Text Example
White with #BAB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB365; }
p { color: rgb(186,179,101); }
H1.HeaderClassName
{
color: #BAB365;
}
.AnyTagClassName
{
color: #BAB365;
}
</style>
background-color css
<style>
a { background-color: #BAB365; }
a { background-color: rgb(186,179,101); }
div.DivClassName
{
background-color: #BAB365;
}
.BgClassName
{
background-color: #BAB365;
}
</style>
border-color css
<style>
span { border-color: #BAB365; }
span { border-color: rgb(186,179,101); }
td.TdClassName
{
border-color: #BAB365;
}
.TagClassName
{
border-color: #BAB365;
}
</style>