Shades of Dark Khaki #BDB775
Tints of Dark Khaki #BDB775
RGB
CMYK
RGB Variations
Color information
#BDB775 (or 0xBDB775) is known color: Dark Khaki. HEX triplet: BD, B7 and 75. RGB value is (189,183,117). Sum of RGB (Red+Green+Blue) = 189+183+117=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB775 is #42488A. Grayscale: #B1B1B1. Windows color (decimal): -4343947 or 7714749. OLE color: 7714749.
HSL color Cylindrical-coordinate representation of color #BDB775: hue angle of 55º 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 #BDB775 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 117 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.26 |
| HSL | 55º | 0.35% | 0.6% | - |
| HSV(B) | 55º | 0.38% | 0.74% | - |
| XYZ | 41.13 | 45.97 | 23.53 | - |
| YUV | 177.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 117 | 0 | 0.03 | 0.38 | 0.26 | 55 | 0.35 | 0.6 |
| Hex | BD | B7 | 75 | 0 | 3 | 26 | 1A | 37 | 23 | 3C |
| Octal | 275 | 267 | 165 | 0 | 3 | 46 | 32 | 67 | 43 | 74 |
| Binary | 10111101 | 10110111 | 1110101 | 0 | 11 | 100110 | 11010 | 110111 | 100011 | 111100 |
Color Harmonies of #BDB775
Complementary color
Monochromatic Colors of #BDB775
Black with #BDB775
Text Example
Text Example
White with #BDB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB775; }
p { color: rgb(189,183,117); }
H1.HeaderClassName
{
color: #BDB775;
}
.AnyTagClassName
{
color: #BDB775;
}
</style>
background-color css
<style>
a { background-color: #BDB775; }
a { background-color: rgb(189,183,117); }
div.DivClassName
{
background-color: #BDB775;
}
.BgClassName
{
background-color: #BDB775;
}
</style>
border-color css
<style>
span { border-color: #BDB775; }
span { border-color: rgb(189,183,117); }
td.TdClassName
{
border-color: #BDB775;
}
.TagClassName
{
border-color: #BDB775;
}
</style>