Shades of Dark Khaki #BDB770
Tints of Dark Khaki #BDB770
RGB
CMYK
RGB Variations
Color information
#BDB770 (or 0xBDB770) is known color: Dark Khaki. HEX triplet: BD, B7 and 70. RGB value is (189,183,112). Sum of RGB (Red+Green+Blue) = 189+183+112=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB770 is #42488F. Grayscale: #B0B0B0. Windows color (decimal): -4343952 or 7387069. OLE color: 7387069.
HSL color Cylindrical-coordinate representation of color #BDB770: hue angle of 55.32º 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 #BDB770 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 112 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.26 |
| HSL | 55.32º | 0.37% | 0.59% | - |
| HSV(B) | 55.32º | 0.41% | 0.74% | - |
| XYZ | 40.84 | 45.86 | 22.03 | - |
| YUV | 176.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 112 | 0 | 0.03 | 0.41 | 0.26 | 55.32 | 0.37 | 0.59 |
| Hex | BD | B7 | 70 | 0 | 3 | 29 | 1A | 37 | 25 | 3B |
| Octal | 275 | 267 | 160 | 0 | 3 | 51 | 32 | 67 | 45 | 73 |
| Binary | 10111101 | 10110111 | 1110000 | 0 | 11 | 101001 | 11010 | 110111 | 100101 | 111011 |
Color Harmonies of #BDB770
Complementary color
Monochromatic Colors of #BDB770
Black with #BDB770
Text Example
Text Example
White with #BDB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB770; }
p { color: rgb(189,183,112); }
H1.HeaderClassName
{
color: #BDB770;
}
.AnyTagClassName
{
color: #BDB770;
}
</style>
background-color css
<style>
a { background-color: #BDB770; }
a { background-color: rgb(189,183,112); }
div.DivClassName
{
background-color: #BDB770;
}
.BgClassName
{
background-color: #BDB770;
}
</style>
border-color css
<style>
span { border-color: #BDB770; }
span { border-color: rgb(189,183,112); }
td.TdClassName
{
border-color: #BDB770;
}
.TagClassName
{
border-color: #BDB770;
}
</style>