Shades of Fallow #B89970
Tints of Fallow #B89970
RGB
CMYK
RGB Variations
Color information
#B89970 (or 0xB89970) is known color: Fallow. HEX triplet: B8, 99 and 70. RGB value is (184,153,112). Sum of RGB (Red+Green+Blue) = 184+153+112=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B89970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89970 is #47668F. Grayscale: #9D9D9D. Windows color (decimal): -4679312 or 7379384. OLE color: 7379384.
HSL color Cylindrical-coordinate representation of color #B89970: hue angle of 34.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B89970 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 112 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.28 |
| HSL | 34.17º | 0.34% | 0.58% | - |
| HSV(B) | 34.17º | 0.39% | 0.72% | - |
| XYZ | 34.08 | 34.14 | 20.12 | - |
| YUV | 157.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 112 | 0 | 0.17 | 0.39 | 0.28 | 34.17 | 0.34 | 0.58 |
| Hex | B8 | 99 | 70 | 0 | 11 | 27 | 1C | 22 | 22 | 3A |
| Octal | 270 | 231 | 160 | 0 | 21 | 47 | 34 | 42 | 42 | 72 |
| Binary | 10111000 | 10011001 | 1110000 | 0 | 10001 | 100111 | 11100 | 100010 | 100010 | 111010 |
Color Harmonies of #B89970
Complementary color
Monochromatic Colors of #B89970
Black with #B89970
Text Example
Text Example
White with #B89970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89970; }
p { color: rgb(184,153,112); }
H1.HeaderClassName
{
color: #B89970;
}
.AnyTagClassName
{
color: #B89970;
}
</style>
background-color css
<style>
a { background-color: #B89970; }
a { background-color: rgb(184,153,112); }
div.DivClassName
{
background-color: #B89970;
}
.BgClassName
{
background-color: #B89970;
}
</style>
border-color css
<style>
span { border-color: #B89970; }
span { border-color: rgb(184,153,112); }
td.TdClassName
{
border-color: #B89970;
}
.TagClassName
{
border-color: #B89970;
}
</style>