Shades of Fallow #B5946D
Tints of Fallow #B5946D
RGB
CMYK
RGB Variations
Color information
#B5946D (or 0xB5946D) is known color: Fallow. HEX triplet: B5, 94 and 6D. RGB value is (181,148,109). Sum of RGB (Red+Green+Blue) = 181+148+109=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5946D is #4A6B92. Grayscale: #999999. Windows color (decimal): -4877203 or 7181493. OLE color: 7181493.
HSL color Cylindrical-coordinate representation of color #B5946D: hue angle of 32.5º 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 #B5946D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 109 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.29 |
| HSL | 32.5º | 0.33% | 0.57% | - |
| HSV(B) | 32.5º | 0.4% | 0.71% | - |
| XYZ | 32.41 | 32.11 | 18.96 | - |
| YUV | 153.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 109 | 0 | 0.18 | 0.40 | 0.29 | 32.5 | 0.33 | 0.57 |
| Hex | B5 | 94 | 6D | 0 | 12 | 28 | 1D | 20 | 21 | 39 |
| Octal | 265 | 224 | 155 | 0 | 22 | 50 | 35 | 40 | 41 | 71 |
| Binary | 10110101 | 10010100 | 1101101 | 0 | 10010 | 101000 | 11101 | 100000 | 100001 | 111001 |
Color Harmonies of #B5946D
Complementary color
Monochromatic Colors of #B5946D
Black with #B5946D
Text Example
Text Example
White with #B5946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5946D; }
p { color: rgb(181,148,109); }
H1.HeaderClassName
{
color: #B5946D;
}
.AnyTagClassName
{
color: #B5946D;
}
</style>
background-color css
<style>
a { background-color: #B5946D; }
a { background-color: rgb(181,148,109); }
div.DivClassName
{
background-color: #B5946D;
}
.BgClassName
{
background-color: #B5946D;
}
</style>
border-color css
<style>
span { border-color: #B5946D; }
span { border-color: rgb(181,148,109); }
td.TdClassName
{
border-color: #B5946D;
}
.TagClassName
{
border-color: #B5946D;
}
</style>