Shades of Dark Khaki #BDB878
Tints of Dark Khaki #BDB878
RGB
CMYK
RGB Variations
Color information
#BDB878 (or 0xBDB878) is known color: Dark Khaki. HEX triplet: BD, B8 and 78. RGB value is (189,184,120). Sum of RGB (Red+Green+Blue) = 189+184+120=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB878 is #424787. Grayscale: #B2B2B2. Windows color (decimal): -4343688 or 7911613. OLE color: 7911613.
HSL color Cylindrical-coordinate representation of color #BDB878: hue angle of 55.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDB878 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 120 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.26 |
| HSL | 55.65º | 0.34% | 0.61% | - |
| HSV(B) | 55.65º | 0.37% | 0.74% | - |
| XYZ | 41.52 | 46.46 | 24.55 | - |
| YUV | 178.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 120 | 0 | 0.03 | 0.37 | 0.26 | 55.65 | 0.34 | 0.61 |
| Hex | BD | B8 | 78 | 0 | 3 | 25 | 1A | 38 | 22 | 3D |
| Octal | 275 | 270 | 170 | 0 | 3 | 45 | 32 | 70 | 42 | 75 |
| Binary | 10111101 | 10111000 | 1111000 | 0 | 11 | 100101 | 11010 | 111000 | 100010 | 111101 |
Color Harmonies of #BDB878
Complementary color
Monochromatic Colors of #BDB878
Black with #BDB878
Text Example
Text Example
White with #BDB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB878; }
p { color: rgb(189,184,120); }
H1.HeaderClassName
{
color: #BDB878;
}
.AnyTagClassName
{
color: #BDB878;
}
</style>
background-color css
<style>
a { background-color: #BDB878; }
a { background-color: rgb(189,184,120); }
div.DivClassName
{
background-color: #BDB878;
}
.BgClassName
{
background-color: #BDB878;
}
</style>
border-color css
<style>
span { border-color: #BDB878; }
span { border-color: rgb(189,184,120); }
td.TdClassName
{
border-color: #BDB878;
}
.TagClassName
{
border-color: #BDB878;
}
</style>