Shades of Dark Khaki #BDB575
Tints of Dark Khaki #BDB575
RGB
CMYK
RGB Variations
Color information
#BDB575 (or 0xBDB575) is known color: Dark Khaki. HEX triplet: BD, B5 and 75. RGB value is (189,181,117). Sum of RGB (Red+Green+Blue) = 189+181+117=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB575 is #424A8A. Grayscale: #B0B0B0. Windows color (decimal): -4344459 or 7714237. OLE color: 7714237.
HSL color Cylindrical-coordinate representation of color #BDB575: hue angle of 53.33º 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 #BDB575 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 117 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.26 |
| HSL | 53.33º | 0.35% | 0.6% | - |
| HSV(B) | 53.33º | 0.38% | 0.74% | - |
| XYZ | 40.72 | 45.15 | 23.4 | - |
| YUV | 176.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 117 | 0 | 0.04 | 0.38 | 0.26 | 53.33 | 0.35 | 0.6 |
| Hex | BD | B5 | 75 | 0 | 4 | 26 | 1A | 35 | 23 | 3C |
| Octal | 275 | 265 | 165 | 0 | 4 | 46 | 32 | 65 | 43 | 74 |
| Binary | 10111101 | 10110101 | 1110101 | 0 | 100 | 100110 | 11010 | 110101 | 100011 | 111100 |
Color Harmonies of #BDB575
Complementary color
Monochromatic Colors of #BDB575
Black with #BDB575
Text Example
Text Example
White with #BDB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB575; }
p { color: rgb(189,181,117); }
H1.HeaderClassName
{
color: #BDB575;
}
.AnyTagClassName
{
color: #BDB575;
}
</style>
background-color css
<style>
a { background-color: #BDB575; }
a { background-color: rgb(189,181,117); }
div.DivClassName
{
background-color: #BDB575;
}
.BgClassName
{
background-color: #BDB575;
}
</style>
border-color css
<style>
span { border-color: #BDB575; }
span { border-color: rgb(189,181,117); }
td.TdClassName
{
border-color: #BDB575;
}
.TagClassName
{
border-color: #BDB575;
}
</style>