Shades of Fallow #B7A275
Tints of Fallow #B7A275
RGB
CMYK
RGB Variations
Color information
#B7A275 (or 0xB7A275) is known color: Fallow. HEX triplet: B7, A2 and 75. RGB value is (183,162,117). Sum of RGB (Red+Green+Blue) = 183+162+117=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A275 is #485D8A. Grayscale: #A3A3A3. Windows color (decimal): -4742539 or 7709367. OLE color: 7709367.
HSL color Cylindrical-coordinate representation of color #B7A275: hue angle of 40.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7A275 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 117 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.28 |
| HSL | 40.91º | 0.31% | 0.59% | - |
| HSV(B) | 40.91º | 0.36% | 0.72% | - |
| XYZ | 35.66 | 37.19 | 22.13 | - |
| YUV | 163.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 117 | 0 | 0.11 | 0.36 | 0.28 | 40.91 | 0.31 | 0.59 |
| Hex | B7 | A2 | 75 | 0 | B | 24 | 1C | 29 | 1F | 3B |
| Octal | 267 | 242 | 165 | 0 | 13 | 44 | 34 | 51 | 37 | 73 |
| Binary | 10110111 | 10100010 | 1110101 | 0 | 1011 | 100100 | 11100 | 101001 | 11111 | 111011 |
Color Harmonies of #B7A275
Complementary color
Monochromatic Colors of #B7A275
Black with #B7A275
Text Example
Text Example
White with #B7A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A275; }
p { color: rgb(183,162,117); }
H1.HeaderClassName
{
color: #B7A275;
}
.AnyTagClassName
{
color: #B7A275;
}
</style>
background-color css
<style>
a { background-color: #B7A275; }
a { background-color: rgb(183,162,117); }
div.DivClassName
{
background-color: #B7A275;
}
.BgClassName
{
background-color: #B7A275;
}
</style>
border-color css
<style>
span { border-color: #B7A275; }
span { border-color: rgb(183,162,117); }
td.TdClassName
{
border-color: #B7A275;
}
.TagClassName
{
border-color: #B7A275;
}
</style>