Shades of Dark Khaki #BDB665
Tints of Dark Khaki #BDB665
RGB
CMYK
RGB Variations
Color information
#BDB665 (or 0xBDB665) is known color: Dark Khaki. HEX triplet: BD, B6 and 65. RGB value is (189,182,101). Sum of RGB (Red+Green+Blue) = 189+182+101=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB665 is #42499A. Grayscale: #AFAFAF. Windows color (decimal): -4344219 or 6665917. OLE color: 6665917.
HSL color Cylindrical-coordinate representation of color #BDB665: hue angle of 55.23º 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 #BDB665 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 101 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.26 |
| HSL | 55.23º | 0.4% | 0.57% | - |
| HSV(B) | 55.23º | 0.47% | 0.74% | - |
| XYZ | 40.06 | 45.21 | 18.93 | - |
| YUV | 174.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 101 | 0 | 0.04 | 0.47 | 0.26 | 55.23 | 0.4 | 0.57 |
| Hex | BD | B6 | 65 | 0 | 4 | 2F | 1A | 37 | 28 | 39 |
| Octal | 275 | 266 | 145 | 0 | 4 | 57 | 32 | 67 | 50 | 71 |
| Binary | 10111101 | 10110110 | 1100101 | 0 | 100 | 101111 | 11010 | 110111 | 101000 | 111001 |
Color Harmonies of #BDB665
Complementary color
Monochromatic Colors of #BDB665
Black with #BDB665
Text Example
Text Example
White with #BDB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB665; }
p { color: rgb(189,182,101); }
H1.HeaderClassName
{
color: #BDB665;
}
.AnyTagClassName
{
color: #BDB665;
}
</style>
background-color css
<style>
a { background-color: #BDB665; }
a { background-color: rgb(189,182,101); }
div.DivClassName
{
background-color: #BDB665;
}
.BgClassName
{
background-color: #BDB665;
}
</style>
border-color css
<style>
span { border-color: #BDB665; }
span { border-color: rgb(189,182,101); }
td.TdClassName
{
border-color: #BDB665;
}
.TagClassName
{
border-color: #BDB665;
}
</style>