Shades of Fallow #B7956D
Tints of Fallow #B7956D
RGB
CMYK
RGB Variations
Color information
#B7956D (or 0xB7956D) is known color: Fallow. HEX triplet: B7, 95 and 6D. RGB value is (183,149,109). Sum of RGB (Red+Green+Blue) = 183+149+109=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7956D is #486A92. Grayscale: #9A9A9A. Windows color (decimal): -4745875 or 7181751. OLE color: 7181751.
HSL color Cylindrical-coordinate representation of color #B7956D: hue angle of 32.43º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7956D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 109 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.28 |
| HSL | 32.43º | 0.34% | 0.57% | - |
| HSV(B) | 32.43º | 0.4% | 0.72% | - |
| XYZ | 33.04 | 32.67 | 19.03 | - |
| YUV | 154.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 109 | 0 | 0.19 | 0.40 | 0.28 | 32.43 | 0.34 | 0.57 |
| Hex | B7 | 95 | 6D | 0 | 13 | 28 | 1C | 20 | 22 | 39 |
| Octal | 267 | 225 | 155 | 0 | 23 | 50 | 34 | 40 | 42 | 71 |
| Binary | 10110111 | 10010101 | 1101101 | 0 | 10011 | 101000 | 11100 | 100000 | 100010 | 111001 |
Color Harmonies of #B7956D
Complementary color
Monochromatic Colors of #B7956D
Black with #B7956D
Text Example
Text Example
White with #B7956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7956D; }
p { color: rgb(183,149,109); }
H1.HeaderClassName
{
color: #B7956D;
}
.AnyTagClassName
{
color: #B7956D;
}
</style>
background-color css
<style>
a { background-color: #B7956D; }
a { background-color: rgb(183,149,109); }
div.DivClassName
{
background-color: #B7956D;
}
.BgClassName
{
background-color: #B7956D;
}
</style>
border-color css
<style>
span { border-color: #B7956D; }
span { border-color: rgb(183,149,109); }
td.TdClassName
{
border-color: #B7956D;
}
.TagClassName
{
border-color: #B7956D;
}
</style>