Shades of Flame Pea #BE5E42
Tints of Flame Pea #BE5E42
RGB
CMYK
RGB Variations
Color information
#BE5E42 (or 0xBE5E42) is known color: Flame Pea. HEX triplet: BE, 5E and 42. RGB value is (190,94,66). Sum of RGB (Red+Green+Blue) = 190+94+66=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E42 is #41A1BD. Grayscale: #777777. Windows color (decimal): -4301246 or 4349630. OLE color: 4349630.
HSL color Cylindrical-coordinate representation of color #BE5E42: hue angle of 13.55º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE5E42 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 66 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.25 |
| HSL | 13.55º | 0.49% | 0.5% | - |
| HSV(B) | 13.55º | 0.65% | 0.75% | - |
| XYZ | 26.22 | 19.35 | 7.51 | - |
| YUV | 119.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 66 | 0 | 0.51 | 0.65 | 0.25 | 13.55 | 0.49 | 0.5 |
| Hex | BE | 5E | 42 | 0 | 33 | 41 | 19 | E | 31 | 32 |
| Octal | 276 | 136 | 102 | 0 | 63 | 101 | 31 | 16 | 61 | 62 |
| Binary | 10111110 | 1011110 | 1000010 | 0 | 110011 | 1000001 | 11001 | 1110 | 110001 | 110010 |
Color Harmonies of #BE5E42
Complementary color
Monochromatic Colors of #BE5E42
Black with #BE5E42
Text Example
Text Example
White with #BE5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E42; }
p { color: rgb(190,94,66); }
H1.HeaderClassName
{
color: #BE5E42;
}
.AnyTagClassName
{
color: #BE5E42;
}
</style>
background-color css
<style>
a { background-color: #BE5E42; }
a { background-color: rgb(190,94,66); }
div.DivClassName
{
background-color: #BE5E42;
}
.BgClassName
{
background-color: #BE5E42;
}
</style>
border-color css
<style>
span { border-color: #BE5E42; }
span { border-color: rgb(190,94,66); }
td.TdClassName
{
border-color: #BE5E42;
}
.TagClassName
{
border-color: #BE5E42;
}
</style>