Shades of Fallow #B89C70
Tints of Fallow #B89C70
RGB
CMYK
RGB Variations
Color information
#B89C70 (or 0xB89C70) is known color: Fallow. HEX triplet: B8, 9C and 70. RGB value is (184,156,112). Sum of RGB (Red+Green+Blue) = 184+156+112=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C70 is #47638F. Grayscale: #9F9F9F. Windows color (decimal): -4678544 or 7380152. OLE color: 7380152.
HSL color Cylindrical-coordinate representation of color #B89C70: hue angle of 36.67º degrees, saturation: 0.34, 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 #B89C70 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 112 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.28 |
| HSL | 36.67º | 0.34% | 0.58% | - |
| HSV(B) | 36.67º | 0.39% | 0.72% | - |
| XYZ | 34.58 | 35.14 | 20.29 | - |
| YUV | 159.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 112 | 0 | 0.15 | 0.39 | 0.28 | 36.67 | 0.34 | 0.58 |
| Hex | B8 | 9C | 70 | 0 | F | 27 | 1C | 25 | 22 | 3A |
| Octal | 270 | 234 | 160 | 0 | 17 | 47 | 34 | 45 | 42 | 72 |
| Binary | 10111000 | 10011100 | 1110000 | 0 | 1111 | 100111 | 11100 | 100101 | 100010 | 111010 |
Color Harmonies of #B89C70
Complementary color
Monochromatic Colors of #B89C70
Black with #B89C70
Text Example
Text Example
White with #B89C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C70; }
p { color: rgb(184,156,112); }
H1.HeaderClassName
{
color: #B89C70;
}
.AnyTagClassName
{
color: #B89C70;
}
</style>
background-color css
<style>
a { background-color: #B89C70; }
a { background-color: rgb(184,156,112); }
div.DivClassName
{
background-color: #B89C70;
}
.BgClassName
{
background-color: #B89C70;
}
</style>
border-color css
<style>
span { border-color: #B89C70; }
span { border-color: rgb(184,156,112); }
td.TdClassName
{
border-color: #B89C70;
}
.TagClassName
{
border-color: #B89C70;
}
</style>