Shades of Fallow #B4946C
Tints of Fallow #B4946C
RGB
CMYK
RGB Variations
Color information
#B4946C (or 0xB4946C) is known color: Fallow. HEX triplet: B4, 94 and 6C. RGB value is (180,148,108). Sum of RGB (Red+Green+Blue) = 180+148+108=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4946C is #4B6B93. Grayscale: #999999. Windows color (decimal): -4942740 or 7115956. OLE color: 7115956.
HSL color Cylindrical-coordinate representation of color #B4946C: hue angle of 33.33º 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 #B4946C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 108 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.29 |
| HSL | 33.33º | 0.32% | 0.56% | - |
| HSV(B) | 33.33º | 0.4% | 0.71% | - |
| XYZ | 32.12 | 31.97 | 18.66 | - |
| YUV | 153.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 108 | 0 | 0.18 | 0.40 | 0.29 | 33.33 | 0.32 | 0.56 |
| Hex | B4 | 94 | 6C | 0 | 12 | 28 | 1D | 21 | 20 | 38 |
| Octal | 264 | 224 | 154 | 0 | 22 | 50 | 35 | 41 | 40 | 70 |
| Binary | 10110100 | 10010100 | 1101100 | 0 | 10010 | 101000 | 11101 | 100001 | 100000 | 111000 |
Color Harmonies of #B4946C
Complementary color
Monochromatic Colors of #B4946C
Black with #B4946C
Text Example
Text Example
White with #B4946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4946C; }
p { color: rgb(180,148,108); }
H1.HeaderClassName
{
color: #B4946C;
}
.AnyTagClassName
{
color: #B4946C;
}
</style>
background-color css
<style>
a { background-color: #B4946C; }
a { background-color: rgb(180,148,108); }
div.DivClassName
{
background-color: #B4946C;
}
.BgClassName
{
background-color: #B4946C;
}
</style>
border-color css
<style>
span { border-color: #B4946C; }
span { border-color: rgb(180,148,108); }
td.TdClassName
{
border-color: #B4946C;
}
.TagClassName
{
border-color: #B4946C;
}
</style>