Shades of Dark Khaki #BAB863
Tints of Dark Khaki #BAB863
RGB
CMYK
RGB Variations
Color information
#BAB863 (or 0xBAB863) is known color: Dark Khaki. HEX triplet: BA, B8 and 63. RGB value is (186,184,99). Sum of RGB (Red+Green+Blue) = 186+184+99=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB863 is #45479C. Grayscale: #AFAFAF. Windows color (decimal): -4540317 or 6535354. OLE color: 6535354.
HSL color Cylindrical-coordinate representation of color #BAB863: hue angle of 58.62º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAB863 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 99 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.27 |
| HSL | 58.62º | 0.39% | 0.56% | - |
| HSV(B) | 58.62º | 0.47% | 0.73% | - |
| XYZ | 39.64 | 45.62 | 18.52 | - |
| YUV | 174.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 99 | 0 | 0.01 | 0.47 | 0.27 | 58.62 | 0.39 | 0.56 |
| Hex | BA | B8 | 63 | 0 | 1 | 2F | 1B | 3B | 27 | 38 |
| Octal | 272 | 270 | 143 | 0 | 1 | 57 | 33 | 73 | 47 | 70 |
| Binary | 10111010 | 10111000 | 1100011 | 0 | 1 | 101111 | 11011 | 111011 | 100111 | 111000 |
Color Harmonies of #BAB863
Complementary color
Monochromatic Colors of #BAB863
Black with #BAB863
Text Example
Text Example
White with #BAB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB863; }
p { color: rgb(186,184,99); }
H1.HeaderClassName
{
color: #BAB863;
}
.AnyTagClassName
{
color: #BAB863;
}
</style>
background-color css
<style>
a { background-color: #BAB863; }
a { background-color: rgb(186,184,99); }
div.DivClassName
{
background-color: #BAB863;
}
.BgClassName
{
background-color: #BAB863;
}
</style>
border-color css
<style>
span { border-color: #BAB863; }
span { border-color: rgb(186,184,99); }
td.TdClassName
{
border-color: #BAB863;
}
.TagClassName
{
border-color: #BAB863;
}
</style>