Shades of Fallow #B7A26D
Tints of Fallow #B7A26D
RGB
CMYK
RGB Variations
Color information
#B7A26D (or 0xB7A26D) is known color: Fallow. HEX triplet: B7, A2 and 6D. RGB value is (183,162,109). Sum of RGB (Red+Green+Blue) = 183+162+109=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A26D is #485D92. Grayscale: #A2A2A2. Windows color (decimal): -4742547 or 7185079. OLE color: 7185079.
HSL color Cylindrical-coordinate representation of color #B7A26D: hue angle of 42.97º 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 #B7A26D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 109 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.28 |
| HSL | 42.97º | 0.34% | 0.57% | - |
| HSV(B) | 42.97º | 0.4% | 0.72% | - |
| XYZ | 35.21 | 37.01 | 19.76 | - |
| YUV | 162.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 109 | 0 | 0.11 | 0.40 | 0.28 | 42.97 | 0.34 | 0.57 |
| Hex | B7 | A2 | 6D | 0 | B | 28 | 1C | 2B | 22 | 39 |
| Octal | 267 | 242 | 155 | 0 | 13 | 50 | 34 | 53 | 42 | 71 |
| Binary | 10110111 | 10100010 | 1101101 | 0 | 1011 | 101000 | 11100 | 101011 | 100010 | 111001 |
Color Harmonies of #B7A26D
Complementary color
Monochromatic Colors of #B7A26D
Black with #B7A26D
Text Example
Text Example
White with #B7A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A26D; }
p { color: rgb(183,162,109); }
H1.HeaderClassName
{
color: #B7A26D;
}
.AnyTagClassName
{
color: #B7A26D;
}
</style>
background-color css
<style>
a { background-color: #B7A26D; }
a { background-color: rgb(183,162,109); }
div.DivClassName
{
background-color: #B7A26D;
}
.BgClassName
{
background-color: #B7A26D;
}
</style>
border-color css
<style>
span { border-color: #B7A26D; }
span { border-color: rgb(183,162,109); }
td.TdClassName
{
border-color: #B7A26D;
}
.TagClassName
{
border-color: #B7A26D;
}
</style>