Shades of Dark Khaki #BDBA74
Tints of Dark Khaki #BDBA74
RGB
CMYK
RGB Variations
Color information
#BDBA74 (or 0xBDBA74) is known color: Dark Khaki. HEX triplet: BD, BA and 74. RGB value is (189,186,116). Sum of RGB (Red+Green+Blue) = 189+186+116=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA74 is #42458B. Grayscale: #B3B3B3. Windows color (decimal): -4343180 or 7649981. OLE color: 7649981.
HSL color Cylindrical-coordinate representation of color #BDBA74: hue angle of 57.53º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDBA74 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 116 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.26 |
| HSL | 57.53º | 0.36% | 0.6% | - |
| HSV(B) | 57.53º | 0.39% | 0.74% | - |
| XYZ | 41.7 | 47.2 | 23.44 | - |
| YUV | 178.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 116 | 0 | 0.02 | 0.39 | 0.26 | 57.53 | 0.36 | 0.6 |
| Hex | BD | BA | 74 | 0 | 2 | 27 | 1A | 3A | 24 | 3C |
| Octal | 275 | 272 | 164 | 0 | 2 | 47 | 32 | 72 | 44 | 74 |
| Binary | 10111101 | 10111010 | 1110100 | 0 | 10 | 100111 | 11010 | 111010 | 100100 | 111100 |
Color Harmonies of #BDBA74
Complementary color
Monochromatic Colors of #BDBA74
Black with #BDBA74
Text Example
Text Example
White with #BDBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA74; }
p { color: rgb(189,186,116); }
H1.HeaderClassName
{
color: #BDBA74;
}
.AnyTagClassName
{
color: #BDBA74;
}
</style>
background-color css
<style>
a { background-color: #BDBA74; }
a { background-color: rgb(189,186,116); }
div.DivClassName
{
background-color: #BDBA74;
}
.BgClassName
{
background-color: #BDBA74;
}
</style>
border-color css
<style>
span { border-color: #BDBA74; }
span { border-color: rgb(189,186,116); }
td.TdClassName
{
border-color: #BDBA74;
}
.TagClassName
{
border-color: #BDBA74;
}
</style>