Shades of Dark Khaki #BDB675
Tints of Dark Khaki #BDB675
RGB
CMYK
RGB Variations
Color information
#BDB675 (or 0xBDB675) is known color: Dark Khaki. HEX triplet: BD, B6 and 75. RGB value is (189,182,117). Sum of RGB (Red+Green+Blue) = 189+182+117=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB675 is #42498A. Grayscale: #B0B0B0. Windows color (decimal): -4344203 or 7714493. OLE color: 7714493.
HSL color Cylindrical-coordinate representation of color #BDB675: hue angle of 54.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB675 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 117 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.26 |
| HSL | 54.17º | 0.35% | 0.6% | - |
| HSV(B) | 54.17º | 0.38% | 0.74% | - |
| XYZ | 40.93 | 45.56 | 23.47 | - |
| YUV | 176.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 117 | 0 | 0.04 | 0.38 | 0.26 | 54.17 | 0.35 | 0.6 |
| Hex | BD | B6 | 75 | 0 | 4 | 26 | 1A | 36 | 23 | 3C |
| Octal | 275 | 266 | 165 | 0 | 4 | 46 | 32 | 66 | 43 | 74 |
| Binary | 10111101 | 10110110 | 1110101 | 0 | 100 | 100110 | 11010 | 110110 | 100011 | 111100 |
Color Harmonies of #BDB675
Complementary color
Monochromatic Colors of #BDB675
Black with #BDB675
Text Example
Text Example
White with #BDB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB675; }
p { color: rgb(189,182,117); }
H1.HeaderClassName
{
color: #BDB675;
}
.AnyTagClassName
{
color: #BDB675;
}
</style>
background-color css
<style>
a { background-color: #BDB675; }
a { background-color: rgb(189,182,117); }
div.DivClassName
{
background-color: #BDB675;
}
.BgClassName
{
background-color: #BDB675;
}
</style>
border-color css
<style>
span { border-color: #BDB675; }
span { border-color: rgb(189,182,117); }
td.TdClassName
{
border-color: #BDB675;
}
.TagClassName
{
border-color: #BDB675;
}
</style>