Shades of Fallow #B6A271
Tints of Fallow #B6A271
RGB
CMYK
RGB Variations
Color information
#B6A271 (or 0xB6A271) is known color: Fallow. HEX triplet: B6, A2 and 71. RGB value is (182,162,113). Sum of RGB (Red+Green+Blue) = 182+162+113=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A271 is #495D8E. Grayscale: #A2A2A2. Windows color (decimal): -4808079 or 7447222. OLE color: 7447222.
HSL color Cylindrical-coordinate representation of color #B6A271: hue angle of 42.61º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6A271 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 113 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.29 |
| HSL | 42.61º | 0.32% | 0.58% | - |
| HSV(B) | 42.61º | 0.38% | 0.71% | - |
| XYZ | 35.19 | 36.98 | 20.91 | - |
| YUV | 162.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 113 | 0 | 0.11 | 0.38 | 0.29 | 42.61 | 0.32 | 0.58 |
| Hex | B6 | A2 | 71 | 0 | B | 26 | 1D | 2B | 20 | 3A |
| Octal | 266 | 242 | 161 | 0 | 13 | 46 | 35 | 53 | 40 | 72 |
| Binary | 10110110 | 10100010 | 1110001 | 0 | 1011 | 100110 | 11101 | 101011 | 100000 | 111010 |
Color Harmonies of #B6A271
Complementary color
Monochromatic Colors of #B6A271
Black with #B6A271
Text Example
Text Example
White with #B6A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A271; }
p { color: rgb(182,162,113); }
H1.HeaderClassName
{
color: #B6A271;
}
.AnyTagClassName
{
color: #B6A271;
}
</style>
background-color css
<style>
a { background-color: #B6A271; }
a { background-color: rgb(182,162,113); }
div.DivClassName
{
background-color: #B6A271;
}
.BgClassName
{
background-color: #B6A271;
}
</style>
border-color css
<style>
span { border-color: #B6A271; }
span { border-color: rgb(182,162,113); }
td.TdClassName
{
border-color: #B6A271;
}
.TagClassName
{
border-color: #B6A271;
}
</style>