Shades of Fallow #BE9671
Tints of Fallow #BE9671
RGB
CMYK
RGB Variations
Color information
#BE9671 (or 0xBE9671) is known color: Fallow. HEX triplet: BE, 96 and 71. RGB value is (190,150,113). Sum of RGB (Red+Green+Blue) = 190+150+113=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9671 is #41698E. Grayscale: #9D9D9D. Windows color (decimal): -4286863 or 7444158. OLE color: 7444158.
HSL color Cylindrical-coordinate representation of color #BE9671: hue angle of 28.83º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE9671 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 113 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.25 |
| HSL | 28.83º | 0.37% | 0.59% | - |
| HSV(B) | 28.83º | 0.41% | 0.75% | - |
| XYZ | 35.12 | 33.95 | 20.33 | - |
| YUV | 157.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 113 | 0 | 0.21 | 0.41 | 0.25 | 28.83 | 0.37 | 0.59 |
| Hex | BE | 96 | 71 | 0 | 15 | 29 | 19 | 1D | 25 | 3B |
| Octal | 276 | 226 | 161 | 0 | 25 | 51 | 31 | 35 | 45 | 73 |
| Binary | 10111110 | 10010110 | 1110001 | 0 | 10101 | 101001 | 11001 | 11101 | 100101 | 111011 |
Color Harmonies of #BE9671
Complementary color
Monochromatic Colors of #BE9671
Black with #BE9671
Text Example
Text Example
White with #BE9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9671; }
p { color: rgb(190,150,113); }
H1.HeaderClassName
{
color: #BE9671;
}
.AnyTagClassName
{
color: #BE9671;
}
</style>
background-color css
<style>
a { background-color: #BE9671; }
a { background-color: rgb(190,150,113); }
div.DivClassName
{
background-color: #BE9671;
}
.BgClassName
{
background-color: #BE9671;
}
</style>
border-color css
<style>
span { border-color: #BE9671; }
span { border-color: rgb(190,150,113); }
td.TdClassName
{
border-color: #BE9671;
}
.TagClassName
{
border-color: #BE9671;
}
</style>