Shades of Dark Khaki #B7B379
Tints of Dark Khaki #B7B379
RGB
CMYK
RGB Variations
Color information
#B7B379 (or 0xB7B379) is known color: Dark Khaki. HEX triplet: B7, B3 and 79. RGB value is (183,179,121). Sum of RGB (Red+Green+Blue) = 183+179+121=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B379 is #484C86. Grayscale: #ADADAD. Windows color (decimal): -4738183 or 7975863. OLE color: 7975863.
HSL color Cylindrical-coordinate representation of color #B7B379: hue angle of 56.13º 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 #B7B379 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 121 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.28 |
| HSL | 56.13º | 0.3% | 0.6% | - |
| HSV(B) | 56.13º | 0.34% | 0.72% | - |
| XYZ | 39.1 | 43.69 | 24.46 | - |
| YUV | 173.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 121 | 0 | 0.02 | 0.34 | 0.28 | 56.13 | 0.3 | 0.6 |
| Hex | B7 | B3 | 79 | 0 | 2 | 22 | 1C | 38 | 1E | 3C |
| Octal | 267 | 263 | 171 | 0 | 2 | 42 | 34 | 70 | 36 | 74 |
| Binary | 10110111 | 10110011 | 1111001 | 0 | 10 | 100010 | 11100 | 111000 | 11110 | 111100 |
Color Harmonies of #B7B379
Complementary color
Monochromatic Colors of #B7B379
Black with #B7B379
Text Example
Text Example
White with #B7B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B379; }
p { color: rgb(183,179,121); }
H1.HeaderClassName
{
color: #B7B379;
}
.AnyTagClassName
{
color: #B7B379;
}
</style>
background-color css
<style>
a { background-color: #B7B379; }
a { background-color: rgb(183,179,121); }
div.DivClassName
{
background-color: #B7B379;
}
.BgClassName
{
background-color: #B7B379;
}
</style>
border-color css
<style>
span { border-color: #B7B379; }
span { border-color: rgb(183,179,121); }
td.TdClassName
{
border-color: #B7B379;
}
.TagClassName
{
border-color: #B7B379;
}
</style>