Shades of Dark Khaki #BDB968
Tints of Dark Khaki #BDB968
RGB
CMYK
RGB Variations
Color information
#BDB968 (or 0xBDB968) is known color: Dark Khaki. HEX triplet: BD, B9 and 68. RGB value is (189,185,104). Sum of RGB (Red+Green+Blue) = 189+185+104=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB968 is #424697. Grayscale: #B1B1B1. Windows color (decimal): -4343448 or 6863293. OLE color: 6863293.
HSL color Cylindrical-coordinate representation of color #BDB968: hue angle of 57.18º 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 #BDB968 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 104 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.26 |
| HSL | 57.18º | 0.39% | 0.57% | - |
| HSV(B) | 57.18º | 0.45% | 0.74% | - |
| XYZ | 40.83 | 46.52 | 19.92 | - |
| YUV | 176.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 104 | 0 | 0.02 | 0.45 | 0.26 | 57.18 | 0.39 | 0.57 |
| Hex | BD | B9 | 68 | 0 | 2 | 2D | 1A | 39 | 27 | 39 |
| Octal | 275 | 271 | 150 | 0 | 2 | 55 | 32 | 71 | 47 | 71 |
| Binary | 10111101 | 10111001 | 1101000 | 0 | 10 | 101101 | 11010 | 111001 | 100111 | 111001 |
Color Harmonies of #BDB968
Complementary color
Monochromatic Colors of #BDB968
Black with #BDB968
Text Example
Text Example
White with #BDB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB968; }
p { color: rgb(189,185,104); }
H1.HeaderClassName
{
color: #BDB968;
}
.AnyTagClassName
{
color: #BDB968;
}
</style>
background-color css
<style>
a { background-color: #BDB968; }
a { background-color: rgb(189,185,104); }
div.DivClassName
{
background-color: #BDB968;
}
.BgClassName
{
background-color: #BDB968;
}
</style>
border-color css
<style>
span { border-color: #BDB968; }
span { border-color: rgb(189,185,104); }
td.TdClassName
{
border-color: #BDB968;
}
.TagClassName
{
border-color: #BDB968;
}
</style>