Shades of Dark Khaki #BDB576
Tints of Dark Khaki #BDB576
RGB
CMYK
RGB Variations
Color information
#BDB576 (or 0xBDB576) is known color: Dark Khaki. HEX triplet: BD, B5 and 76. RGB value is (189,181,118). Sum of RGB (Red+Green+Blue) = 189+181+118=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB576 is #424A89. Grayscale: #B0B0B0. Windows color (decimal): -4344458 or 7779773. OLE color: 7779773.
HSL color Cylindrical-coordinate representation of color #BDB576: hue angle of 53.24º 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 #BDB576 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 118 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.26 |
| HSL | 53.24º | 0.35% | 0.6% | - |
| HSV(B) | 53.24º | 0.38% | 0.74% | - |
| XYZ | 40.78 | 45.17 | 23.71 | - |
| YUV | 176.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 118 | 0 | 0.04 | 0.38 | 0.26 | 53.24 | 0.35 | 0.6 |
| Hex | BD | B5 | 76 | 0 | 4 | 26 | 1A | 35 | 23 | 3C |
| Octal | 275 | 265 | 166 | 0 | 4 | 46 | 32 | 65 | 43 | 74 |
| Binary | 10111101 | 10110101 | 1110110 | 0 | 100 | 100110 | 11010 | 110101 | 100011 | 111100 |
Color Harmonies of #BDB576
Complementary color
Monochromatic Colors of #BDB576
Black with #BDB576
Text Example
Text Example
White with #BDB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB576; }
p { color: rgb(189,181,118); }
H1.HeaderClassName
{
color: #BDB576;
}
.AnyTagClassName
{
color: #BDB576;
}
</style>
background-color css
<style>
a { background-color: #BDB576; }
a { background-color: rgb(189,181,118); }
div.DivClassName
{
background-color: #BDB576;
}
.BgClassName
{
background-color: #BDB576;
}
</style>
border-color css
<style>
span { border-color: #BDB576; }
span { border-color: rgb(189,181,118); }
td.TdClassName
{
border-color: #BDB576;
}
.TagClassName
{
border-color: #BDB576;
}
</style>