Shades of Fallow #B8906F
Tints of Fallow #B8906F
RGB
CMYK
RGB Variations
Color information
#B8906F (or 0xB8906F) is known color: Fallow. HEX triplet: B8, 90 and 6F. RGB value is (184,144,111). Sum of RGB (Red+Green+Blue) = 184+144+111=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8906F is #476F90. Grayscale: #989898. Windows color (decimal): -4681617 or 7311544. OLE color: 7311544.
HSL color Cylindrical-coordinate representation of color #B8906F: hue angle of 27.12º 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 #B8906F is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 111 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.28 |
| HSL | 27.12º | 0.34% | 0.58% | - |
| HSV(B) | 27.12º | 0.4% | 0.72% | - |
| XYZ | 32.61 | 31.28 | 19.36 | - |
| YUV | 152.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 111 | 0 | 0.22 | 0.40 | 0.28 | 27.12 | 0.34 | 0.58 |
| Hex | B8 | 90 | 6F | 0 | 16 | 28 | 1C | 1B | 22 | 3A |
| Octal | 270 | 220 | 157 | 0 | 26 | 50 | 34 | 33 | 42 | 72 |
| Binary | 10111000 | 10010000 | 1101111 | 0 | 10110 | 101000 | 11100 | 11011 | 100010 | 111010 |
Color Harmonies of #B8906F
Complementary color
Monochromatic Colors of #B8906F
Black with #B8906F
Text Example
Text Example
White with #B8906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8906F; }
p { color: rgb(184,144,111); }
H1.HeaderClassName
{
color: #B8906F;
}
.AnyTagClassName
{
color: #B8906F;
}
</style>
background-color css
<style>
a { background-color: #B8906F; }
a { background-color: rgb(184,144,111); }
div.DivClassName
{
background-color: #B8906F;
}
.BgClassName
{
background-color: #B8906F;
}
</style>
border-color css
<style>
span { border-color: #B8906F; }
span { border-color: rgb(184,144,111); }
td.TdClassName
{
border-color: #B8906F;
}
.TagClassName
{
border-color: #B8906F;
}
</style>