Shades of Dark Khaki #BDBA6A
Tints of Dark Khaki #BDBA6A
RGB
CMYK
RGB Variations
Color information
#BDBA6A (or 0xBDBA6A) is known color: Dark Khaki. HEX triplet: BD, BA and 6A. RGB value is (189,186,106). Sum of RGB (Red+Green+Blue) = 189+186+106=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA6A is #424595. Grayscale: #B2B2B2. Windows color (decimal): -4343190 or 6994621. OLE color: 6994621.
HSL color Cylindrical-coordinate representation of color #BDBA6A: hue angle of 57.83º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDBA6A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 106 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.26 |
| HSL | 57.83º | 0.39% | 0.58% | - |
| HSV(B) | 57.83º | 0.44% | 0.74% | - |
| XYZ | 41.15 | 46.98 | 20.53 | - |
| YUV | 177.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 106 | 0 | 0.02 | 0.44 | 0.26 | 57.83 | 0.39 | 0.58 |
| Hex | BD | BA | 6A | 0 | 2 | 2C | 1A | 3A | 27 | 3A |
| Octal | 275 | 272 | 152 | 0 | 2 | 54 | 32 | 72 | 47 | 72 |
| Binary | 10111101 | 10111010 | 1101010 | 0 | 10 | 101100 | 11010 | 111010 | 100111 | 111010 |
Color Harmonies of #BDBA6A
Complementary color
Monochromatic Colors of #BDBA6A
Black with #BDBA6A
Text Example
Text Example
White with #BDBA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA6A; }
p { color: rgb(189,186,106); }
H1.HeaderClassName
{
color: #BDBA6A;
}
.AnyTagClassName
{
color: #BDBA6A;
}
</style>
background-color css
<style>
a { background-color: #BDBA6A; }
a { background-color: rgb(189,186,106); }
div.DivClassName
{
background-color: #BDBA6A;
}
.BgClassName
{
background-color: #BDBA6A;
}
</style>
border-color css
<style>
span { border-color: #BDBA6A; }
span { border-color: rgb(189,186,106); }
td.TdClassName
{
border-color: #BDBA6A;
}
.TagClassName
{
border-color: #BDBA6A;
}
</style>