Shades of Fallow #B4966C
Tints of Fallow #B4966C
RGB
CMYK
RGB Variations
Color information
#B4966C (or 0xB4966C) is known color: Fallow. HEX triplet: B4, 96 and 6C. RGB value is (180,150,108). Sum of RGB (Red+Green+Blue) = 180+150+108=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4966C is #4B6993. Grayscale: #9A9A9A. Windows color (decimal): -4942228 or 7116468. OLE color: 7116468.
HSL color Cylindrical-coordinate representation of color #B4966C: hue angle of 35º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4966C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 108 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.29 |
| HSL | 35º | 0.32% | 0.56% | - |
| HSV(B) | 35º | 0.4% | 0.71% | - |
| XYZ | 32.44 | 32.6 | 18.77 | - |
| YUV | 154.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 108 | 0 | 0.17 | 0.40 | 0.29 | 35 | 0.32 | 0.56 |
| Hex | B4 | 96 | 6C | 0 | 11 | 28 | 1D | 23 | 20 | 38 |
| Octal | 264 | 226 | 154 | 0 | 21 | 50 | 35 | 43 | 40 | 70 |
| Binary | 10110100 | 10010110 | 1101100 | 0 | 10001 | 101000 | 11101 | 100011 | 100000 | 111000 |
Color Harmonies of #B4966C
Complementary color
Monochromatic Colors of #B4966C
Black with #B4966C
Text Example
Text Example
White with #B4966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4966C; }
p { color: rgb(180,150,108); }
H1.HeaderClassName
{
color: #B4966C;
}
.AnyTagClassName
{
color: #B4966C;
}
</style>
background-color css
<style>
a { background-color: #B4966C; }
a { background-color: rgb(180,150,108); }
div.DivClassName
{
background-color: #B4966C;
}
.BgClassName
{
background-color: #B4966C;
}
</style>
border-color css
<style>
span { border-color: #B4966C; }
span { border-color: rgb(180,150,108); }
td.TdClassName
{
border-color: #B4966C;
}
.TagClassName
{
border-color: #B4966C;
}
</style>