Shades of Dark Khaki #BDB86E
Tints of Dark Khaki #BDB86E
RGB
CMYK
RGB Variations
Color information
#BDB86E (or 0xBDB86E) is known color: Dark Khaki. HEX triplet: BD, B8 and 6E. RGB value is (189,184,110). Sum of RGB (Red+Green+Blue) = 189+184+110=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86E is #424791. Grayscale: #B1B1B1. Windows color (decimal): -4343698 or 7256253. OLE color: 7256253.
HSL color Cylindrical-coordinate representation of color #BDB86E: hue angle of 56.2º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB86E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 110 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.26 |
| HSL | 56.2º | 0.37% | 0.59% | - |
| HSV(B) | 56.2º | 0.42% | 0.74% | - |
| XYZ | 40.94 | 46.23 | 21.52 | - |
| YUV | 177.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 110 | 0 | 0.03 | 0.42 | 0.26 | 56.2 | 0.37 | 0.59 |
| Hex | BD | B8 | 6E | 0 | 3 | 2A | 1A | 38 | 25 | 3B |
| Octal | 275 | 270 | 156 | 0 | 3 | 52 | 32 | 70 | 45 | 73 |
| Binary | 10111101 | 10111000 | 1101110 | 0 | 11 | 101010 | 11010 | 111000 | 100101 | 111011 |
Color Harmonies of #BDB86E
Complementary color
Monochromatic Colors of #BDB86E
Black with #BDB86E
Text Example
Text Example
White with #BDB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB86E; }
p { color: rgb(189,184,110); }
H1.HeaderClassName
{
color: #BDB86E;
}
.AnyTagClassName
{
color: #BDB86E;
}
</style>
background-color css
<style>
a { background-color: #BDB86E; }
a { background-color: rgb(189,184,110); }
div.DivClassName
{
background-color: #BDB86E;
}
.BgClassName
{
background-color: #BDB86E;
}
</style>
border-color css
<style>
span { border-color: #BDB86E; }
span { border-color: rgb(189,184,110); }
td.TdClassName
{
border-color: #BDB86E;
}
.TagClassName
{
border-color: #BDB86E;
}
</style>