Shades of Flame Pea #BE5949
Tints of Flame Pea #BE5949
RGB
CMYK
RGB Variations
Color information
#BE5949 (or 0xBE5949) is known color: Flame Pea. HEX triplet: BE, 59 and 49. RGB value is (190,89,73). Sum of RGB (Red+Green+Blue) = 190+89+73=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5949 is #41A6B6. Grayscale: #757575. Windows color (decimal): -4302519 or 4807102. OLE color: 4807102.
HSL color Cylindrical-coordinate representation of color #BE5949: hue angle of 8.21º 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 #BE5949 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 73 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.25 |
| HSL | 8.21º | 0.47% | 0.52% | - |
| HSV(B) | 8.21º | 0.62% | 0.75% | - |
| XYZ | 26.01 | 18.57 | 8.52 | - |
| YUV | 117.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 73 | 0 | 0.53 | 0.62 | 0.25 | 8.21 | 0.47 | 0.52 |
| Hex | BE | 59 | 49 | 0 | 35 | 3E | 19 | 8 | 2F | 34 |
| Octal | 276 | 131 | 111 | 0 | 65 | 76 | 31 | 10 | 57 | 64 |
| Binary | 10111110 | 1011001 | 1001001 | 0 | 110101 | 111110 | 11001 | 1000 | 101111 | 110100 |
Color Harmonies of #BE5949
Complementary color
Monochromatic Colors of #BE5949
Black with #BE5949
Text Example
Text Example
White with #BE5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5949; }
p { color: rgb(190,89,73); }
H1.HeaderClassName
{
color: #BE5949;
}
.AnyTagClassName
{
color: #BE5949;
}
</style>
background-color css
<style>
a { background-color: #BE5949; }
a { background-color: rgb(190,89,73); }
div.DivClassName
{
background-color: #BE5949;
}
.BgClassName
{
background-color: #BE5949;
}
</style>
border-color css
<style>
span { border-color: #BE5949; }
span { border-color: rgb(190,89,73); }
td.TdClassName
{
border-color: #BE5949;
}
.TagClassName
{
border-color: #BE5949;
}
</style>