Shades of Dark Khaki #B7B074
Tints of Dark Khaki #B7B074
RGB
CMYK
RGB Variations
Color information
#B7B074 (or 0xB7B074) is known color: Dark Khaki. HEX triplet: B7, B0 and 74. RGB value is (183,176,116). Sum of RGB (Red+Green+Blue) = 183+176+116=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B074 is #484F8B. Grayscale: #ABABAB. Windows color (decimal): -4738956 or 7647415. OLE color: 7647415.
HSL color Cylindrical-coordinate representation of color #B7B074: hue angle of 53.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7B074 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 116 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.28 |
| HSL | 53.73º | 0.32% | 0.59% | - |
| HSV(B) | 53.73º | 0.37% | 0.72% | - |
| XYZ | 38.21 | 42.38 | 22.69 | - |
| YUV | 171.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 116 | 0 | 0.04 | 0.37 | 0.28 | 53.73 | 0.32 | 0.59 |
| Hex | B7 | B0 | 74 | 0 | 4 | 25 | 1C | 36 | 20 | 3B |
| Octal | 267 | 260 | 164 | 0 | 4 | 45 | 34 | 66 | 40 | 73 |
| Binary | 10110111 | 10110000 | 1110100 | 0 | 100 | 100101 | 11100 | 110110 | 100000 | 111011 |
Color Harmonies of #B7B074
Complementary color
Monochromatic Colors of #B7B074
Black with #B7B074
Text Example
Text Example
White with #B7B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B074; }
p { color: rgb(183,176,116); }
H1.HeaderClassName
{
color: #B7B074;
}
.AnyTagClassName
{
color: #B7B074;
}
</style>
background-color css
<style>
a { background-color: #B7B074; }
a { background-color: rgb(183,176,116); }
div.DivClassName
{
background-color: #B7B074;
}
.BgClassName
{
background-color: #B7B074;
}
</style>
border-color css
<style>
span { border-color: #B7B074; }
span { border-color: rgb(183,176,116); }
td.TdClassName
{
border-color: #B7B074;
}
.TagClassName
{
border-color: #B7B074;
}
</style>