Shades of Dark Khaki #BDB96F
Tints of Dark Khaki #BDB96F
RGB
CMYK
RGB Variations
Color information
#BDB96F (or 0xBDB96F) is known color: Dark Khaki. HEX triplet: BD, B9 and 6F. RGB value is (189,185,111). Sum of RGB (Red+Green+Blue) = 189+185+111=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB96F is #424690. Grayscale: #B2B2B2. Windows color (decimal): -4343441 or 7322045. OLE color: 7322045.
HSL color Cylindrical-coordinate representation of color #BDB96F: hue angle of 56.92º 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 #BDB96F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 111 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.26 |
| HSL | 56.92º | 0.37% | 0.59% | - |
| HSV(B) | 56.92º | 0.41% | 0.74% | - |
| XYZ | 41.2 | 46.66 | 21.87 | - |
| YUV | 177.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 111 | 0 | 0.02 | 0.41 | 0.26 | 56.92 | 0.37 | 0.59 |
| Hex | BD | B9 | 6F | 0 | 2 | 29 | 1A | 39 | 25 | 3B |
| Octal | 275 | 271 | 157 | 0 | 2 | 51 | 32 | 71 | 45 | 73 |
| Binary | 10111101 | 10111001 | 1101111 | 0 | 10 | 101001 | 11010 | 111001 | 100101 | 111011 |
Color Harmonies of #BDB96F
Complementary color
Monochromatic Colors of #BDB96F
Black with #BDB96F
Text Example
Text Example
White with #BDB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB96F; }
p { color: rgb(189,185,111); }
H1.HeaderClassName
{
color: #BDB96F;
}
.AnyTagClassName
{
color: #BDB96F;
}
</style>
background-color css
<style>
a { background-color: #BDB96F; }
a { background-color: rgb(189,185,111); }
div.DivClassName
{
background-color: #BDB96F;
}
.BgClassName
{
background-color: #BDB96F;
}
</style>
border-color css
<style>
span { border-color: #BDB96F; }
span { border-color: rgb(189,185,111); }
td.TdClassName
{
border-color: #BDB96F;
}
.TagClassName
{
border-color: #BDB96F;
}
</style>