Shades of Dark Khaki #BDBA68
Tints of Dark Khaki #BDBA68
RGB
CMYK
RGB Variations
Color information
#BDBA68 (or 0xBDBA68) is known color: Dark Khaki. HEX triplet: BD, BA and 68. RGB value is (189,186,104). Sum of RGB (Red+Green+Blue) = 189+186+104=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA68 is #424597. Grayscale: #B1B1B1. Windows color (decimal): -4343192 or 6863549. OLE color: 6863549.
HSL color Cylindrical-coordinate representation of color #BDBA68: hue angle of 57.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDBA68 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 104 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.26 |
| HSL | 57.88º | 0.39% | 0.57% | - |
| HSV(B) | 57.88º | 0.45% | 0.74% | - |
| XYZ | 41.04 | 46.94 | 19.99 | - |
| YUV | 177.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 104 | 0 | 0.02 | 0.45 | 0.26 | 57.88 | 0.39 | 0.57 |
| Hex | BD | BA | 68 | 0 | 2 | 2D | 1A | 3A | 27 | 39 |
| Octal | 275 | 272 | 150 | 0 | 2 | 55 | 32 | 72 | 47 | 71 |
| Binary | 10111101 | 10111010 | 1101000 | 0 | 10 | 101101 | 11010 | 111010 | 100111 | 111001 |
Color Harmonies of #BDBA68
Complementary color
Monochromatic Colors of #BDBA68
Black with #BDBA68
Text Example
Text Example
White with #BDBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA68; }
p { color: rgb(189,186,104); }
H1.HeaderClassName
{
color: #BDBA68;
}
.AnyTagClassName
{
color: #BDBA68;
}
</style>
background-color css
<style>
a { background-color: #BDBA68; }
a { background-color: rgb(189,186,104); }
div.DivClassName
{
background-color: #BDBA68;
}
.BgClassName
{
background-color: #BDBA68;
}
</style>
border-color css
<style>
span { border-color: #BDBA68; }
span { border-color: rgb(189,186,104); }
td.TdClassName
{
border-color: #BDBA68;
}
.TagClassName
{
border-color: #BDBA68;
}
</style>