Shades of Fallow #B59769
Tints of Fallow #B59769
RGB
CMYK
RGB Variations
Color information
#B59769 (or 0xB59769) is known color: Fallow. HEX triplet: B5, 97 and 69. RGB value is (181,151,105). Sum of RGB (Red+Green+Blue) = 181+151+105=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B59769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59769 is #4A6896. Grayscale: #9A9A9A. Windows color (decimal): -4876439 or 6920117. OLE color: 6920117.
HSL color Cylindrical-coordinate representation of color #B59769: hue angle of 36.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B59769 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 105 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.29 |
| HSL | 36.32º | 0.34% | 0.56% | - |
| HSV(B) | 36.32º | 0.42% | 0.71% | - |
| XYZ | 32.67 | 32.98 | 18.01 | - |
| YUV | 154.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 105 | 0 | 0.17 | 0.42 | 0.29 | 36.32 | 0.34 | 0.56 |
| Hex | B5 | 97 | 69 | 0 | 11 | 2A | 1D | 24 | 22 | 38 |
| Octal | 265 | 227 | 151 | 0 | 21 | 52 | 35 | 44 | 42 | 70 |
| Binary | 10110101 | 10010111 | 1101001 | 0 | 10001 | 101010 | 11101 | 100100 | 100010 | 111000 |
Color Harmonies of #B59769
Complementary color
Monochromatic Colors of #B59769
Black with #B59769
Text Example
Text Example
White with #B59769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59769; }
p { color: rgb(181,151,105); }
H1.HeaderClassName
{
color: #B59769;
}
.AnyTagClassName
{
color: #B59769;
}
</style>
background-color css
<style>
a { background-color: #B59769; }
a { background-color: rgb(181,151,105); }
div.DivClassName
{
background-color: #B59769;
}
.BgClassName
{
background-color: #B59769;
}
</style>
border-color css
<style>
span { border-color: #B59769; }
span { border-color: rgb(181,151,105); }
td.TdClassName
{
border-color: #B59769;
}
.TagClassName
{
border-color: #B59769;
}
</style>