Shades of Flame Pea #BE5D40
Tints of Flame Pea #BE5D40
RGB
CMYK
RGB Variations
Color information
#BE5D40 (or 0xBE5D40) is known color: Flame Pea. HEX triplet: BE, 5D and 40. RGB value is (190,93,64). Sum of RGB (Red+Green+Blue) = 190+93+64=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D40 is #41A2BF. Grayscale: #767676. Windows color (decimal): -4301504 or 4218302. OLE color: 4218302.
HSL color Cylindrical-coordinate representation of color #BE5D40: hue angle of 13.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE5D40 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 64 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.25 |
| HSL | 13.81º | 0.5% | 0.5% | - |
| HSV(B) | 13.81º | 0.66% | 0.75% | - |
| XYZ | 26.07 | 19.15 | 7.17 | - |
| YUV | 118.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 64 | 0 | 0.51 | 0.66 | 0.25 | 13.81 | 0.5 | 0.5 |
| Hex | BE | 5D | 40 | 0 | 33 | 42 | 19 | E | 32 | 32 |
| Octal | 276 | 135 | 100 | 0 | 63 | 102 | 31 | 16 | 62 | 62 |
| Binary | 10111110 | 1011101 | 1000000 | 0 | 110011 | 1000010 | 11001 | 1110 | 110010 | 110010 |
Color Harmonies of #BE5D40
Complementary color
Monochromatic Colors of #BE5D40
Black with #BE5D40
Text Example
Text Example
White with #BE5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D40; }
p { color: rgb(190,93,64); }
H1.HeaderClassName
{
color: #BE5D40;
}
.AnyTagClassName
{
color: #BE5D40;
}
</style>
background-color css
<style>
a { background-color: #BE5D40; }
a { background-color: rgb(190,93,64); }
div.DivClassName
{
background-color: #BE5D40;
}
.BgClassName
{
background-color: #BE5D40;
}
</style>
border-color css
<style>
span { border-color: #BE5D40; }
span { border-color: rgb(190,93,64); }
td.TdClassName
{
border-color: #BE5D40;
}
.TagClassName
{
border-color: #BE5D40;
}
</style>