Shades of Fallow #B2986D
Tints of Fallow #B2986D
RGB
CMYK
RGB Variations
Color information
#B2986D (or 0xB2986D) is known color: Fallow. HEX triplet: B2, 98 and 6D. RGB value is (178,152,109). Sum of RGB (Red+Green+Blue) = 178+152+109=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2986D is #4D6792. Grayscale: #9B9B9B. Windows color (decimal): -5072787 or 7182514. OLE color: 7182514.
HSL color Cylindrical-coordinate representation of color #B2986D: hue angle of 37.39º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2986D is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 109 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.30 |
| HSL | 37.39º | 0.31% | 0.56% | - |
| HSV(B) | 37.39º | 0.39% | 0.7% | - |
| XYZ | 32.35 | 33.03 | 19.14 | - |
| YUV | 154.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 109 | 0 | 0.15 | 0.39 | 0.30 | 37.39 | 0.31 | 0.56 |
| Hex | B2 | 98 | 6D | 0 | F | 27 | 1E | 25 | 1F | 38 |
| Octal | 262 | 230 | 155 | 0 | 17 | 47 | 36 | 45 | 37 | 70 |
| Binary | 10110010 | 10011000 | 1101101 | 0 | 1111 | 100111 | 11110 | 100101 | 11111 | 111000 |
Color Harmonies of #B2986D
Complementary color
Monochromatic Colors of #B2986D
Black with #B2986D
Text Example
Text Example
White with #B2986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2986D; }
p { color: rgb(178,152,109); }
H1.HeaderClassName
{
color: #B2986D;
}
.AnyTagClassName
{
color: #B2986D;
}
</style>
background-color css
<style>
a { background-color: #B2986D; }
a { background-color: rgb(178,152,109); }
div.DivClassName
{
background-color: #B2986D;
}
.BgClassName
{
background-color: #B2986D;
}
</style>
border-color css
<style>
span { border-color: #B2986D; }
span { border-color: rgb(178,152,109); }
td.TdClassName
{
border-color: #B2986D;
}
.TagClassName
{
border-color: #B2986D;
}
</style>