Shades of Dark Khaki #BDB570
Tints of Dark Khaki #BDB570
RGB
CMYK
RGB Variations
Color information
#BDB570 (or 0xBDB570) is known color: Dark Khaki. HEX triplet: BD, B5 and 70. RGB value is (189,181,112). Sum of RGB (Red+Green+Blue) = 189+181+112=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB570 is #424A8F. Grayscale: #AFAFAF. Windows color (decimal): -4344464 or 7386557. OLE color: 7386557.
HSL color Cylindrical-coordinate representation of color #BDB570: hue angle of 53.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB570 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 112 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.26 |
| HSL | 53.77º | 0.37% | 0.59% | - |
| HSV(B) | 53.77º | 0.41% | 0.74% | - |
| XYZ | 40.43 | 45.04 | 21.89 | - |
| YUV | 175.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 112 | 0 | 0.04 | 0.41 | 0.26 | 53.77 | 0.37 | 0.59 |
| Hex | BD | B5 | 70 | 0 | 4 | 29 | 1A | 36 | 25 | 3B |
| Octal | 275 | 265 | 160 | 0 | 4 | 51 | 32 | 66 | 45 | 73 |
| Binary | 10111101 | 10110101 | 1110000 | 0 | 100 | 101001 | 11010 | 110110 | 100101 | 111011 |
Color Harmonies of #BDB570
Complementary color
Monochromatic Colors of #BDB570
Black with #BDB570
Text Example
Text Example
White with #BDB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB570; }
p { color: rgb(189,181,112); }
H1.HeaderClassName
{
color: #BDB570;
}
.AnyTagClassName
{
color: #BDB570;
}
</style>
background-color css
<style>
a { background-color: #BDB570; }
a { background-color: rgb(189,181,112); }
div.DivClassName
{
background-color: #BDB570;
}
.BgClassName
{
background-color: #BDB570;
}
</style>
border-color css
<style>
span { border-color: #BDB570; }
span { border-color: rgb(189,181,112); }
td.TdClassName
{
border-color: #BDB570;
}
.TagClassName
{
border-color: #BDB570;
}
</style>