Shades of Flame Pea #BE5D46
Tints of Flame Pea #BE5D46
RGB
CMYK
RGB Variations
Color information
#BE5D46 (or 0xBE5D46) is known color: Flame Pea. HEX triplet: BE, 5D and 46. RGB value is (190,93,70). Sum of RGB (Red+Green+Blue) = 190+93+70=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D46 is #41A2B9. Grayscale: #777777. Windows color (decimal): -4301498 or 4611518. OLE color: 4611518.
HSL color Cylindrical-coordinate representation of color #BE5D46: hue angle of 11.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE5D46 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 70 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.25 |
| HSL | 11.5º | 0.48% | 0.51% | - |
| HSV(B) | 11.5º | 0.63% | 0.75% | - |
| XYZ | 26.26 | 19.22 | 8.12 | - |
| YUV | 119.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 70 | 0 | 0.51 | 0.63 | 0.25 | 11.5 | 0.48 | 0.51 |
| Hex | BE | 5D | 46 | 0 | 33 | 3F | 19 | C | 30 | 33 |
| Octal | 276 | 135 | 106 | 0 | 63 | 77 | 31 | 14 | 60 | 63 |
| Binary | 10111110 | 1011101 | 1000110 | 0 | 110011 | 111111 | 11001 | 1100 | 110000 | 110011 |
Color Harmonies of #BE5D46
Complementary color
Monochromatic Colors of #BE5D46
Black with #BE5D46
Text Example
Text Example
White with #BE5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D46; }
p { color: rgb(190,93,70); }
H1.HeaderClassName
{
color: #BE5D46;
}
.AnyTagClassName
{
color: #BE5D46;
}
</style>
background-color css
<style>
a { background-color: #BE5D46; }
a { background-color: rgb(190,93,70); }
div.DivClassName
{
background-color: #BE5D46;
}
.BgClassName
{
background-color: #BE5D46;
}
</style>
border-color css
<style>
span { border-color: #BE5D46; }
span { border-color: rgb(190,93,70); }
td.TdClassName
{
border-color: #BE5D46;
}
.TagClassName
{
border-color: #BE5D46;
}
</style>