Shades of Dark Khaki #BAB769
Tints of Dark Khaki #BAB769
RGB
CMYK
RGB Variations
Color information
#BAB769 (or 0xBAB769) is known color: Dark Khaki. HEX triplet: BA, B7 and 69. RGB value is (186,183,105). Sum of RGB (Red+Green+Blue) = 186+183+105=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB769 is #454896. Grayscale: #AFAFAF. Windows color (decimal): -4540567 or 6928314. OLE color: 6928314.
HSL color Cylindrical-coordinate representation of color #BAB769: hue angle of 57.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAB769 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 105 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.27 |
| HSL | 57.78º | 0.37% | 0.57% | - |
| HSV(B) | 57.78º | 0.44% | 0.73% | - |
| XYZ | 39.73 | 45.33 | 20.02 | - |
| YUV | 175.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 105 | 0 | 0.02 | 0.44 | 0.27 | 57.78 | 0.37 | 0.57 |
| Hex | BA | B7 | 69 | 0 | 2 | 2C | 1B | 3A | 25 | 39 |
| Octal | 272 | 267 | 151 | 0 | 2 | 54 | 33 | 72 | 45 | 71 |
| Binary | 10111010 | 10110111 | 1101001 | 0 | 10 | 101100 | 11011 | 111010 | 100101 | 111001 |
Color Harmonies of #BAB769
Complementary color
Monochromatic Colors of #BAB769
Black with #BAB769
Text Example
Text Example
White with #BAB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB769; }
p { color: rgb(186,183,105); }
H1.HeaderClassName
{
color: #BAB769;
}
.AnyTagClassName
{
color: #BAB769;
}
</style>
background-color css
<style>
a { background-color: #BAB769; }
a { background-color: rgb(186,183,105); }
div.DivClassName
{
background-color: #BAB769;
}
.BgClassName
{
background-color: #BAB769;
}
</style>
border-color css
<style>
span { border-color: #BAB769; }
span { border-color: rgb(186,183,105); }
td.TdClassName
{
border-color: #BAB769;
}
.TagClassName
{
border-color: #BAB769;
}
</style>