Shades of Fallow #B89873
Tints of Fallow #B89873
RGB
CMYK
RGB Variations
Color information
#B89873 (or 0xB89873) is known color: Fallow. HEX triplet: B8, 98 and 73. RGB value is (184,152,115). Sum of RGB (Red+Green+Blue) = 184+152+115=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B89873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89873 is #47678C. Grayscale: #9D9D9D. Windows color (decimal): -4679565 or 7575736. OLE color: 7575736.
HSL color Cylindrical-coordinate representation of color #B89873: hue angle of 32.17º 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 #B89873 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 115 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.28 |
| HSL | 32.17º | 0.33% | 0.59% | - |
| HSV(B) | 32.17º | 0.38% | 0.72% | - |
| XYZ | 34.09 | 33.88 | 20.96 | - |
| YUV | 157.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 115 | 0 | 0.17 | 0.38 | 0.28 | 32.17 | 0.33 | 0.59 |
| Hex | B8 | 98 | 73 | 0 | 11 | 26 | 1C | 20 | 21 | 3B |
| Octal | 270 | 230 | 163 | 0 | 21 | 46 | 34 | 40 | 41 | 73 |
| Binary | 10111000 | 10011000 | 1110011 | 0 | 10001 | 100110 | 11100 | 100000 | 100001 | 111011 |
Color Harmonies of #B89873
Complementary color
Monochromatic Colors of #B89873
Black with #B89873
Text Example
Text Example
White with #B89873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89873; }
p { color: rgb(184,152,115); }
H1.HeaderClassName
{
color: #B89873;
}
.AnyTagClassName
{
color: #B89873;
}
</style>
background-color css
<style>
a { background-color: #B89873; }
a { background-color: rgb(184,152,115); }
div.DivClassName
{
background-color: #B89873;
}
.BgClassName
{
background-color: #B89873;
}
</style>
border-color css
<style>
span { border-color: #B89873; }
span { border-color: rgb(184,152,115); }
td.TdClassName
{
border-color: #B89873;
}
.TagClassName
{
border-color: #B89873;
}
</style>