Shades of Dark Khaki #BDB271
Tints of Dark Khaki #BDB271
RGB
CMYK
RGB Variations
Color information
#BDB271 (or 0xBDB271) is known color: Dark Khaki. HEX triplet: BD, B2 and 71. RGB value is (189,178,113). Sum of RGB (Red+Green+Blue) = 189+178+113=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB271 is #424D8E. Grayscale: #AEAEAE. Windows color (decimal): -4345231 or 7451325. OLE color: 7451325.
HSL color Cylindrical-coordinate representation of color #BDB271: hue angle of 51.32º 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 #BDB271 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 113 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.26 |
| HSL | 51.32º | 0.37% | 0.59% | - |
| HSV(B) | 51.32º | 0.4% | 0.74% | - |
| XYZ | 39.89 | 43.85 | 21.98 | - |
| YUV | 173.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 113 | 0 | 0.06 | 0.40 | 0.26 | 51.32 | 0.37 | 0.59 |
| Hex | BD | B2 | 71 | 0 | 6 | 28 | 1A | 33 | 25 | 3B |
| Octal | 275 | 262 | 161 | 0 | 6 | 50 | 32 | 63 | 45 | 73 |
| Binary | 10111101 | 10110010 | 1110001 | 0 | 110 | 101000 | 11010 | 110011 | 100101 | 111011 |
Color Harmonies of #BDB271
Complementary color
Monochromatic Colors of #BDB271
Black with #BDB271
Text Example
Text Example
White with #BDB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB271; }
p { color: rgb(189,178,113); }
H1.HeaderClassName
{
color: #BDB271;
}
.AnyTagClassName
{
color: #BDB271;
}
</style>
background-color css
<style>
a { background-color: #BDB271; }
a { background-color: rgb(189,178,113); }
div.DivClassName
{
background-color: #BDB271;
}
.BgClassName
{
background-color: #BDB271;
}
</style>
border-color css
<style>
span { border-color: #BDB271; }
span { border-color: rgb(189,178,113); }
td.TdClassName
{
border-color: #BDB271;
}
.TagClassName
{
border-color: #BDB271;
}
</style>