Shades of Fallow #B8986D
Tints of Fallow #B8986D
RGB
CMYK
RGB Variations
Color information
#B8986D (or 0xB8986D) is known color: Fallow. HEX triplet: B8, 98 and 6D. RGB value is (184,152,109). Sum of RGB (Red+Green+Blue) = 184+152+109=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8986D is #476792. Grayscale: #9C9C9C. Windows color (decimal): -4679571 or 7182520. OLE color: 7182520.
HSL color Cylindrical-coordinate representation of color #B8986D: hue angle of 34.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8986D is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 109 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.28 |
| HSL | 34.4º | 0.35% | 0.57% | - |
| HSV(B) | 34.4º | 0.41% | 0.72% | - |
| XYZ | 33.76 | 33.75 | 19.2 | - |
| YUV | 156.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 109 | 0 | 0.17 | 0.41 | 0.28 | 34.4 | 0.35 | 0.57 |
| Hex | B8 | 98 | 6D | 0 | 11 | 29 | 1C | 22 | 23 | 39 |
| Octal | 270 | 230 | 155 | 0 | 21 | 51 | 34 | 42 | 43 | 71 |
| Binary | 10111000 | 10011000 | 1101101 | 0 | 10001 | 101001 | 11100 | 100010 | 100011 | 111001 |
Color Harmonies of #B8986D
Complementary color
Monochromatic Colors of #B8986D
Black with #B8986D
Text Example
Text Example
White with #B8986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8986D; }
p { color: rgb(184,152,109); }
H1.HeaderClassName
{
color: #B8986D;
}
.AnyTagClassName
{
color: #B8986D;
}
</style>
background-color css
<style>
a { background-color: #B8986D; }
a { background-color: rgb(184,152,109); }
div.DivClassName
{
background-color: #B8986D;
}
.BgClassName
{
background-color: #B8986D;
}
</style>
border-color css
<style>
span { border-color: #B8986D; }
span { border-color: rgb(184,152,109); }
td.TdClassName
{
border-color: #B8986D;
}
.TagClassName
{
border-color: #B8986D;
}
</style>