Shades of Fallow #B88E6E
Tints of Fallow #B88E6E
RGB
CMYK
RGB Variations
Color information
#B88E6E (or 0xB88E6E) is known color: Fallow. HEX triplet: B8, 8E and 6E. RGB value is (184,142,110). Sum of RGB (Red+Green+Blue) = 184+142+110=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E6E is #477191. Grayscale: #979797. Windows color (decimal): -4682130 or 7245496. OLE color: 7245496.
HSL color Cylindrical-coordinate representation of color #B88E6E: hue angle of 25.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 #B88E6E is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 110 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.28 |
| HSL | 25.95º | 0.34% | 0.58% | - |
| HSV(B) | 25.95º | 0.4% | 0.72% | - |
| XYZ | 32.25 | 30.66 | 18.97 | - |
| YUV | 150.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 110 | 0 | 0.23 | 0.40 | 0.28 | 25.95 | 0.34 | 0.58 |
| Hex | B8 | 8E | 6E | 0 | 17 | 28 | 1C | 1A | 22 | 3A |
| Octal | 270 | 216 | 156 | 0 | 27 | 50 | 34 | 32 | 42 | 72 |
| Binary | 10111000 | 10001110 | 1101110 | 0 | 10111 | 101000 | 11100 | 11010 | 100010 | 111010 |
Color Harmonies of #B88E6E
Complementary color
Monochromatic Colors of #B88E6E
Black with #B88E6E
Text Example
Text Example
White with #B88E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E6E; }
p { color: rgb(184,142,110); }
H1.HeaderClassName
{
color: #B88E6E;
}
.AnyTagClassName
{
color: #B88E6E;
}
</style>
background-color css
<style>
a { background-color: #B88E6E; }
a { background-color: rgb(184,142,110); }
div.DivClassName
{
background-color: #B88E6E;
}
.BgClassName
{
background-color: #B88E6E;
}
</style>
border-color css
<style>
span { border-color: #B88E6E; }
span { border-color: rgb(184,142,110); }
td.TdClassName
{
border-color: #B88E6E;
}
.TagClassName
{
border-color: #B88E6E;
}
</style>