Shades of Dark Khaki #BDB869
Tints of Dark Khaki #BDB869
RGB
CMYK
RGB Variations
Color information
#BDB869 (or 0xBDB869) is known color: Dark Khaki. HEX triplet: BD, B8 and 69. RGB value is (189,184,105). Sum of RGB (Red+Green+Blue) = 189+184+105=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB869 is #424796. Grayscale: #B0B0B0. Windows color (decimal): -4343703 or 6928573. OLE color: 6928573.
HSL color Cylindrical-coordinate representation of color #BDB869: hue angle of 56.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDB869 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 105 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.26 |
| HSL | 56.43º | 0.39% | 0.58% | - |
| HSV(B) | 56.43º | 0.44% | 0.74% | - |
| XYZ | 40.68 | 46.12 | 20.12 | - |
| YUV | 176.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 105 | 0 | 0.03 | 0.44 | 0.26 | 56.43 | 0.39 | 0.58 |
| Hex | BD | B8 | 69 | 0 | 3 | 2C | 1A | 38 | 27 | 3A |
| Octal | 275 | 270 | 151 | 0 | 3 | 54 | 32 | 70 | 47 | 72 |
| Binary | 10111101 | 10111000 | 1101001 | 0 | 11 | 101100 | 11010 | 111000 | 100111 | 111010 |
Color Harmonies of #BDB869
Complementary color
Monochromatic Colors of #BDB869
Black with #BDB869
Text Example
Text Example
White with #BDB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB869; }
p { color: rgb(189,184,105); }
H1.HeaderClassName
{
color: #BDB869;
}
.AnyTagClassName
{
color: #BDB869;
}
</style>
background-color css
<style>
a { background-color: #BDB869; }
a { background-color: rgb(189,184,105); }
div.DivClassName
{
background-color: #BDB869;
}
.BgClassName
{
background-color: #BDB869;
}
</style>
border-color css
<style>
span { border-color: #BDB869; }
span { border-color: rgb(189,184,105); }
td.TdClassName
{
border-color: #BDB869;
}
.TagClassName
{
border-color: #BDB869;
}
</style>