Shades of Fallow #B5936B
Tints of Fallow #B5936B
RGB
CMYK
RGB Variations
Color information
#B5936B (or 0xB5936B) is known color: Fallow. HEX triplet: B5, 93 and 6B. RGB value is (181,147,107). Sum of RGB (Red+Green+Blue) = 181+147+107=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5936B is #4A6C94. Grayscale: #989898. Windows color (decimal): -4877461 or 7050165. OLE color: 7050165.
HSL color Cylindrical-coordinate representation of color #B5936B: hue angle of 32.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5936B is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 107 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.29 |
| HSL | 32.43º | 0.33% | 0.56% | - |
| HSV(B) | 32.43º | 0.41% | 0.71% | - |
| XYZ | 32.14 | 31.75 | 18.34 | - |
| YUV | 152.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 107 | 0 | 0.19 | 0.41 | 0.29 | 32.43 | 0.33 | 0.56 |
| Hex | B5 | 93 | 6B | 0 | 13 | 29 | 1D | 20 | 21 | 38 |
| Octal | 265 | 223 | 153 | 0 | 23 | 51 | 35 | 40 | 41 | 70 |
| Binary | 10110101 | 10010011 | 1101011 | 0 | 10011 | 101001 | 11101 | 100000 | 100001 | 111000 |
Color Harmonies of #B5936B
Complementary color
Monochromatic Colors of #B5936B
Black with #B5936B
Text Example
Text Example
White with #B5936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5936B; }
p { color: rgb(181,147,107); }
H1.HeaderClassName
{
color: #B5936B;
}
.AnyTagClassName
{
color: #B5936B;
}
</style>
background-color css
<style>
a { background-color: #B5936B; }
a { background-color: rgb(181,147,107); }
div.DivClassName
{
background-color: #B5936B;
}
.BgClassName
{
background-color: #B5936B;
}
</style>
border-color css
<style>
span { border-color: #B5936B; }
span { border-color: rgb(181,147,107); }
td.TdClassName
{
border-color: #B5936B;
}
.TagClassName
{
border-color: #B5936B;
}
</style>