Shades of Dark Khaki #BDBA6F
Tints of Dark Khaki #BDBA6F
RGB
CMYK
RGB Variations
Color information
#BDBA6F (or 0xBDBA6F) is known color: Dark Khaki. HEX triplet: BD, BA and 6F. RGB value is (189,186,111). Sum of RGB (Red+Green+Blue) = 189+186+111=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA6F is #424590. Grayscale: #B2B2B2. Windows color (decimal): -4343185 or 7322301. OLE color: 7322301.
HSL color Cylindrical-coordinate representation of color #BDBA6F: hue angle of 57.69º 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 #BDBA6F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 111 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.26 |
| HSL | 57.69º | 0.37% | 0.59% | - |
| HSV(B) | 57.69º | 0.41% | 0.74% | - |
| XYZ | 41.41 | 47.08 | 21.94 | - |
| YUV | 178.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 111 | 0 | 0.02 | 0.41 | 0.26 | 57.69 | 0.37 | 0.59 |
| Hex | BD | BA | 6F | 0 | 2 | 29 | 1A | 3A | 25 | 3B |
| Octal | 275 | 272 | 157 | 0 | 2 | 51 | 32 | 72 | 45 | 73 |
| Binary | 10111101 | 10111010 | 1101111 | 0 | 10 | 101001 | 11010 | 111010 | 100101 | 111011 |
Color Harmonies of #BDBA6F
Complementary color
Monochromatic Colors of #BDBA6F
Black with #BDBA6F
Text Example
Text Example
White with #BDBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA6F; }
p { color: rgb(189,186,111); }
H1.HeaderClassName
{
color: #BDBA6F;
}
.AnyTagClassName
{
color: #BDBA6F;
}
</style>
background-color css
<style>
a { background-color: #BDBA6F; }
a { background-color: rgb(189,186,111); }
div.DivClassName
{
background-color: #BDBA6F;
}
.BgClassName
{
background-color: #BDBA6F;
}
</style>
border-color css
<style>
span { border-color: #BDBA6F; }
span { border-color: rgb(189,186,111); }
td.TdClassName
{
border-color: #BDBA6F;
}
.TagClassName
{
border-color: #BDBA6F;
}
</style>