Shades of Fallow #B7A26E
Tints of Fallow #B7A26E
RGB
CMYK
RGB Variations
Color information
#B7A26E (or 0xB7A26E) is known color: Fallow. HEX triplet: B7, A2 and 6E. RGB value is (183,162,110). Sum of RGB (Red+Green+Blue) = 183+162+110=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A26E is #485D91. Grayscale: #A2A2A2. Windows color (decimal): -4742546 or 7250615. OLE color: 7250615.
HSL color Cylindrical-coordinate representation of color #B7A26E: hue angle of 42.74º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7A26E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 110 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.28 |
| HSL | 42.74º | 0.34% | 0.57% | - |
| HSV(B) | 42.74º | 0.4% | 0.72% | - |
| XYZ | 35.26 | 37.03 | 20.04 | - |
| YUV | 162.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 110 | 0 | 0.11 | 0.40 | 0.28 | 42.74 | 0.34 | 0.57 |
| Hex | B7 | A2 | 6E | 0 | B | 28 | 1C | 2B | 22 | 39 |
| Octal | 267 | 242 | 156 | 0 | 13 | 50 | 34 | 53 | 42 | 71 |
| Binary | 10110111 | 10100010 | 1101110 | 0 | 1011 | 101000 | 11100 | 101011 | 100010 | 111001 |
Color Harmonies of #B7A26E
Complementary color
Monochromatic Colors of #B7A26E
Black with #B7A26E
Text Example
Text Example
White with #B7A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A26E; }
p { color: rgb(183,162,110); }
H1.HeaderClassName
{
color: #B7A26E;
}
.AnyTagClassName
{
color: #B7A26E;
}
</style>
background-color css
<style>
a { background-color: #B7A26E; }
a { background-color: rgb(183,162,110); }
div.DivClassName
{
background-color: #B7A26E;
}
.BgClassName
{
background-color: #B7A26E;
}
</style>
border-color css
<style>
span { border-color: #B7A26E; }
span { border-color: rgb(183,162,110); }
td.TdClassName
{
border-color: #B7A26E;
}
.TagClassName
{
border-color: #B7A26E;
}
</style>