Shades of Fallow #B6A272
Tints of Fallow #B6A272
RGB
CMYK
RGB Variations
Color information
#B6A272 (or 0xB6A272) is known color: Fallow. HEX triplet: B6, A2 and 72. RGB value is (182,162,114). Sum of RGB (Red+Green+Blue) = 182+162+114=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A272 is #495D8D. Grayscale: #A2A2A2. Windows color (decimal): -4808078 or 7512758. OLE color: 7512758.
HSL color Cylindrical-coordinate representation of color #B6A272: hue angle of 42.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6A272 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 114 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.29 |
| HSL | 42.35º | 0.32% | 0.58% | - |
| HSV(B) | 42.35º | 0.37% | 0.71% | - |
| XYZ | 35.25 | 37 | 21.2 | - |
| YUV | 162.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 114 | 0 | 0.11 | 0.37 | 0.29 | 42.35 | 0.32 | 0.58 |
| Hex | B6 | A2 | 72 | 0 | B | 25 | 1D | 2A | 20 | 3A |
| Octal | 266 | 242 | 162 | 0 | 13 | 45 | 35 | 52 | 40 | 72 |
| Binary | 10110110 | 10100010 | 1110010 | 0 | 1011 | 100101 | 11101 | 101010 | 100000 | 111010 |
Color Harmonies of #B6A272
Complementary color
Monochromatic Colors of #B6A272
Black with #B6A272
Text Example
Text Example
White with #B6A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A272; }
p { color: rgb(182,162,114); }
H1.HeaderClassName
{
color: #B6A272;
}
.AnyTagClassName
{
color: #B6A272;
}
</style>
background-color css
<style>
a { background-color: #B6A272; }
a { background-color: rgb(182,162,114); }
div.DivClassName
{
background-color: #B6A272;
}
.BgClassName
{
background-color: #B6A272;
}
</style>
border-color css
<style>
span { border-color: #B6A272; }
span { border-color: rgb(182,162,114); }
td.TdClassName
{
border-color: #B6A272;
}
.TagClassName
{
border-color: #B6A272;
}
</style>