Shades of Fallow #B89F73
Tints of Fallow #B89F73
RGB
CMYK
RGB Variations
Color information
#B89F73 (or 0xB89F73) is known color: Fallow. HEX triplet: B8, 9F and 73. RGB value is (184,159,115). Sum of RGB (Red+Green+Blue) = 184+159+115=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F73 is #47608C. Grayscale: #A1A1A1. Windows color (decimal): -4677773 or 7577528. OLE color: 7577528.
HSL color Cylindrical-coordinate representation of color #B89F73: hue angle of 38.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89F73 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 115 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.28 |
| HSL | 38.26º | 0.33% | 0.59% | - |
| HSV(B) | 38.26º | 0.38% | 0.72% | - |
| XYZ | 35.26 | 36.22 | 21.35 | - |
| YUV | 161.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 115 | 0 | 0.14 | 0.38 | 0.28 | 38.26 | 0.33 | 0.59 |
| Hex | B8 | 9F | 73 | 0 | E | 26 | 1C | 26 | 21 | 3B |
| Octal | 270 | 237 | 163 | 0 | 16 | 46 | 34 | 46 | 41 | 73 |
| Binary | 10111000 | 10011111 | 1110011 | 0 | 1110 | 100110 | 11100 | 100110 | 100001 | 111011 |
Color Harmonies of #B89F73
Complementary color
Monochromatic Colors of #B89F73
Black with #B89F73
Text Example
Text Example
White with #B89F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F73; }
p { color: rgb(184,159,115); }
H1.HeaderClassName
{
color: #B89F73;
}
.AnyTagClassName
{
color: #B89F73;
}
</style>
background-color css
<style>
a { background-color: #B89F73; }
a { background-color: rgb(184,159,115); }
div.DivClassName
{
background-color: #B89F73;
}
.BgClassName
{
background-color: #B89F73;
}
</style>
border-color css
<style>
span { border-color: #B89F73; }
span { border-color: rgb(184,159,115); }
td.TdClassName
{
border-color: #B89F73;
}
.TagClassName
{
border-color: #B89F73;
}
</style>