Shades of Fallow #B5966A
Tints of Fallow #B5966A
RGB
CMYK
RGB Variations
Color information
#B5966A (or 0xB5966A) is known color: Fallow. HEX triplet: B5, 96 and 6A. RGB value is (181,150,106). Sum of RGB (Red+Green+Blue) = 181+150+106=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5966A is #4A6995. Grayscale: #9A9A9A. Windows color (decimal): -4876694 or 6985397. OLE color: 6985397.
HSL color Cylindrical-coordinate representation of color #B5966A: hue angle of 35.2º degrees, saturation: 0.34, 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 #B5966A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 106 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.29 |
| HSL | 35.2º | 0.34% | 0.56% | - |
| HSV(B) | 35.2º | 0.41% | 0.71% | - |
| XYZ | 32.56 | 32.68 | 18.23 | - |
| YUV | 154.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 106 | 0 | 0.17 | 0.41 | 0.29 | 35.2 | 0.34 | 0.56 |
| Hex | B5 | 96 | 6A | 0 | 11 | 29 | 1D | 23 | 22 | 38 |
| Octal | 265 | 226 | 152 | 0 | 21 | 51 | 35 | 43 | 42 | 70 |
| Binary | 10110101 | 10010110 | 1101010 | 0 | 10001 | 101001 | 11101 | 100011 | 100010 | 111000 |
Color Harmonies of #B5966A
Complementary color
Monochromatic Colors of #B5966A
Black with #B5966A
Text Example
Text Example
White with #B5966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5966A; }
p { color: rgb(181,150,106); }
H1.HeaderClassName
{
color: #B5966A;
}
.AnyTagClassName
{
color: #B5966A;
}
</style>
background-color css
<style>
a { background-color: #B5966A; }
a { background-color: rgb(181,150,106); }
div.DivClassName
{
background-color: #B5966A;
}
.BgClassName
{
background-color: #B5966A;
}
</style>
border-color css
<style>
span { border-color: #B5966A; }
span { border-color: rgb(181,150,106); }
td.TdClassName
{
border-color: #B5966A;
}
.TagClassName
{
border-color: #B5966A;
}
</style>