Shades of Dark Khaki #B7B079
Tints of Dark Khaki #B7B079
RGB
CMYK
RGB Variations
Color information
#B7B079 (or 0xB7B079) is known color: Dark Khaki. HEX triplet: B7, B0 and 79. RGB value is (183,176,121). Sum of RGB (Red+Green+Blue) = 183+176+121=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B079 is #484F86. Grayscale: #ACACAC. Windows color (decimal): -4738951 or 7975095. OLE color: 7975095.
HSL color Cylindrical-coordinate representation of color #B7B079: hue angle of 53.23º 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 #B7B079 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 121 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.28 |
| HSL | 53.23º | 0.3% | 0.6% | - |
| HSV(B) | 53.23º | 0.34% | 0.72% | - |
| XYZ | 38.5 | 42.5 | 24.26 | - |
| YUV | 171.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 121 | 0 | 0.04 | 0.34 | 0.28 | 53.23 | 0.3 | 0.6 |
| Hex | B7 | B0 | 79 | 0 | 4 | 22 | 1C | 35 | 1E | 3C |
| Octal | 267 | 260 | 171 | 0 | 4 | 42 | 34 | 65 | 36 | 74 |
| Binary | 10110111 | 10110000 | 1111001 | 0 | 100 | 100010 | 11100 | 110101 | 11110 | 111100 |
Color Harmonies of #B7B079
Complementary color
Monochromatic Colors of #B7B079
Black with #B7B079
Text Example
Text Example
White with #B7B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B079; }
p { color: rgb(183,176,121); }
H1.HeaderClassName
{
color: #B7B079;
}
.AnyTagClassName
{
color: #B7B079;
}
</style>
background-color css
<style>
a { background-color: #B7B079; }
a { background-color: rgb(183,176,121); }
div.DivClassName
{
background-color: #B7B079;
}
.BgClassName
{
background-color: #B7B079;
}
</style>
border-color css
<style>
span { border-color: #B7B079; }
span { border-color: rgb(183,176,121); }
td.TdClassName
{
border-color: #B7B079;
}
.TagClassName
{
border-color: #B7B079;
}
</style>