Shades of Fallow #B5976C
Tints of Fallow #B5976C
RGB
CMYK
RGB Variations
Color information
#B5976C (or 0xB5976C) is known color: Fallow. HEX triplet: B5, 97 and 6C. RGB value is (181,151,108). Sum of RGB (Red+Green+Blue) = 181+151+108=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5976C is #4A6893. Grayscale: #9B9B9B. Windows color (decimal): -4876436 or 7116725. OLE color: 7116725.
HSL color Cylindrical-coordinate representation of color #B5976C: hue angle of 35.34º 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 #B5976C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 108 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.29 |
| HSL | 35.34º | 0.33% | 0.57% | - |
| HSV(B) | 35.34º | 0.4% | 0.71% | - |
| XYZ | 32.83 | 33.04 | 18.83 | - |
| YUV | 155.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 108 | 0 | 0.17 | 0.40 | 0.29 | 35.34 | 0.33 | 0.57 |
| Hex | B5 | 97 | 6C | 0 | 11 | 28 | 1D | 23 | 21 | 39 |
| Octal | 265 | 227 | 154 | 0 | 21 | 50 | 35 | 43 | 41 | 71 |
| Binary | 10110101 | 10010111 | 1101100 | 0 | 10001 | 101000 | 11101 | 100011 | 100001 | 111001 |
Color Harmonies of #B5976C
Complementary color
Monochromatic Colors of #B5976C
Black with #B5976C
Text Example
Text Example
White with #B5976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5976C; }
p { color: rgb(181,151,108); }
H1.HeaderClassName
{
color: #B5976C;
}
.AnyTagClassName
{
color: #B5976C;
}
</style>
background-color css
<style>
a { background-color: #B5976C; }
a { background-color: rgb(181,151,108); }
div.DivClassName
{
background-color: #B5976C;
}
.BgClassName
{
background-color: #B5976C;
}
</style>
border-color css
<style>
span { border-color: #B5976C; }
span { border-color: rgb(181,151,108); }
td.TdClassName
{
border-color: #B5976C;
}
.TagClassName
{
border-color: #B5976C;
}
</style>