Shades of Fallow #B89F71
Tints of Fallow #B89F71
RGB
CMYK
RGB Variations
Color information
#B89F71 (or 0xB89F71) is known color: Fallow. HEX triplet: B8, 9F and 71. RGB value is (184,159,113). Sum of RGB (Red+Green+Blue) = 184+159+113=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F71 is #47608E. Grayscale: #A1A1A1. Windows color (decimal): -4677775 or 7446456. OLE color: 7446456.
HSL color Cylindrical-coordinate representation of color #B89F71: hue angle of 38.87º degrees, saturation: 0.33, 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 #B89F71 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 113 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.28 |
| HSL | 38.87º | 0.33% | 0.58% | - |
| HSV(B) | 38.87º | 0.39% | 0.72% | - |
| XYZ | 35.15 | 36.18 | 20.75 | - |
| YUV | 161.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 113 | 0 | 0.14 | 0.39 | 0.28 | 38.87 | 0.33 | 0.58 |
| Hex | B8 | 9F | 71 | 0 | E | 27 | 1C | 27 | 21 | 3A |
| Octal | 270 | 237 | 161 | 0 | 16 | 47 | 34 | 47 | 41 | 72 |
| Binary | 10111000 | 10011111 | 1110001 | 0 | 1110 | 100111 | 11100 | 100111 | 100001 | 111010 |
Color Harmonies of #B89F71
Complementary color
Monochromatic Colors of #B89F71
Black with #B89F71
Text Example
Text Example
White with #B89F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F71; }
p { color: rgb(184,159,113); }
H1.HeaderClassName
{
color: #B89F71;
}
.AnyTagClassName
{
color: #B89F71;
}
</style>
background-color css
<style>
a { background-color: #B89F71; }
a { background-color: rgb(184,159,113); }
div.DivClassName
{
background-color: #B89F71;
}
.BgClassName
{
background-color: #B89F71;
}
</style>
border-color css
<style>
span { border-color: #B89F71; }
span { border-color: rgb(184,159,113); }
td.TdClassName
{
border-color: #B89F71;
}
.TagClassName
{
border-color: #B89F71;
}
</style>