Shades of Fallow #B5906D
Tints of Fallow #B5906D
RGB
CMYK
RGB Variations
Color information
#B5906D (or 0xB5906D) is known color: Fallow. HEX triplet: B5, 90 and 6D. RGB value is (181,144,109). Sum of RGB (Red+Green+Blue) = 181+144+109=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5906D is #4A6F92. Grayscale: #979797. Windows color (decimal): -4878227 or 7180469. OLE color: 7180469.
HSL color Cylindrical-coordinate representation of color #B5906D: hue angle of 29.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5906D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 109 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.29 |
| HSL | 29.17º | 0.33% | 0.57% | - |
| HSV(B) | 29.17º | 0.4% | 0.71% | - |
| XYZ | 31.79 | 30.87 | 18.75 | - |
| YUV | 151.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 109 | 0 | 0.20 | 0.40 | 0.29 | 29.17 | 0.33 | 0.57 |
| Hex | B5 | 90 | 6D | 0 | 14 | 28 | 1D | 1D | 21 | 39 |
| Octal | 265 | 220 | 155 | 0 | 24 | 50 | 35 | 35 | 41 | 71 |
| Binary | 10110101 | 10010000 | 1101101 | 0 | 10100 | 101000 | 11101 | 11101 | 100001 | 111001 |
Color Harmonies of #B5906D
Complementary color
Monochromatic Colors of #B5906D
Black with #B5906D
Text Example
Text Example
White with #B5906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5906D; }
p { color: rgb(181,144,109); }
H1.HeaderClassName
{
color: #B5906D;
}
.AnyTagClassName
{
color: #B5906D;
}
</style>
background-color css
<style>
a { background-color: #B5906D; }
a { background-color: rgb(181,144,109); }
div.DivClassName
{
background-color: #B5906D;
}
.BgClassName
{
background-color: #B5906D;
}
</style>
border-color css
<style>
span { border-color: #B5906D; }
span { border-color: rgb(181,144,109); }
td.TdClassName
{
border-color: #B5906D;
}
.TagClassName
{
border-color: #B5906D;
}
</style>