Shades of Fallow #B2956F
Tints of Fallow #B2956F
RGB
CMYK
RGB Variations
Color information
#B2956F (or 0xB2956F) is known color: Fallow. HEX triplet: B2, 95 and 6F. RGB value is (178,149,111). Sum of RGB (Red+Green+Blue) = 178+149+111=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2956F is #4D6A90. Grayscale: #999999. Windows color (decimal): -5073553 or 7312818. OLE color: 7312818.
HSL color Cylindrical-coordinate representation of color #B2956F: hue angle of 34.03º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2956F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 149 | 111 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.30 |
| HSL | 34.03º | 0.3% | 0.57% | - |
| HSV(B) | 34.03º | 0.38% | 0.7% | - |
| XYZ | 31.98 | 32.11 | 19.55 | - |
| YUV | 153.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 111 | 0 | 0.16 | 0.38 | 0.30 | 34.03 | 0.3 | 0.57 |
| Hex | B2 | 95 | 6F | 0 | 10 | 26 | 1E | 22 | 1E | 39 |
| Octal | 262 | 225 | 157 | 0 | 20 | 46 | 36 | 42 | 36 | 71 |
| Binary | 10110010 | 10010101 | 1101111 | 0 | 10000 | 100110 | 11110 | 100010 | 11110 | 111001 |
Color Harmonies of #B2956F
Complementary color
Monochromatic Colors of #B2956F
Black with #B2956F
Text Example
Text Example
White with #B2956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2956F; }
p { color: rgb(178,149,111); }
H1.HeaderClassName
{
color: #B2956F;
}
.AnyTagClassName
{
color: #B2956F;
}
</style>
background-color css
<style>
a { background-color: #B2956F; }
a { background-color: rgb(178,149,111); }
div.DivClassName
{
background-color: #B2956F;
}
.BgClassName
{
background-color: #B2956F;
}
</style>
border-color css
<style>
span { border-color: #B2956F; }
span { border-color: rgb(178,149,111); }
td.TdClassName
{
border-color: #B2956F;
}
.TagClassName
{
border-color: #B2956F;
}
</style>