Shades of Fallow #BE9673
Tints of Fallow #BE9673
RGB
CMYK
RGB Variations
Color information
#BE9673 (or 0xBE9673) is known color: Fallow. HEX triplet: BE, 96 and 73. RGB value is (190,150,115). Sum of RGB (Red+Green+Blue) = 190+150+115=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9673 is #41698C. Grayscale: #9E9E9E. Windows color (decimal): -4286861 or 7575230. OLE color: 7575230.
HSL color Cylindrical-coordinate representation of color #BE9673: hue angle of 28º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE9673 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 115 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.25 |
| HSL | 28º | 0.37% | 0.6% | - |
| HSV(B) | 28º | 0.39% | 0.75% | - |
| XYZ | 35.24 | 34 | 20.92 | - |
| YUV | 157.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 115 | 0 | 0.21 | 0.39 | 0.25 | 28 | 0.37 | 0.6 |
| Hex | BE | 96 | 73 | 0 | 15 | 27 | 19 | 1C | 25 | 3C |
| Octal | 276 | 226 | 163 | 0 | 25 | 47 | 31 | 34 | 45 | 74 |
| Binary | 10111110 | 10010110 | 1110011 | 0 | 10101 | 100111 | 11001 | 11100 | 100101 | 111100 |
Color Harmonies of #BE9673
Complementary color
Monochromatic Colors of #BE9673
Black with #BE9673
Text Example
Text Example
White with #BE9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9673; }
p { color: rgb(190,150,115); }
H1.HeaderClassName
{
color: #BE9673;
}
.AnyTagClassName
{
color: #BE9673;
}
</style>
background-color css
<style>
a { background-color: #BE9673; }
a { background-color: rgb(190,150,115); }
div.DivClassName
{
background-color: #BE9673;
}
.BgClassName
{
background-color: #BE9673;
}
</style>
border-color css
<style>
span { border-color: #BE9673; }
span { border-color: rgb(190,150,115); }
td.TdClassName
{
border-color: #BE9673;
}
.TagClassName
{
border-color: #BE9673;
}
</style>