Shades of Dark Khaki #BAB177
Tints of Dark Khaki #BAB177
RGB
CMYK
RGB Variations
Color information
#BAB177 (or 0xBAB177) is known color: Dark Khaki. HEX triplet: BA, B1 and 77. RGB value is (186,177,119). Sum of RGB (Red+Green+Blue) = 186+177+119=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB177 is #454E88. Grayscale: #ADADAD. Windows color (decimal): -4542089 or 7844282. OLE color: 7844282.
HSL color Cylindrical-coordinate representation of color #BAB177: hue angle of 51.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAB177 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 119 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.27 |
| HSL | 51.94º | 0.33% | 0.6% | - |
| HSV(B) | 51.94º | 0.36% | 0.73% | - |
| XYZ | 39.3 | 43.22 | 23.72 | - |
| YUV | 173.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 119 | 0 | 0.05 | 0.36 | 0.27 | 51.94 | 0.33 | 0.6 |
| Hex | BA | B1 | 77 | 0 | 5 | 24 | 1B | 34 | 21 | 3C |
| Octal | 272 | 261 | 167 | 0 | 5 | 44 | 33 | 64 | 41 | 74 |
| Binary | 10111010 | 10110001 | 1110111 | 0 | 101 | 100100 | 11011 | 110100 | 100001 | 111100 |
Color Harmonies of #BAB177
Complementary color
Monochromatic Colors of #BAB177
Black with #BAB177
Text Example
Text Example
White with #BAB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB177; }
p { color: rgb(186,177,119); }
H1.HeaderClassName
{
color: #BAB177;
}
.AnyTagClassName
{
color: #BAB177;
}
</style>
background-color css
<style>
a { background-color: #BAB177; }
a { background-color: rgb(186,177,119); }
div.DivClassName
{
background-color: #BAB177;
}
.BgClassName
{
background-color: #BAB177;
}
</style>
border-color css
<style>
span { border-color: #BAB177; }
span { border-color: rgb(186,177,119); }
td.TdClassName
{
border-color: #BAB177;
}
.TagClassName
{
border-color: #BAB177;
}
</style>