Shades of Fallow #B3956D
Tints of Fallow #B3956D
RGB
CMYK
RGB Variations
Color information
#B3956D (or 0xB3956D) is known color: Fallow. HEX triplet: B3, 95 and 6D. RGB value is (179,149,109). Sum of RGB (Red+Green+Blue) = 179+149+109=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3956D is #4C6A92. Grayscale: #999999. Windows color (decimal): -5008019 or 7181747. OLE color: 7181747.
HSL color Cylindrical-coordinate representation of color #B3956D: hue angle of 34.29º degrees, saturation: 0.32, 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 #B3956D is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 149 | 109 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.30 |
| HSL | 34.29º | 0.32% | 0.56% | - |
| HSV(B) | 34.29º | 0.39% | 0.7% | - |
| XYZ | 32.1 | 32.18 | 18.99 | - |
| YUV | 153.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 149 | 109 | 0 | 0.17 | 0.39 | 0.30 | 34.29 | 0.32 | 0.56 |
| Hex | B3 | 95 | 6D | 0 | 11 | 27 | 1E | 22 | 20 | 38 |
| Octal | 263 | 225 | 155 | 0 | 21 | 47 | 36 | 42 | 40 | 70 |
| Binary | 10110011 | 10010101 | 1101101 | 0 | 10001 | 100111 | 11110 | 100010 | 100000 | 111000 |
Color Harmonies of #B3956D
Complementary color
Monochromatic Colors of #B3956D
Black with #B3956D
Text Example
Text Example
White with #B3956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3956D; }
p { color: rgb(179,149,109); }
H1.HeaderClassName
{
color: #B3956D;
}
.AnyTagClassName
{
color: #B3956D;
}
</style>
background-color css
<style>
a { background-color: #B3956D; }
a { background-color: rgb(179,149,109); }
div.DivClassName
{
background-color: #B3956D;
}
.BgClassName
{
background-color: #B3956D;
}
</style>
border-color css
<style>
span { border-color: #B3956D; }
span { border-color: rgb(179,149,109); }
td.TdClassName
{
border-color: #B3956D;
}
.TagClassName
{
border-color: #B3956D;
}
</style>