Shades of Fallow #B7A06E
Tints of Fallow #B7A06E
RGB
CMYK
RGB Variations
Color information
#B7A06E (or 0xB7A06E) is known color: Fallow. HEX triplet: B7, A0 and 6E. RGB value is (183,160,110). Sum of RGB (Red+Green+Blue) = 183+160+110=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A06E is #485F91. Grayscale: #A1A1A1. Windows color (decimal): -4743058 or 7250103. OLE color: 7250103.
HSL color Cylindrical-coordinate representation of color #B7A06E: hue angle of 41.1º 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 #B7A06E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 110 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.28 |
| HSL | 41.1º | 0.34% | 0.57% | - |
| HSV(B) | 41.1º | 0.4% | 0.72% | - |
| XYZ | 34.91 | 36.33 | 19.93 | - |
| YUV | 161.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 110 | 0 | 0.13 | 0.40 | 0.28 | 41.1 | 0.34 | 0.57 |
| Hex | B7 | A0 | 6E | 0 | D | 28 | 1C | 29 | 22 | 39 |
| Octal | 267 | 240 | 156 | 0 | 15 | 50 | 34 | 51 | 42 | 71 |
| Binary | 10110111 | 10100000 | 1101110 | 0 | 1101 | 101000 | 11100 | 101001 | 100010 | 111001 |
Color Harmonies of #B7A06E
Complementary color
Monochromatic Colors of #B7A06E
Black with #B7A06E
Text Example
Text Example
White with #B7A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A06E; }
p { color: rgb(183,160,110); }
H1.HeaderClassName
{
color: #B7A06E;
}
.AnyTagClassName
{
color: #B7A06E;
}
</style>
background-color css
<style>
a { background-color: #B7A06E; }
a { background-color: rgb(183,160,110); }
div.DivClassName
{
background-color: #B7A06E;
}
.BgClassName
{
background-color: #B7A06E;
}
</style>
border-color css
<style>
span { border-color: #B7A06E; }
span { border-color: rgb(183,160,110); }
td.TdClassName
{
border-color: #B7A06E;
}
.TagClassName
{
border-color: #B7A06E;
}
</style>