Shades of Fallow #B8916F
Tints of Fallow #B8916F
RGB
CMYK
RGB Variations
Color information
#B8916F (or 0xB8916F) is known color: Fallow. HEX triplet: B8, 91 and 6F. RGB value is (184,145,111). Sum of RGB (Red+Green+Blue) = 184+145+111=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8916F is #476E90. Grayscale: #989898. Windows color (decimal): -4681361 or 7311800. OLE color: 7311800.
HSL color Cylindrical-coordinate representation of color #B8916F: hue angle of 27.95º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8916F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 111 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.28 |
| HSL | 27.95º | 0.34% | 0.58% | - |
| HSV(B) | 27.95º | 0.4% | 0.72% | - |
| XYZ | 32.76 | 31.59 | 19.41 | - |
| YUV | 152.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 111 | 0 | 0.21 | 0.40 | 0.28 | 27.95 | 0.34 | 0.58 |
| Hex | B8 | 91 | 6F | 0 | 15 | 28 | 1C | 1C | 22 | 3A |
| Octal | 270 | 221 | 157 | 0 | 25 | 50 | 34 | 34 | 42 | 72 |
| Binary | 10111000 | 10010001 | 1101111 | 0 | 10101 | 101000 | 11100 | 11100 | 100010 | 111010 |
Color Harmonies of #B8916F
Complementary color
Monochromatic Colors of #B8916F
Black with #B8916F
Text Example
Text Example
White with #B8916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8916F; }
p { color: rgb(184,145,111); }
H1.HeaderClassName
{
color: #B8916F;
}
.AnyTagClassName
{
color: #B8916F;
}
</style>
background-color css
<style>
a { background-color: #B8916F; }
a { background-color: rgb(184,145,111); }
div.DivClassName
{
background-color: #B8916F;
}
.BgClassName
{
background-color: #B8916F;
}
</style>
border-color css
<style>
span { border-color: #B8916F; }
span { border-color: rgb(184,145,111); }
td.TdClassName
{
border-color: #B8916F;
}
.TagClassName
{
border-color: #B8916F;
}
</style>