Shades of Flame Pea #BE5544
Tints of Flame Pea #BE5544
RGB
CMYK
RGB Variations
Color information
#BE5544 (or 0xBE5544) is known color: Flame Pea. HEX triplet: BE, 55 and 44. RGB value is (190,85,68). Sum of RGB (Red+Green+Blue) = 190+85+68=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5544 is #41AABB. Grayscale: #727272. Windows color (decimal): -4303548 or 4478398. OLE color: 4478398.
HSL color Cylindrical-coordinate representation of color #BE5544: hue angle of 8.36º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE5544 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 68 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.25 |
| HSL | 8.36º | 0.48% | 0.51% | - |
| HSV(B) | 8.36º | 0.64% | 0.75% | - |
| XYZ | 25.53 | 17.86 | 7.57 | - |
| YUV | 114.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 68 | 0 | 0.55 | 0.64 | 0.25 | 8.36 | 0.48 | 0.51 |
| Hex | BE | 55 | 44 | 0 | 37 | 40 | 19 | 8 | 30 | 33 |
| Octal | 276 | 125 | 104 | 0 | 67 | 100 | 31 | 10 | 60 | 63 |
| Binary | 10111110 | 1010101 | 1000100 | 0 | 110111 | 1000000 | 11001 | 1000 | 110000 | 110011 |
Color Harmonies of #BE5544
Complementary color
Monochromatic Colors of #BE5544
Black with #BE5544
Text Example
Text Example
White with #BE5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5544; }
p { color: rgb(190,85,68); }
H1.HeaderClassName
{
color: #BE5544;
}
.AnyTagClassName
{
color: #BE5544;
}
</style>
background-color css
<style>
a { background-color: #BE5544; }
a { background-color: rgb(190,85,68); }
div.DivClassName
{
background-color: #BE5544;
}
.BgClassName
{
background-color: #BE5544;
}
</style>
border-color css
<style>
span { border-color: #BE5544; }
span { border-color: rgb(190,85,68); }
td.TdClassName
{
border-color: #BE5544;
}
.TagClassName
{
border-color: #BE5544;
}
</style>