Shades of Dark Khaki #BDB66E
Tints of Dark Khaki #BDB66E
RGB
CMYK
RGB Variations
Color information
#BDB66E (or 0xBDB66E) is known color: Dark Khaki. HEX triplet: BD, B6 and 6E. RGB value is (189,182,110). Sum of RGB (Red+Green+Blue) = 189+182+110=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB66E is #424991. Grayscale: #B0B0B0. Windows color (decimal): -4344210 or 7255741. OLE color: 7255741.
HSL color Cylindrical-coordinate representation of color #BDB66E: hue angle of 54.68º 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 #BDB66E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 110 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.26 |
| HSL | 54.68º | 0.37% | 0.59% | - |
| HSV(B) | 54.68º | 0.42% | 0.74% | - |
| XYZ | 40.53 | 45.4 | 21.38 | - |
| YUV | 175.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 110 | 0 | 0.04 | 0.42 | 0.26 | 54.68 | 0.37 | 0.59 |
| Hex | BD | B6 | 6E | 0 | 4 | 2A | 1A | 37 | 25 | 3B |
| Octal | 275 | 266 | 156 | 0 | 4 | 52 | 32 | 67 | 45 | 73 |
| Binary | 10111101 | 10110110 | 1101110 | 0 | 100 | 101010 | 11010 | 110111 | 100101 | 111011 |
Color Harmonies of #BDB66E
Complementary color
Monochromatic Colors of #BDB66E
Black with #BDB66E
Text Example
Text Example
White with #BDB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB66E; }
p { color: rgb(189,182,110); }
H1.HeaderClassName
{
color: #BDB66E;
}
.AnyTagClassName
{
color: #BDB66E;
}
</style>
background-color css
<style>
a { background-color: #BDB66E; }
a { background-color: rgb(189,182,110); }
div.DivClassName
{
background-color: #BDB66E;
}
.BgClassName
{
background-color: #BDB66E;
}
</style>
border-color css
<style>
span { border-color: #BDB66E; }
span { border-color: rgb(189,182,110); }
td.TdClassName
{
border-color: #BDB66E;
}
.TagClassName
{
border-color: #BDB66E;
}
</style>