Shades of Dark Khaki #BDB465
Tints of Dark Khaki #BDB465
RGB
CMYK
RGB Variations
Color information
#BDB465 (or 0xBDB465) is known color: Dark Khaki. HEX triplet: BD, B4 and 65. RGB value is (189,180,101). Sum of RGB (Red+Green+Blue) = 189+180+101=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB465 is #424B9A. Grayscale: #AEAEAE. Windows color (decimal): -4344731 or 6665405. OLE color: 6665405.
HSL color Cylindrical-coordinate representation of color #BDB465: hue angle of 53.86º 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 #BDB465 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 101 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.26 |
| HSL | 53.86º | 0.4% | 0.57% | - |
| HSV(B) | 53.86º | 0.47% | 0.74% | - |
| XYZ | 39.66 | 44.4 | 18.79 | - |
| YUV | 173.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 101 | 0 | 0.05 | 0.47 | 0.26 | 53.86 | 0.4 | 0.57 |
| Hex | BD | B4 | 65 | 0 | 5 | 2F | 1A | 36 | 28 | 39 |
| Octal | 275 | 264 | 145 | 0 | 5 | 57 | 32 | 66 | 50 | 71 |
| Binary | 10111101 | 10110100 | 1100101 | 0 | 101 | 101111 | 11010 | 110110 | 101000 | 111001 |
Color Harmonies of #BDB465
Complementary color
Monochromatic Colors of #BDB465
Black with #BDB465
Text Example
Text Example
White with #BDB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB465; }
p { color: rgb(189,180,101); }
H1.HeaderClassName
{
color: #BDB465;
}
.AnyTagClassName
{
color: #BDB465;
}
</style>
background-color css
<style>
a { background-color: #BDB465; }
a { background-color: rgb(189,180,101); }
div.DivClassName
{
background-color: #BDB465;
}
.BgClassName
{
background-color: #BDB465;
}
</style>
border-color css
<style>
span { border-color: #BDB465; }
span { border-color: rgb(189,180,101); }
td.TdClassName
{
border-color: #BDB465;
}
.TagClassName
{
border-color: #BDB465;
}
</style>