Shades of Dark Khaki #BAB479
Tints of Dark Khaki #BAB479
RGB
CMYK
RGB Variations
Color information
#BAB479 (or 0xBAB479) is known color: Dark Khaki. HEX triplet: BA, B4 and 79. RGB value is (186,180,121). Sum of RGB (Red+Green+Blue) = 186+180+121=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB479 is #454B86. Grayscale: #AFAFAF. Windows color (decimal): -4541319 or 7976122. OLE color: 7976122.
HSL color Cylindrical-coordinate representation of color #BAB479: hue angle of 54.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAB479 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 121 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.27 |
| HSL | 54.46º | 0.32% | 0.6% | - |
| HSV(B) | 54.46º | 0.35% | 0.73% | - |
| XYZ | 40.02 | 44.46 | 24.56 | - |
| YUV | 175.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 121 | 0 | 0.03 | 0.35 | 0.27 | 54.46 | 0.32 | 0.6 |
| Hex | BA | B4 | 79 | 0 | 3 | 23 | 1B | 36 | 20 | 3C |
| Octal | 272 | 264 | 171 | 0 | 3 | 43 | 33 | 66 | 40 | 74 |
| Binary | 10111010 | 10110100 | 1111001 | 0 | 11 | 100011 | 11011 | 110110 | 100000 | 111100 |
Color Harmonies of #BAB479
Complementary color
Monochromatic Colors of #BAB479
Black with #BAB479
Text Example
Text Example
White with #BAB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB479; }
p { color: rgb(186,180,121); }
H1.HeaderClassName
{
color: #BAB479;
}
.AnyTagClassName
{
color: #BAB479;
}
</style>
background-color css
<style>
a { background-color: #BAB479; }
a { background-color: rgb(186,180,121); }
div.DivClassName
{
background-color: #BAB479;
}
.BgClassName
{
background-color: #BAB479;
}
</style>
border-color css
<style>
span { border-color: #BAB479; }
span { border-color: rgb(186,180,121); }
td.TdClassName
{
border-color: #BAB479;
}
.TagClassName
{
border-color: #BAB479;
}
</style>