Shades of Dark Khaki #BDB173
Tints of Dark Khaki #BDB173
RGB
CMYK
RGB Variations
Color information
#BDB173 (or 0xBDB173) is known color: Dark Khaki. HEX triplet: BD, B1 and 73. RGB value is (189,177,115). Sum of RGB (Red+Green+Blue) = 189+177+115=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB173 is #424E8C. Grayscale: #ADADAD. Windows color (decimal): -4345485 or 7582141. OLE color: 7582141.
HSL color Cylindrical-coordinate representation of color #BDB173: hue angle of 50.27º 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 #BDB173 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 115 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.26 |
| HSL | 50.27º | 0.36% | 0.6% | - |
| HSV(B) | 50.27º | 0.39% | 0.74% | - |
| XYZ | 39.8 | 43.5 | 22.52 | - |
| YUV | 173.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 115 | 0 | 0.06 | 0.39 | 0.26 | 50.27 | 0.36 | 0.6 |
| Hex | BD | B1 | 73 | 0 | 6 | 27 | 1A | 32 | 24 | 3C |
| Octal | 275 | 261 | 163 | 0 | 6 | 47 | 32 | 62 | 44 | 74 |
| Binary | 10111101 | 10110001 | 1110011 | 0 | 110 | 100111 | 11010 | 110010 | 100100 | 111100 |
Color Harmonies of #BDB173
Complementary color
Monochromatic Colors of #BDB173
Black with #BDB173
Text Example
Text Example
White with #BDB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB173; }
p { color: rgb(189,177,115); }
H1.HeaderClassName
{
color: #BDB173;
}
.AnyTagClassName
{
color: #BDB173;
}
</style>
background-color css
<style>
a { background-color: #BDB173; }
a { background-color: rgb(189,177,115); }
div.DivClassName
{
background-color: #BDB173;
}
.BgClassName
{
background-color: #BDB173;
}
</style>
border-color css
<style>
span { border-color: #BDB173; }
span { border-color: rgb(189,177,115); }
td.TdClassName
{
border-color: #BDB173;
}
.TagClassName
{
border-color: #BDB173;
}
</style>