Shades of Dark Khaki #B7B573
Tints of Dark Khaki #B7B573
RGB
CMYK
RGB Variations
Color information
#B7B573 (or 0xB7B573) is known color: Dark Khaki. HEX triplet: B7, B5 and 73. RGB value is (183,181,115). Sum of RGB (Red+Green+Blue) = 183+181+115=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B573 is #484A8C. Grayscale: #AEAEAE. Windows color (decimal): -4737677 or 7583159. OLE color: 7583159.
HSL color Cylindrical-coordinate representation of color #B7B573: hue angle of 58.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7B573 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 115 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.28 |
| HSL | 58.24º | 0.32% | 0.58% | - |
| HSV(B) | 58.24º | 0.37% | 0.72% | - |
| XYZ | 39.15 | 44.35 | 22.72 | - |
| YUV | 174.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 115 | 0 | 0.01 | 0.37 | 0.28 | 58.24 | 0.32 | 0.58 |
| Hex | B7 | B5 | 73 | 0 | 1 | 25 | 1C | 3A | 20 | 3A |
| Octal | 267 | 265 | 163 | 0 | 1 | 45 | 34 | 72 | 40 | 72 |
| Binary | 10110111 | 10110101 | 1110011 | 0 | 1 | 100101 | 11100 | 111010 | 100000 | 111010 |
Color Harmonies of #B7B573
Complementary color
Monochromatic Colors of #B7B573
Black with #B7B573
Text Example
Text Example
White with #B7B573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B573; }
p { color: rgb(183,181,115); }
H1.HeaderClassName
{
color: #B7B573;
}
.AnyTagClassName
{
color: #B7B573;
}
</style>
background-color css
<style>
a { background-color: #B7B573; }
a { background-color: rgb(183,181,115); }
div.DivClassName
{
background-color: #B7B573;
}
.BgClassName
{
background-color: #B7B573;
}
</style>
border-color css
<style>
span { border-color: #B7B573; }
span { border-color: rgb(183,181,115); }
td.TdClassName
{
border-color: #B7B573;
}
.TagClassName
{
border-color: #B7B573;
}
</style>