Shades of Dark Khaki #BDB86C
Tints of Dark Khaki #BDB86C
RGB
CMYK
RGB Variations
Color information
#BDB86C (or 0xBDB86C) is known color: Dark Khaki. HEX triplet: BD, B8 and 6C. RGB value is (189,184,108). Sum of RGB (Red+Green+Blue) = 189+184+108=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86C is #424793. Grayscale: #B1B1B1. Windows color (decimal): -4343700 or 7125181. OLE color: 7125181.
HSL color Cylindrical-coordinate representation of color #BDB86C: hue angle of 56.3º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDB86C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 108 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.26 |
| HSL | 56.3º | 0.38% | 0.58% | - |
| HSV(B) | 56.3º | 0.43% | 0.74% | - |
| XYZ | 40.83 | 46.18 | 20.95 | - |
| YUV | 176.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 108 | 0 | 0.03 | 0.43 | 0.26 | 56.3 | 0.38 | 0.58 |
| Hex | BD | B8 | 6C | 0 | 3 | 2B | 1A | 38 | 26 | 3A |
| Octal | 275 | 270 | 154 | 0 | 3 | 53 | 32 | 70 | 46 | 72 |
| Binary | 10111101 | 10111000 | 1101100 | 0 | 11 | 101011 | 11010 | 111000 | 100110 | 111010 |
Color Harmonies of #BDB86C
Complementary color
Monochromatic Colors of #BDB86C
Black with #BDB86C
Text Example
Text Example
White with #BDB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB86C; }
p { color: rgb(189,184,108); }
H1.HeaderClassName
{
color: #BDB86C;
}
.AnyTagClassName
{
color: #BDB86C;
}
</style>
background-color css
<style>
a { background-color: #BDB86C; }
a { background-color: rgb(189,184,108); }
div.DivClassName
{
background-color: #BDB86C;
}
.BgClassName
{
background-color: #BDB86C;
}
</style>
border-color css
<style>
span { border-color: #BDB86C; }
span { border-color: rgb(189,184,108); }
td.TdClassName
{
border-color: #BDB86C;
}
.TagClassName
{
border-color: #BDB86C;
}
</style>