Shades of Fallow #B7A270
Tints of Fallow #B7A270
RGB
CMYK
RGB Variations
Color information
#B7A270 (or 0xB7A270) is known color: Fallow. HEX triplet: B7, A2 and 70. RGB value is (183,162,112). Sum of RGB (Red+Green+Blue) = 183+162+112=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A270 is #485D8F. Grayscale: #A2A2A2. Windows color (decimal): -4742544 or 7381687. OLE color: 7381687.
HSL color Cylindrical-coordinate representation of color #B7A270: hue angle of 42.25º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7A270 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 112 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.28 |
| HSL | 42.25º | 0.33% | 0.58% | - |
| HSV(B) | 42.25º | 0.39% | 0.72% | - |
| XYZ | 35.37 | 37.08 | 20.62 | - |
| YUV | 162.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 112 | 0 | 0.11 | 0.39 | 0.28 | 42.25 | 0.33 | 0.58 |
| Hex | B7 | A2 | 70 | 0 | B | 27 | 1C | 2A | 21 | 3A |
| Octal | 267 | 242 | 160 | 0 | 13 | 47 | 34 | 52 | 41 | 72 |
| Binary | 10110111 | 10100010 | 1110000 | 0 | 1011 | 100111 | 11100 | 101010 | 100001 | 111010 |
Color Harmonies of #B7A270
Complementary color
Monochromatic Colors of #B7A270
Black with #B7A270
Text Example
Text Example
White with #B7A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A270; }
p { color: rgb(183,162,112); }
H1.HeaderClassName
{
color: #B7A270;
}
.AnyTagClassName
{
color: #B7A270;
}
</style>
background-color css
<style>
a { background-color: #B7A270; }
a { background-color: rgb(183,162,112); }
div.DivClassName
{
background-color: #B7A270;
}
.BgClassName
{
background-color: #B7A270;
}
</style>
border-color css
<style>
span { border-color: #B7A270; }
span { border-color: rgb(183,162,112); }
td.TdClassName
{
border-color: #B7A270;
}
.TagClassName
{
border-color: #B7A270;
}
</style>