Shades of Flame Pea #BE5E49
Tints of Flame Pea #BE5E49
RGB
CMYK
RGB Variations
Color information
#BE5E49 (or 0xBE5E49) is known color: Flame Pea. HEX triplet: BE, 5E and 49. RGB value is (190,94,73). Sum of RGB (Red+Green+Blue) = 190+94+73=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E49 is #41A1B6. Grayscale: #787878. Windows color (decimal): -4301239 or 4808382. OLE color: 4808382.
HSL color Cylindrical-coordinate representation of color #BE5E49: hue angle of 10.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5E49 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 73 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.25 |
| HSL | 10.77º | 0.47% | 0.52% | - |
| HSV(B) | 10.77º | 0.62% | 0.75% | - |
| XYZ | 26.44 | 19.43 | 8.66 | - |
| YUV | 120.31 | 101.3 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 73 | 0 | 0.51 | 0.62 | 0.25 | 10.77 | 0.47 | 0.52 |
| Hex | BE | 5E | 49 | 0 | 33 | 3E | 19 | B | 2F | 34 |
| Octal | 276 | 136 | 111 | 0 | 63 | 76 | 31 | 13 | 57 | 64 |
| Binary | 10111110 | 1011110 | 1001001 | 0 | 110011 | 111110 | 11001 | 1011 | 101111 | 110100 |
Color Harmonies of #BE5E49
Complementary color
Monochromatic Colors of #BE5E49
Black with #BE5E49
Text Example
Text Example
White with #BE5E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E49; }
p { color: rgb(190,94,73); }
H1.HeaderClassName
{
color: #BE5E49;
}
.AnyTagClassName
{
color: #BE5E49;
}
</style>
background-color css
<style>
a { background-color: #BE5E49; }
a { background-color: rgb(190,94,73); }
div.DivClassName
{
background-color: #BE5E49;
}
.BgClassName
{
background-color: #BE5E49;
}
</style>
border-color css
<style>
span { border-color: #BE5E49; }
span { border-color: rgb(190,94,73); }
td.TdClassName
{
border-color: #BE5E49;
}
.TagClassName
{
border-color: #BE5E49;
}
</style>