Shades of Fallow #B3986E
Tints of Fallow #B3986E
RGB
CMYK
RGB Variations
Color information
#B3986E (or 0xB3986E) is known color: Fallow. HEX triplet: B3, 98 and 6E. RGB value is (179,152,110). Sum of RGB (Red+Green+Blue) = 179+152+110=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3986E is #4C6791. Grayscale: #9B9B9B. Windows color (decimal): -5007250 or 7248051. OLE color: 7248051.
HSL color Cylindrical-coordinate representation of color #B3986E: hue angle of 36.52º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3986E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 110 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.30 |
| HSL | 36.52º | 0.31% | 0.57% | - |
| HSV(B) | 36.52º | 0.39% | 0.7% | - |
| XYZ | 32.63 | 33.17 | 19.43 | - |
| YUV | 155.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 110 | 0 | 0.15 | 0.39 | 0.30 | 36.52 | 0.31 | 0.57 |
| Hex | B3 | 98 | 6E | 0 | F | 27 | 1E | 25 | 1F | 39 |
| Octal | 263 | 230 | 156 | 0 | 17 | 47 | 36 | 45 | 37 | 71 |
| Binary | 10110011 | 10011000 | 1101110 | 0 | 1111 | 100111 | 11110 | 100101 | 11111 | 111001 |
Color Harmonies of #B3986E
Complementary color
Monochromatic Colors of #B3986E
Black with #B3986E
Text Example
Text Example
White with #B3986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3986E; }
p { color: rgb(179,152,110); }
H1.HeaderClassName
{
color: #B3986E;
}
.AnyTagClassName
{
color: #B3986E;
}
</style>
background-color css
<style>
a { background-color: #B3986E; }
a { background-color: rgb(179,152,110); }
div.DivClassName
{
background-color: #B3986E;
}
.BgClassName
{
background-color: #B3986E;
}
</style>
border-color css
<style>
span { border-color: #B3986E; }
span { border-color: rgb(179,152,110); }
td.TdClassName
{
border-color: #B3986E;
}
.TagClassName
{
border-color: #B3986E;
}
</style>