Shades of Dark Khaki #BDB778
Tints of Dark Khaki #BDB778
RGB
CMYK
RGB Variations
Color information
#BDB778 (or 0xBDB778) is known color: Dark Khaki. HEX triplet: BD, B7 and 78. RGB value is (189,183,120). Sum of RGB (Red+Green+Blue) = 189+183+120=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB778 is #424887. Grayscale: #B1B1B1. Windows color (decimal): -4343944 or 7911357. OLE color: 7911357.
HSL color Cylindrical-coordinate representation of color #BDB778: hue angle of 54.78º 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 #BDB778 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 120 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.26 |
| HSL | 54.78º | 0.34% | 0.61% | - |
| HSV(B) | 54.78º | 0.37% | 0.74% | - |
| XYZ | 41.31 | 46.04 | 24.48 | - |
| YUV | 177.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 120 | 0 | 0.03 | 0.37 | 0.26 | 54.78 | 0.34 | 0.61 |
| Hex | BD | B7 | 78 | 0 | 3 | 25 | 1A | 37 | 22 | 3D |
| Octal | 275 | 267 | 170 | 0 | 3 | 45 | 32 | 67 | 42 | 75 |
| Binary | 10111101 | 10110111 | 1111000 | 0 | 11 | 100101 | 11010 | 110111 | 100010 | 111101 |
Color Harmonies of #BDB778
Complementary color
Monochromatic Colors of #BDB778
Black with #BDB778
Text Example
Text Example
White with #BDB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB778; }
p { color: rgb(189,183,120); }
H1.HeaderClassName
{
color: #BDB778;
}
.AnyTagClassName
{
color: #BDB778;
}
</style>
background-color css
<style>
a { background-color: #BDB778; }
a { background-color: rgb(189,183,120); }
div.DivClassName
{
background-color: #BDB778;
}
.BgClassName
{
background-color: #BDB778;
}
</style>
border-color css
<style>
span { border-color: #BDB778; }
span { border-color: rgb(189,183,120); }
td.TdClassName
{
border-color: #BDB778;
}
.TagClassName
{
border-color: #BDB778;
}
</style>