Shades of Fallow #B59A6D
Tints of Fallow #B59A6D
RGB
CMYK
RGB Variations
Color information
#B59A6D (or 0xB59A6D) is known color: Fallow. HEX triplet: B5, 9A and 6D. RGB value is (181,154,109). Sum of RGB (Red+Green+Blue) = 181+154+109=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A6D is #4A6592. Grayscale: #9D9D9D. Windows color (decimal): -4875667 or 7183029. OLE color: 7183029.
HSL color Cylindrical-coordinate representation of color #B59A6D: hue angle of 37.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 #B59A6D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 109 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.29 |
| HSL | 37.5º | 0.33% | 0.57% | - |
| HSV(B) | 37.5º | 0.4% | 0.71% | - |
| XYZ | 33.37 | 34.04 | 19.28 | - |
| YUV | 156.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 109 | 0 | 0.15 | 0.40 | 0.29 | 37.5 | 0.33 | 0.57 |
| Hex | B5 | 9A | 6D | 0 | F | 28 | 1D | 26 | 21 | 39 |
| Octal | 265 | 232 | 155 | 0 | 17 | 50 | 35 | 46 | 41 | 71 |
| Binary | 10110101 | 10011010 | 1101101 | 0 | 1111 | 101000 | 11101 | 100110 | 100001 | 111001 |
Color Harmonies of #B59A6D
Complementary color
Monochromatic Colors of #B59A6D
Black with #B59A6D
Text Example
Text Example
White with #B59A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A6D; }
p { color: rgb(181,154,109); }
H1.HeaderClassName
{
color: #B59A6D;
}
.AnyTagClassName
{
color: #B59A6D;
}
</style>
background-color css
<style>
a { background-color: #B59A6D; }
a { background-color: rgb(181,154,109); }
div.DivClassName
{
background-color: #B59A6D;
}
.BgClassName
{
background-color: #B59A6D;
}
</style>
border-color css
<style>
span { border-color: #B59A6D; }
span { border-color: rgb(181,154,109); }
td.TdClassName
{
border-color: #B59A6D;
}
.TagClassName
{
border-color: #B59A6D;
}
</style>