Shades of Dark Khaki #BDBA65
Tints of Dark Khaki #BDBA65
RGB
CMYK
RGB Variations
Color information
#BDBA65 (or 0xBDBA65) is known color: Dark Khaki. HEX triplet: BD, BA and 65. RGB value is (189,186,101). Sum of RGB (Red+Green+Blue) = 189+186+101=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA65 is #42459A. Grayscale: #B1B1B1. Windows color (decimal): -4343195 or 6666941. OLE color: 6666941.
HSL color Cylindrical-coordinate representation of color #BDBA65: hue angle of 57.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDBA65 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 101 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.26 |
| HSL | 57.95º | 0.4% | 0.57% | - |
| HSV(B) | 57.95º | 0.47% | 0.74% | - |
| XYZ | 40.89 | 46.88 | 19.2 | - |
| YUV | 177.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 101 | 0 | 0.02 | 0.47 | 0.26 | 57.95 | 0.4 | 0.57 |
| Hex | BD | BA | 65 | 0 | 2 | 2F | 1A | 3A | 28 | 39 |
| Octal | 275 | 272 | 145 | 0 | 2 | 57 | 32 | 72 | 50 | 71 |
| Binary | 10111101 | 10111010 | 1100101 | 0 | 10 | 101111 | 11010 | 111010 | 101000 | 111001 |
Color Harmonies of #BDBA65
Complementary color
Monochromatic Colors of #BDBA65
Black with #BDBA65
Text Example
Text Example
White with #BDBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA65; }
p { color: rgb(189,186,101); }
H1.HeaderClassName
{
color: #BDBA65;
}
.AnyTagClassName
{
color: #BDBA65;
}
</style>
background-color css
<style>
a { background-color: #BDBA65; }
a { background-color: rgb(189,186,101); }
div.DivClassName
{
background-color: #BDBA65;
}
.BgClassName
{
background-color: #BDBA65;
}
</style>
border-color css
<style>
span { border-color: #BDBA65; }
span { border-color: rgb(189,186,101); }
td.TdClassName
{
border-color: #BDBA65;
}
.TagClassName
{
border-color: #BDBA65;
}
</style>