Shades of Fallow #B5996F
Tints of Fallow #B5996F
RGB
CMYK
RGB Variations
Color information
#B5996F (or 0xB5996F) is known color: Fallow. HEX triplet: B5, 99 and 6F. RGB value is (181,153,111). Sum of RGB (Red+Green+Blue) = 181+153+111=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5996F is #4A6690. Grayscale: #9C9C9C. Windows color (decimal): -4875921 or 7313845. OLE color: 7313845.
HSL color Cylindrical-coordinate representation of color #B5996F: hue angle of 36º 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 #B5996F is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 111 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.29 |
| HSL | 36º | 0.32% | 0.57% | - |
| HSV(B) | 36º | 0.39% | 0.71% | - |
| XYZ | 33.32 | 33.75 | 19.8 | - |
| YUV | 156.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 111 | 0 | 0.15 | 0.39 | 0.29 | 36 | 0.32 | 0.57 |
| Hex | B5 | 99 | 6F | 0 | F | 27 | 1D | 24 | 20 | 39 |
| Octal | 265 | 231 | 157 | 0 | 17 | 47 | 35 | 44 | 40 | 71 |
| Binary | 10110101 | 10011001 | 1101111 | 0 | 1111 | 100111 | 11101 | 100100 | 100000 | 111001 |
Color Harmonies of #B5996F
Complementary color
Monochromatic Colors of #B5996F
Black with #B5996F
Text Example
Text Example
White with #B5996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5996F; }
p { color: rgb(181,153,111); }
H1.HeaderClassName
{
color: #B5996F;
}
.AnyTagClassName
{
color: #B5996F;
}
</style>
background-color css
<style>
a { background-color: #B5996F; }
a { background-color: rgb(181,153,111); }
div.DivClassName
{
background-color: #B5996F;
}
.BgClassName
{
background-color: #B5996F;
}
</style>
border-color css
<style>
span { border-color: #B5996F; }
span { border-color: rgb(181,153,111); }
td.TdClassName
{
border-color: #B5996F;
}
.TagClassName
{
border-color: #B5996F;
}
</style>