Shades of Dark Khaki #BDB16E
Tints of Dark Khaki #BDB16E
RGB
CMYK
RGB Variations
Color information
#BDB16E (or 0xBDB16E) is known color: Dark Khaki. HEX triplet: BD, B1 and 6E. RGB value is (189,177,110). Sum of RGB (Red+Green+Blue) = 189+177+110=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16E is #424E91. Grayscale: #ADADAD. Windows color (decimal): -4345490 or 7254461. OLE color: 7254461.
HSL color Cylindrical-coordinate representation of color #BDB16E: hue angle of 50.89º 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 #BDB16E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 110 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.26 |
| HSL | 50.89º | 0.37% | 0.59% | - |
| HSV(B) | 50.89º | 0.42% | 0.74% | - |
| XYZ | 39.52 | 43.39 | 21.04 | - |
| YUV | 172.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 110 | 0 | 0.06 | 0.42 | 0.26 | 50.89 | 0.37 | 0.59 |
| Hex | BD | B1 | 6E | 0 | 6 | 2A | 1A | 33 | 25 | 3B |
| Octal | 275 | 261 | 156 | 0 | 6 | 52 | 32 | 63 | 45 | 73 |
| Binary | 10111101 | 10110001 | 1101110 | 0 | 110 | 101010 | 11010 | 110011 | 100101 | 111011 |
Color Harmonies of #BDB16E
Complementary color
Monochromatic Colors of #BDB16E
Black with #BDB16E
Text Example
Text Example
White with #BDB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB16E; }
p { color: rgb(189,177,110); }
H1.HeaderClassName
{
color: #BDB16E;
}
.AnyTagClassName
{
color: #BDB16E;
}
</style>
background-color css
<style>
a { background-color: #BDB16E; }
a { background-color: rgb(189,177,110); }
div.DivClassName
{
background-color: #BDB16E;
}
.BgClassName
{
background-color: #BDB16E;
}
</style>
border-color css
<style>
span { border-color: #BDB16E; }
span { border-color: rgb(189,177,110); }
td.TdClassName
{
border-color: #BDB16E;
}
.TagClassName
{
border-color: #BDB16E;
}
</style>