Shades of Dark Khaki #BAB467
Tints of Dark Khaki #BAB467
RGB
CMYK
RGB Variations
Color information
#BAB467 (or 0xBAB467) is known color: Dark Khaki. HEX triplet: BA, B4 and 67. RGB value is (186,180,103). Sum of RGB (Red+Green+Blue) = 186+180+103=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB467 is #454B98. Grayscale: #ADADAD. Windows color (decimal): -4541337 or 6796474. OLE color: 6796474.
HSL color Cylindrical-coordinate representation of color #BAB467: hue angle of 55.66º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAB467 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 103 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.27 |
| HSL | 55.66º | 0.38% | 0.57% | - |
| HSV(B) | 55.66º | 0.45% | 0.73% | - |
| XYZ | 39.02 | 44.06 | 19.28 | - |
| YUV | 173.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 103 | 0 | 0.03 | 0.45 | 0.27 | 55.66 | 0.38 | 0.57 |
| Hex | BA | B4 | 67 | 0 | 3 | 2D | 1B | 38 | 26 | 39 |
| Octal | 272 | 264 | 147 | 0 | 3 | 55 | 33 | 70 | 46 | 71 |
| Binary | 10111010 | 10110100 | 1100111 | 0 | 11 | 101101 | 11011 | 111000 | 100110 | 111001 |
Color Harmonies of #BAB467
Complementary color
Monochromatic Colors of #BAB467
Black with #BAB467
Text Example
Text Example
White with #BAB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB467; }
p { color: rgb(186,180,103); }
H1.HeaderClassName
{
color: #BAB467;
}
.AnyTagClassName
{
color: #BAB467;
}
</style>
background-color css
<style>
a { background-color: #BAB467; }
a { background-color: rgb(186,180,103); }
div.DivClassName
{
background-color: #BAB467;
}
.BgClassName
{
background-color: #BAB467;
}
</style>
border-color css
<style>
span { border-color: #BAB467; }
span { border-color: rgb(186,180,103); }
td.TdClassName
{
border-color: #BAB467;
}
.TagClassName
{
border-color: #BAB467;
}
</style>