Shades of Dark Khaki #BDB86D
Tints of Dark Khaki #BDB86D
RGB
CMYK
RGB Variations
Color information
#BDB86D (or 0xBDB86D) is known color: Dark Khaki. HEX triplet: BD, B8 and 6D. RGB value is (189,184,109). Sum of RGB (Red+Green+Blue) = 189+184+109=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86D is #424792. Grayscale: #B1B1B1. Windows color (decimal): -4343699 or 7190717. OLE color: 7190717.
HSL color Cylindrical-coordinate representation of color #BDB86D: hue angle of 56.25º 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 #BDB86D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 109 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.26 |
| HSL | 56.25º | 0.38% | 0.58% | - |
| HSV(B) | 56.25º | 0.42% | 0.74% | - |
| XYZ | 40.89 | 46.2 | 21.23 | - |
| YUV | 176.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 109 | 0 | 0.03 | 0.42 | 0.26 | 56.25 | 0.38 | 0.58 |
| Hex | BD | B8 | 6D | 0 | 3 | 2A | 1A | 38 | 26 | 3A |
| Octal | 275 | 270 | 155 | 0 | 3 | 52 | 32 | 70 | 46 | 72 |
| Binary | 10111101 | 10111000 | 1101101 | 0 | 11 | 101010 | 11010 | 111000 | 100110 | 111010 |
Color Harmonies of #BDB86D
Complementary color
Monochromatic Colors of #BDB86D
Black with #BDB86D
Text Example
Text Example
White with #BDB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB86D; }
p { color: rgb(189,184,109); }
H1.HeaderClassName
{
color: #BDB86D;
}
.AnyTagClassName
{
color: #BDB86D;
}
</style>
background-color css
<style>
a { background-color: #BDB86D; }
a { background-color: rgb(189,184,109); }
div.DivClassName
{
background-color: #BDB86D;
}
.BgClassName
{
background-color: #BDB86D;
}
</style>
border-color css
<style>
span { border-color: #BDB86D; }
span { border-color: rgb(189,184,109); }
td.TdClassName
{
border-color: #BDB86D;
}
.TagClassName
{
border-color: #BDB86D;
}
</style>