Shades of Fallow #B0986E
Tints of Fallow #B0986E
RGB
CMYK
RGB Variations
Color information
#B0986E (or 0xB0986E) is known color: Fallow. HEX triplet: B0, 98 and 6E. RGB value is (176,152,110). Sum of RGB (Red+Green+Blue) = 176+152+110=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0986E is #4F6791. Grayscale: #9A9A9A. Windows color (decimal): -5203858 or 7248048. OLE color: 7248048.
HSL color Cylindrical-coordinate representation of color #B0986E: hue angle of 38.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0986E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 110 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.31 |
| HSL | 38.18º | 0.29% | 0.56% | - |
| HSV(B) | 38.18º | 0.38% | 0.69% | - |
| XYZ | 31.95 | 32.81 | 19.4 | - |
| YUV | 154.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 110 | 0 | 0.14 | 0.37 | 0.31 | 38.18 | 0.29 | 0.56 |
| Hex | B0 | 98 | 6E | 0 | E | 25 | 1F | 26 | 1D | 38 |
| Octal | 260 | 230 | 156 | 0 | 16 | 45 | 37 | 46 | 35 | 70 |
| Binary | 10110000 | 10011000 | 1101110 | 0 | 1110 | 100101 | 11111 | 100110 | 11101 | 111000 |
Color Harmonies of #B0986E
Complementary color
Monochromatic Colors of #B0986E
Black with #B0986E
Text Example
Text Example
White with #B0986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0986E; }
p { color: rgb(176,152,110); }
H1.HeaderClassName
{
color: #B0986E;
}
.AnyTagClassName
{
color: #B0986E;
}
</style>
background-color css
<style>
a { background-color: #B0986E; }
a { background-color: rgb(176,152,110); }
div.DivClassName
{
background-color: #B0986E;
}
.BgClassName
{
background-color: #B0986E;
}
</style>
border-color css
<style>
span { border-color: #B0986E; }
span { border-color: rgb(176,152,110); }
td.TdClassName
{
border-color: #B0986E;
}
.TagClassName
{
border-color: #B0986E;
}
</style>