Shades of Dark Khaki #BDB673
Tints of Dark Khaki #BDB673
RGB
CMYK
RGB Variations
Color information
#BDB673 (or 0xBDB673) is known color: Dark Khaki. HEX triplet: BD, B6 and 73. RGB value is (189,182,115). Sum of RGB (Red+Green+Blue) = 189+182+115=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB673 is #42498C. Grayscale: #B0B0B0. Windows color (decimal): -4344205 or 7583421. OLE color: 7583421.
HSL color Cylindrical-coordinate representation of color #BDB673: hue angle of 54.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDB673 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 115 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.26 |
| HSL | 54.32º | 0.36% | 0.6% | - |
| HSV(B) | 54.32º | 0.39% | 0.74% | - |
| XYZ | 40.81 | 45.51 | 22.85 | - |
| YUV | 176.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 115 | 0 | 0.04 | 0.39 | 0.26 | 54.32 | 0.36 | 0.6 |
| Hex | BD | B6 | 73 | 0 | 4 | 27 | 1A | 36 | 24 | 3C |
| Octal | 275 | 266 | 163 | 0 | 4 | 47 | 32 | 66 | 44 | 74 |
| Binary | 10111101 | 10110110 | 1110011 | 0 | 100 | 100111 | 11010 | 110110 | 100100 | 111100 |
Color Harmonies of #BDB673
Complementary color
Monochromatic Colors of #BDB673
Black with #BDB673
Text Example
Text Example
White with #BDB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB673; }
p { color: rgb(189,182,115); }
H1.HeaderClassName
{
color: #BDB673;
}
.AnyTagClassName
{
color: #BDB673;
}
</style>
background-color css
<style>
a { background-color: #BDB673; }
a { background-color: rgb(189,182,115); }
div.DivClassName
{
background-color: #BDB673;
}
.BgClassName
{
background-color: #BDB673;
}
</style>
border-color css
<style>
span { border-color: #BDB673; }
span { border-color: rgb(189,182,115); }
td.TdClassName
{
border-color: #BDB673;
}
.TagClassName
{
border-color: #BDB673;
}
</style>