Shades of Dark Khaki #B7B179
Tints of Dark Khaki #B7B179
RGB
CMYK
RGB Variations
Color information
#B7B179 (or 0xB7B179) is known color: Dark Khaki. HEX triplet: B7, B1 and 79. RGB value is (183,177,121). Sum of RGB (Red+Green+Blue) = 183+177+121=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B179 is #484E86. Grayscale: #ACACAC. Windows color (decimal): -4738695 or 7975351. OLE color: 7975351.
HSL color Cylindrical-coordinate representation of color #B7B179: hue angle of 54.19º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7B179 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 121 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.28 |
| HSL | 54.19º | 0.3% | 0.6% | - |
| HSV(B) | 54.19º | 0.34% | 0.72% | - |
| XYZ | 38.7 | 42.89 | 24.33 | - |
| YUV | 172.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 121 | 0 | 0.03 | 0.34 | 0.28 | 54.19 | 0.3 | 0.6 |
| Hex | B7 | B1 | 79 | 0 | 3 | 22 | 1C | 36 | 1E | 3C |
| Octal | 267 | 261 | 171 | 0 | 3 | 42 | 34 | 66 | 36 | 74 |
| Binary | 10110111 | 10110001 | 1111001 | 0 | 11 | 100010 | 11100 | 110110 | 11110 | 111100 |
Color Harmonies of #B7B179
Complementary color
Monochromatic Colors of #B7B179
Black with #B7B179
Text Example
Text Example
White with #B7B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B179; }
p { color: rgb(183,177,121); }
H1.HeaderClassName
{
color: #B7B179;
}
.AnyTagClassName
{
color: #B7B179;
}
</style>
background-color css
<style>
a { background-color: #B7B179; }
a { background-color: rgb(183,177,121); }
div.DivClassName
{
background-color: #B7B179;
}
.BgClassName
{
background-color: #B7B179;
}
</style>
border-color css
<style>
span { border-color: #B7B179; }
span { border-color: rgb(183,177,121); }
td.TdClassName
{
border-color: #B7B179;
}
.TagClassName
{
border-color: #B7B179;
}
</style>