Shades of Fallow #B89A75
Tints of Fallow #B89A75
RGB
CMYK
RGB Variations
Color information
#B89A75 (or 0xB89A75) is known color: Fallow. HEX triplet: B8, 9A and 75. RGB value is (184,154,117). Sum of RGB (Red+Green+Blue) = 184+154+117=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A75 is #47658A. Grayscale: #9E9E9E. Windows color (decimal): -4679051 or 7707320. OLE color: 7707320.
HSL color Cylindrical-coordinate representation of color #B89A75: hue angle of 33.13º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B89A75 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 117 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.28 |
| HSL | 33.13º | 0.32% | 0.59% | - |
| HSV(B) | 33.13º | 0.36% | 0.72% | - |
| XYZ | 34.53 | 34.59 | 21.69 | - |
| YUV | 158.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 117 | 0 | 0.16 | 0.36 | 0.28 | 33.13 | 0.32 | 0.59 |
| Hex | B8 | 9A | 75 | 0 | 10 | 24 | 1C | 21 | 20 | 3B |
| Octal | 270 | 232 | 165 | 0 | 20 | 44 | 34 | 41 | 40 | 73 |
| Binary | 10111000 | 10011010 | 1110101 | 0 | 10000 | 100100 | 11100 | 100001 | 100000 | 111011 |
Color Harmonies of #B89A75
Complementary color
Monochromatic Colors of #B89A75
Black with #B89A75
Text Example
Text Example
White with #B89A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A75; }
p { color: rgb(184,154,117); }
H1.HeaderClassName
{
color: #B89A75;
}
.AnyTagClassName
{
color: #B89A75;
}
</style>
background-color css
<style>
a { background-color: #B89A75; }
a { background-color: rgb(184,154,117); }
div.DivClassName
{
background-color: #B89A75;
}
.BgClassName
{
background-color: #B89A75;
}
</style>
border-color css
<style>
span { border-color: #B89A75; }
span { border-color: rgb(184,154,117); }
td.TdClassName
{
border-color: #B89A75;
}
.TagClassName
{
border-color: #B89A75;
}
</style>