Shades of Dark Khaki #BDBA6D
Tints of Dark Khaki #BDBA6D
RGB
CMYK
RGB Variations
Color information
#BDBA6D (or 0xBDBA6D) is known color: Dark Khaki. HEX triplet: BD, BA and 6D. RGB value is (189,186,109). Sum of RGB (Red+Green+Blue) = 189+186+109=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA6D is #424592. Grayscale: #B2B2B2. Windows color (decimal): -4343187 or 7191229. OLE color: 7191229.
HSL color Cylindrical-coordinate representation of color #BDBA6D: hue angle of 57.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDBA6D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 109 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.26 |
| HSL | 57.75º | 0.38% | 0.58% | - |
| HSV(B) | 57.75º | 0.42% | 0.74% | - |
| XYZ | 41.31 | 47.04 | 21.37 | - |
| YUV | 178.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 109 | 0 | 0.02 | 0.42 | 0.26 | 57.75 | 0.38 | 0.58 |
| Hex | BD | BA | 6D | 0 | 2 | 2A | 1A | 3A | 26 | 3A |
| Octal | 275 | 272 | 155 | 0 | 2 | 52 | 32 | 72 | 46 | 72 |
| Binary | 10111101 | 10111010 | 1101101 | 0 | 10 | 101010 | 11010 | 111010 | 100110 | 111010 |
Color Harmonies of #BDBA6D
Complementary color
Monochromatic Colors of #BDBA6D
Black with #BDBA6D
Text Example
Text Example
White with #BDBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA6D; }
p { color: rgb(189,186,109); }
H1.HeaderClassName
{
color: #BDBA6D;
}
.AnyTagClassName
{
color: #BDBA6D;
}
</style>
background-color css
<style>
a { background-color: #BDBA6D; }
a { background-color: rgb(189,186,109); }
div.DivClassName
{
background-color: #BDBA6D;
}
.BgClassName
{
background-color: #BDBA6D;
}
</style>
border-color css
<style>
span { border-color: #BDBA6D; }
span { border-color: rgb(189,186,109); }
td.TdClassName
{
border-color: #BDBA6D;
}
.TagClassName
{
border-color: #BDBA6D;
}
</style>