Shades of Fallow #B7A077
Tints of Fallow #B7A077
RGB
CMYK
RGB Variations
Color information
#B7A077 (or 0xB7A077) is known color: Fallow. HEX triplet: B7, A0 and 77. RGB value is (183,160,119). Sum of RGB (Red+Green+Blue) = 183+160+119=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A077 is #485F88. Grayscale: #A2A2A2. Windows color (decimal): -4743049 or 7839927. OLE color: 7839927.
HSL color Cylindrical-coordinate representation of color #B7A077: hue angle of 38.44º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7A077 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 119 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.28 |
| HSL | 38.44º | 0.31% | 0.59% | - |
| HSV(B) | 38.44º | 0.35% | 0.72% | - |
| XYZ | 35.43 | 36.54 | 22.64 | - |
| YUV | 162.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 119 | 0 | 0.13 | 0.35 | 0.28 | 38.44 | 0.31 | 0.59 |
| Hex | B7 | A0 | 77 | 0 | D | 23 | 1C | 26 | 1F | 3B |
| Octal | 267 | 240 | 167 | 0 | 15 | 43 | 34 | 46 | 37 | 73 |
| Binary | 10110111 | 10100000 | 1110111 | 0 | 1101 | 100011 | 11100 | 100110 | 11111 | 111011 |
Color Harmonies of #B7A077
Complementary color
Monochromatic Colors of #B7A077
Black with #B7A077
Text Example
Text Example
White with #B7A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A077; }
p { color: rgb(183,160,119); }
H1.HeaderClassName
{
color: #B7A077;
}
.AnyTagClassName
{
color: #B7A077;
}
</style>
background-color css
<style>
a { background-color: #B7A077; }
a { background-color: rgb(183,160,119); }
div.DivClassName
{
background-color: #B7A077;
}
.BgClassName
{
background-color: #B7A077;
}
</style>
border-color css
<style>
span { border-color: #B7A077; }
span { border-color: rgb(183,160,119); }
td.TdClassName
{
border-color: #B7A077;
}
.TagClassName
{
border-color: #B7A077;
}
</style>