Shades of Dark Khaki #BDB171
Tints of Dark Khaki #BDB171
RGB
CMYK
RGB Variations
Color information
#BDB171 (or 0xBDB171) is known color: Dark Khaki. HEX triplet: BD, B1 and 71. RGB value is (189,177,113). Sum of RGB (Red+Green+Blue) = 189+177+113=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB171 is #424E8E. Grayscale: #ADADAD. Windows color (decimal): -4345487 or 7451069. OLE color: 7451069.
HSL color Cylindrical-coordinate representation of color #BDB171: hue angle of 50.53º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB171 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 113 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.26 |
| HSL | 50.53º | 0.37% | 0.59% | - |
| HSV(B) | 50.53º | 0.4% | 0.74% | - |
| XYZ | 39.69 | 43.46 | 21.92 | - |
| YUV | 173.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 113 | 0 | 0.06 | 0.40 | 0.26 | 50.53 | 0.37 | 0.59 |
| Hex | BD | B1 | 71 | 0 | 6 | 28 | 1A | 33 | 25 | 3B |
| Octal | 275 | 261 | 161 | 0 | 6 | 50 | 32 | 63 | 45 | 73 |
| Binary | 10111101 | 10110001 | 1110001 | 0 | 110 | 101000 | 11010 | 110011 | 100101 | 111011 |
Color Harmonies of #BDB171
Complementary color
Monochromatic Colors of #BDB171
Black with #BDB171
Text Example
Text Example
White with #BDB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB171; }
p { color: rgb(189,177,113); }
H1.HeaderClassName
{
color: #BDB171;
}
.AnyTagClassName
{
color: #BDB171;
}
</style>
background-color css
<style>
a { background-color: #BDB171; }
a { background-color: rgb(189,177,113); }
div.DivClassName
{
background-color: #BDB171;
}
.BgClassName
{
background-color: #BDB171;
}
</style>
border-color css
<style>
span { border-color: #BDB171; }
span { border-color: rgb(189,177,113); }
td.TdClassName
{
border-color: #BDB171;
}
.TagClassName
{
border-color: #BDB171;
}
</style>