Shades of Fallow #B4916D
Tints of Fallow #B4916D
RGB
CMYK
RGB Variations
Color information
#B4916D (or 0xB4916D) is known color: Fallow. HEX triplet: B4, 91 and 6D. RGB value is (180,145,109). Sum of RGB (Red+Green+Blue) = 180+145+109=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4916D is #4B6E92. Grayscale: #979797. Windows color (decimal): -4943507 or 7180724. OLE color: 7180724.
HSL color Cylindrical-coordinate representation of color #B4916D: hue angle of 30.42º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4916D is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 109 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.29 |
| HSL | 30.42º | 0.32% | 0.57% | - |
| HSV(B) | 30.42º | 0.39% | 0.71% | - |
| XYZ | 31.71 | 31.06 | 18.79 | - |
| YUV | 151.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 109 | 0 | 0.19 | 0.39 | 0.29 | 30.42 | 0.32 | 0.57 |
| Hex | B4 | 91 | 6D | 0 | 13 | 27 | 1D | 1E | 20 | 39 |
| Octal | 264 | 221 | 155 | 0 | 23 | 47 | 35 | 36 | 40 | 71 |
| Binary | 10110100 | 10010001 | 1101101 | 0 | 10011 | 100111 | 11101 | 11110 | 100000 | 111001 |
Color Harmonies of #B4916D
Complementary color
Monochromatic Colors of #B4916D
Black with #B4916D
Text Example
Text Example
White with #B4916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4916D; }
p { color: rgb(180,145,109); }
H1.HeaderClassName
{
color: #B4916D;
}
.AnyTagClassName
{
color: #B4916D;
}
</style>
background-color css
<style>
a { background-color: #B4916D; }
a { background-color: rgb(180,145,109); }
div.DivClassName
{
background-color: #B4916D;
}
.BgClassName
{
background-color: #B4916D;
}
</style>
border-color css
<style>
span { border-color: #B4916D; }
span { border-color: rgb(180,145,109); }
td.TdClassName
{
border-color: #B4916D;
}
.TagClassName
{
border-color: #B4916D;
}
</style>