Shades of Fallow #B89A72
Tints of Fallow #B89A72
RGB
CMYK
RGB Variations
Color information
#B89A72 (or 0xB89A72) is known color: Fallow. HEX triplet: B8, 9A and 72. RGB value is (184,154,114). Sum of RGB (Red+Green+Blue) = 184+154+114=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A72 is #47658D. Grayscale: #9E9E9E. Windows color (decimal): -4679054 or 7510712. OLE color: 7510712.
HSL color Cylindrical-coordinate representation of color #B89A72: hue angle of 34.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89A72 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 114 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.28 |
| HSL | 34.29º | 0.33% | 0.58% | - |
| HSV(B) | 34.29º | 0.38% | 0.72% | - |
| XYZ | 34.36 | 34.52 | 20.77 | - |
| YUV | 158.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 114 | 0 | 0.16 | 0.38 | 0.28 | 34.29 | 0.33 | 0.58 |
| Hex | B8 | 9A | 72 | 0 | 10 | 26 | 1C | 22 | 21 | 3A |
| Octal | 270 | 232 | 162 | 0 | 20 | 46 | 34 | 42 | 41 | 72 |
| Binary | 10111000 | 10011010 | 1110010 | 0 | 10000 | 100110 | 11100 | 100010 | 100001 | 111010 |
Color Harmonies of #B89A72
Complementary color
Monochromatic Colors of #B89A72
Black with #B89A72
Text Example
Text Example
White with #B89A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A72; }
p { color: rgb(184,154,114); }
H1.HeaderClassName
{
color: #B89A72;
}
.AnyTagClassName
{
color: #B89A72;
}
</style>
background-color css
<style>
a { background-color: #B89A72; }
a { background-color: rgb(184,154,114); }
div.DivClassName
{
background-color: #B89A72;
}
.BgClassName
{
background-color: #B89A72;
}
</style>
border-color css
<style>
span { border-color: #B89A72; }
span { border-color: rgb(184,154,114); }
td.TdClassName
{
border-color: #B89A72;
}
.TagClassName
{
border-color: #B89A72;
}
</style>