Shades of Fallow #B3976B
Tints of Fallow #B3976B
RGB
CMYK
RGB Variations
Color information
#B3976B (or 0xB3976B) is known color: Fallow. HEX triplet: B3, 97 and 6B. RGB value is (179,151,107). Sum of RGB (Red+Green+Blue) = 179+151+107=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3976B is #4C6894. Grayscale: #9A9A9A. Windows color (decimal): -5007509 or 7051187. OLE color: 7051187.
HSL color Cylindrical-coordinate representation of color #B3976B: hue angle of 36.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3976B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 107 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.30 |
| HSL | 36.67º | 0.32% | 0.56% | - |
| HSV(B) | 36.67º | 0.4% | 0.7% | - |
| XYZ | 32.31 | 32.78 | 18.53 | - |
| YUV | 154.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 107 | 0 | 0.16 | 0.40 | 0.30 | 36.67 | 0.32 | 0.56 |
| Hex | B3 | 97 | 6B | 0 | 10 | 28 | 1E | 25 | 20 | 38 |
| Octal | 263 | 227 | 153 | 0 | 20 | 50 | 36 | 45 | 40 | 70 |
| Binary | 10110011 | 10010111 | 1101011 | 0 | 10000 | 101000 | 11110 | 100101 | 100000 | 111000 |
Color Harmonies of #B3976B
Complementary color
Monochromatic Colors of #B3976B
Black with #B3976B
Text Example
Text Example
White with #B3976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3976B; }
p { color: rgb(179,151,107); }
H1.HeaderClassName
{
color: #B3976B;
}
.AnyTagClassName
{
color: #B3976B;
}
</style>
background-color css
<style>
a { background-color: #B3976B; }
a { background-color: rgb(179,151,107); }
div.DivClassName
{
background-color: #B3976B;
}
.BgClassName
{
background-color: #B3976B;
}
</style>
border-color css
<style>
span { border-color: #B3976B; }
span { border-color: rgb(179,151,107); }
td.TdClassName
{
border-color: #B3976B;
}
.TagClassName
{
border-color: #B3976B;
}
</style>