Shades of Fallow #B4A06F
Tints of Fallow #B4A06F
RGB
CMYK
RGB Variations
Color information
#B4A06F (or 0xB4A06F) is known color: Fallow. HEX triplet: B4, A0 and 6F. RGB value is (180,160,111). Sum of RGB (Red+Green+Blue) = 180+160+111=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A06F is #4B5F90. Grayscale: #A0A0A0. Windows color (decimal): -4939665 or 7315636. OLE color: 7315636.
HSL color Cylindrical-coordinate representation of color #B4A06F: hue angle of 42.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4A06F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 111 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.29 |
| HSL | 42.61º | 0.32% | 0.57% | - |
| HSV(B) | 42.61º | 0.38% | 0.71% | - |
| XYZ | 34.26 | 35.99 | 20.18 | - |
| YUV | 160.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 111 | 0 | 0.11 | 0.38 | 0.29 | 42.61 | 0.32 | 0.57 |
| Hex | B4 | A0 | 6F | 0 | B | 26 | 1D | 2B | 20 | 39 |
| Octal | 264 | 240 | 157 | 0 | 13 | 46 | 35 | 53 | 40 | 71 |
| Binary | 10110100 | 10100000 | 1101111 | 0 | 1011 | 100110 | 11101 | 101011 | 100000 | 111001 |
Color Harmonies of #B4A06F
Complementary color
Monochromatic Colors of #B4A06F
Black with #B4A06F
Text Example
Text Example
White with #B4A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A06F; }
p { color: rgb(180,160,111); }
H1.HeaderClassName
{
color: #B4A06F;
}
.AnyTagClassName
{
color: #B4A06F;
}
</style>
background-color css
<style>
a { background-color: #B4A06F; }
a { background-color: rgb(180,160,111); }
div.DivClassName
{
background-color: #B4A06F;
}
.BgClassName
{
background-color: #B4A06F;
}
</style>
border-color css
<style>
span { border-color: #B4A06F; }
span { border-color: rgb(180,160,111); }
td.TdClassName
{
border-color: #B4A06F;
}
.TagClassName
{
border-color: #B4A06F;
}
</style>