Shades of Fallow #B5926F
Tints of Fallow #B5926F
RGB
CMYK
RGB Variations
Color information
#B5926F (or 0xB5926F) is known color: Fallow. HEX triplet: B5, 92 and 6F. RGB value is (181,146,111). Sum of RGB (Red+Green+Blue) = 181+146+111=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5926F is #4A6D90. Grayscale: #989898. Windows color (decimal): -4877713 or 7312053. OLE color: 7312053.
HSL color Cylindrical-coordinate representation of color #B5926F: hue angle of 30º 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 #B5926F is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 111 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.29 |
| HSL | 30º | 0.32% | 0.57% | - |
| HSV(B) | 30º | 0.39% | 0.71% | - |
| XYZ | 32.2 | 31.53 | 19.43 | - |
| YUV | 152.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 111 | 0 | 0.19 | 0.39 | 0.29 | 30 | 0.32 | 0.57 |
| Hex | B5 | 92 | 6F | 0 | 13 | 27 | 1D | 1E | 20 | 39 |
| Octal | 265 | 222 | 157 | 0 | 23 | 47 | 35 | 36 | 40 | 71 |
| Binary | 10110101 | 10010010 | 1101111 | 0 | 10011 | 100111 | 11101 | 11110 | 100000 | 111001 |
Color Harmonies of #B5926F
Complementary color
Monochromatic Colors of #B5926F
Black with #B5926F
Text Example
Text Example
White with #B5926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5926F; }
p { color: rgb(181,146,111); }
H1.HeaderClassName
{
color: #B5926F;
}
.AnyTagClassName
{
color: #B5926F;
}
</style>
background-color css
<style>
a { background-color: #B5926F; }
a { background-color: rgb(181,146,111); }
div.DivClassName
{
background-color: #B5926F;
}
.BgClassName
{
background-color: #B5926F;
}
</style>
border-color css
<style>
span { border-color: #B5926F; }
span { border-color: rgb(181,146,111); }
td.TdClassName
{
border-color: #B5926F;
}
.TagClassName
{
border-color: #B5926F;
}
</style>