Shades of Fallow #B7986C
Tints of Fallow #B7986C
RGB
CMYK
RGB Variations
Color information
#B7986C (or 0xB7986C) is known color: Fallow. HEX triplet: B7, 98 and 6C. RGB value is (183,152,108). Sum of RGB (Red+Green+Blue) = 183+152+108=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7986C is #486793. Grayscale: #9C9C9C. Windows color (decimal): -4745108 or 7116983. OLE color: 7116983.
HSL color Cylindrical-coordinate representation of color #B7986C: hue angle of 35.2º degrees, saturation: 0.34, 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 #B7986C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 108 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.28 |
| HSL | 35.2º | 0.34% | 0.57% | - |
| HSV(B) | 35.2º | 0.41% | 0.72% | - |
| XYZ | 33.46 | 33.61 | 18.91 | - |
| YUV | 156.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 108 | 0 | 0.17 | 0.41 | 0.28 | 35.2 | 0.34 | 0.57 |
| Hex | B7 | 98 | 6C | 0 | 11 | 29 | 1C | 23 | 22 | 39 |
| Octal | 267 | 230 | 154 | 0 | 21 | 51 | 34 | 43 | 42 | 71 |
| Binary | 10110111 | 10011000 | 1101100 | 0 | 10001 | 101001 | 11100 | 100011 | 100010 | 111001 |
Color Harmonies of #B7986C
Complementary color
Monochromatic Colors of #B7986C
Black with #B7986C
Text Example
Text Example
White with #B7986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7986C; }
p { color: rgb(183,152,108); }
H1.HeaderClassName
{
color: #B7986C;
}
.AnyTagClassName
{
color: #B7986C;
}
</style>
background-color css
<style>
a { background-color: #B7986C; }
a { background-color: rgb(183,152,108); }
div.DivClassName
{
background-color: #B7986C;
}
.BgClassName
{
background-color: #B7986C;
}
</style>
border-color css
<style>
span { border-color: #B7986C; }
span { border-color: rgb(183,152,108); }
td.TdClassName
{
border-color: #B7986C;
}
.TagClassName
{
border-color: #B7986C;
}
</style>