Shades of Dark Khaki #BDBA70
Tints of Dark Khaki #BDBA70
RGB
CMYK
RGB Variations
Color information
#BDBA70 (or 0xBDBA70) is known color: Dark Khaki. HEX triplet: BD, BA and 70. RGB value is (189,186,112). Sum of RGB (Red+Green+Blue) = 189+186+112=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA70 is #42458F. Grayscale: #B2B2B2. Windows color (decimal): -4343184 or 7387837. OLE color: 7387837.
HSL color Cylindrical-coordinate representation of color #BDBA70: hue angle of 57.66º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDBA70 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 112 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.26 |
| HSL | 57.66º | 0.37% | 0.59% | - |
| HSV(B) | 57.66º | 0.41% | 0.74% | - |
| XYZ | 41.47 | 47.11 | 22.24 | - |
| YUV | 178.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 112 | 0 | 0.02 | 0.41 | 0.26 | 57.66 | 0.37 | 0.59 |
| Hex | BD | BA | 70 | 0 | 2 | 29 | 1A | 3A | 25 | 3B |
| Octal | 275 | 272 | 160 | 0 | 2 | 51 | 32 | 72 | 45 | 73 |
| Binary | 10111101 | 10111010 | 1110000 | 0 | 10 | 101001 | 11010 | 111010 | 100101 | 111011 |
Color Harmonies of #BDBA70
Complementary color
Monochromatic Colors of #BDBA70
Black with #BDBA70
Text Example
Text Example
White with #BDBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA70; }
p { color: rgb(189,186,112); }
H1.HeaderClassName
{
color: #BDBA70;
}
.AnyTagClassName
{
color: #BDBA70;
}
</style>
background-color css
<style>
a { background-color: #BDBA70; }
a { background-color: rgb(189,186,112); }
div.DivClassName
{
background-color: #BDBA70;
}
.BgClassName
{
background-color: #BDBA70;
}
</style>
border-color css
<style>
span { border-color: #BDBA70; }
span { border-color: rgb(189,186,112); }
td.TdClassName
{
border-color: #BDBA70;
}
.TagClassName
{
border-color: #BDBA70;
}
</style>