Shades of Dark Khaki #BAB663
Tints of Dark Khaki #BAB663
RGB
CMYK
RGB Variations
Color information
#BAB663 (or 0xBAB663) is known color: Dark Khaki. HEX triplet: BA, B6 and 63. RGB value is (186,182,99). Sum of RGB (Red+Green+Blue) = 186+182+99=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB663 is #45499C. Grayscale: #AEAEAE. Windows color (decimal): -4540829 or 6534842. OLE color: 6534842.
HSL color Cylindrical-coordinate representation of color #BAB663: hue angle of 57.24º 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 #BAB663 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 99 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.27 |
| HSL | 57.24º | 0.39% | 0.56% | - |
| HSV(B) | 57.24º | 0.47% | 0.73% | - |
| XYZ | 39.23 | 44.8 | 18.38 | - |
| YUV | 173.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 99 | 0 | 0.02 | 0.47 | 0.27 | 57.24 | 0.39 | 0.56 |
| Hex | BA | B6 | 63 | 0 | 2 | 2F | 1B | 39 | 27 | 38 |
| Octal | 272 | 266 | 143 | 0 | 2 | 57 | 33 | 71 | 47 | 70 |
| Binary | 10111010 | 10110110 | 1100011 | 0 | 10 | 101111 | 11011 | 111001 | 100111 | 111000 |
Color Harmonies of #BAB663
Complementary color
Monochromatic Colors of #BAB663
Black with #BAB663
Text Example
Text Example
White with #BAB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB663; }
p { color: rgb(186,182,99); }
H1.HeaderClassName
{
color: #BAB663;
}
.AnyTagClassName
{
color: #BAB663;
}
</style>
background-color css
<style>
a { background-color: #BAB663; }
a { background-color: rgb(186,182,99); }
div.DivClassName
{
background-color: #BAB663;
}
.BgClassName
{
background-color: #BAB663;
}
</style>
border-color css
<style>
span { border-color: #BAB663; }
span { border-color: rgb(186,182,99); }
td.TdClassName
{
border-color: #BAB663;
}
.TagClassName
{
border-color: #BAB663;
}
</style>