Shades of Fallow #B5996D
Tints of Fallow #B5996D
RGB
CMYK
RGB Variations
Color information
#B5996D (or 0xB5996D) is known color: Fallow. HEX triplet: B5, 99 and 6D. RGB value is (181,153,109). Sum of RGB (Red+Green+Blue) = 181+153+109=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5996D is #4A6692. Grayscale: #9C9C9C. Windows color (decimal): -4875923 or 7182773. OLE color: 7182773.
HSL color Cylindrical-coordinate representation of color #B5996D: hue angle of 36.67º 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 #B5996D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 109 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.29 |
| HSL | 36.67º | 0.33% | 0.57% | - |
| HSV(B) | 36.67º | 0.4% | 0.71% | - |
| XYZ | 33.21 | 33.71 | 19.22 | - |
| YUV | 156.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 109 | 0 | 0.15 | 0.40 | 0.29 | 36.67 | 0.33 | 0.57 |
| Hex | B5 | 99 | 6D | 0 | F | 28 | 1D | 25 | 21 | 39 |
| Octal | 265 | 231 | 155 | 0 | 17 | 50 | 35 | 45 | 41 | 71 |
| Binary | 10110101 | 10011001 | 1101101 | 0 | 1111 | 101000 | 11101 | 100101 | 100001 | 111001 |
Color Harmonies of #B5996D
Complementary color
Monochromatic Colors of #B5996D
Black with #B5996D
Text Example
Text Example
White with #B5996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5996D; }
p { color: rgb(181,153,109); }
H1.HeaderClassName
{
color: #B5996D;
}
.AnyTagClassName
{
color: #B5996D;
}
</style>
background-color css
<style>
a { background-color: #B5996D; }
a { background-color: rgb(181,153,109); }
div.DivClassName
{
background-color: #B5996D;
}
.BgClassName
{
background-color: #B5996D;
}
</style>
border-color css
<style>
span { border-color: #B5996D; }
span { border-color: rgb(181,153,109); }
td.TdClassName
{
border-color: #B5996D;
}
.TagClassName
{
border-color: #B5996D;
}
</style>