Shades of Fallow #BE8C67
Tints of Fallow #BE8C67
RGB
CMYK
RGB Variations
Color information
#BE8C67 (or 0xBE8C67) is known color: Fallow. HEX triplet: BE, 8C and 67. RGB value is (190,140,103). Sum of RGB (Red+Green+Blue) = 190+140+103=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C67 is #417398. Grayscale: #969696. Windows color (decimal): -4289433 or 6786238. OLE color: 6786238.
HSL color Cylindrical-coordinate representation of color #BE8C67: hue angle of 25.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE8C67 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 103 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.25 |
| HSL | 25.52º | 0.4% | 0.57% | - |
| HSV(B) | 25.52º | 0.46% | 0.75% | - |
| XYZ | 33.06 | 30.68 | 17.01 | - |
| YUV | 150.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 103 | 0 | 0.26 | 0.46 | 0.25 | 25.52 | 0.4 | 0.57 |
| Hex | BE | 8C | 67 | 0 | 1A | 2E | 19 | 1A | 28 | 39 |
| Octal | 276 | 214 | 147 | 0 | 32 | 56 | 31 | 32 | 50 | 71 |
| Binary | 10111110 | 10001100 | 1100111 | 0 | 11010 | 101110 | 11001 | 11010 | 101000 | 111001 |
Color Harmonies of #BE8C67
Complementary color
Monochromatic Colors of #BE8C67
Black with #BE8C67
Text Example
Text Example
White with #BE8C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C67; }
p { color: rgb(190,140,103); }
H1.HeaderClassName
{
color: #BE8C67;
}
.AnyTagClassName
{
color: #BE8C67;
}
</style>
background-color css
<style>
a { background-color: #BE8C67; }
a { background-color: rgb(190,140,103); }
div.DivClassName
{
background-color: #BE8C67;
}
.BgClassName
{
background-color: #BE8C67;
}
</style>
border-color css
<style>
span { border-color: #BE8C67; }
span { border-color: rgb(190,140,103); }
td.TdClassName
{
border-color: #BE8C67;
}
.TagClassName
{
border-color: #BE8C67;
}
</style>