Shades of Dark Khaki #B7B173
Tints of Dark Khaki #B7B173
RGB
CMYK
RGB Variations
Color information
#B7B173 (or 0xB7B173) is known color: Dark Khaki. HEX triplet: B7, B1 and 73. RGB value is (183,177,115). Sum of RGB (Red+Green+Blue) = 183+177+115=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B173 is #484E8C. Grayscale: #ABABAB. Windows color (decimal): -4738701 or 7582135. OLE color: 7582135.
HSL color Cylindrical-coordinate representation of color #B7B173: hue angle of 54.71º 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 #B7B173 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 115 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.28 |
| HSL | 54.71º | 0.32% | 0.58% | - |
| HSV(B) | 54.71º | 0.37% | 0.72% | - |
| XYZ | 38.35 | 42.75 | 22.45 | - |
| YUV | 171.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 115 | 0 | 0.03 | 0.37 | 0.28 | 54.71 | 0.32 | 0.58 |
| Hex | B7 | B1 | 73 | 0 | 3 | 25 | 1C | 37 | 20 | 3A |
| Octal | 267 | 261 | 163 | 0 | 3 | 45 | 34 | 67 | 40 | 72 |
| Binary | 10110111 | 10110001 | 1110011 | 0 | 11 | 100101 | 11100 | 110111 | 100000 | 111010 |
Color Harmonies of #B7B173
Complementary color
Monochromatic Colors of #B7B173
Black with #B7B173
Text Example
Text Example
White with #B7B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B173; }
p { color: rgb(183,177,115); }
H1.HeaderClassName
{
color: #B7B173;
}
.AnyTagClassName
{
color: #B7B173;
}
</style>
background-color css
<style>
a { background-color: #B7B173; }
a { background-color: rgb(183,177,115); }
div.DivClassName
{
background-color: #B7B173;
}
.BgClassName
{
background-color: #B7B173;
}
</style>
border-color css
<style>
span { border-color: #B7B173; }
span { border-color: rgb(183,177,115); }
td.TdClassName
{
border-color: #B7B173;
}
.TagClassName
{
border-color: #B7B173;
}
</style>