Shades of Flame Pea #BE624D
Tints of Flame Pea #BE624D
RGB
CMYK
RGB Variations
Color information
#BE624D (or 0xBE624D) is known color: Flame Pea. HEX triplet: BE, 62 and 4D. RGB value is (190,98,77). Sum of RGB (Red+Green+Blue) = 190+98+77=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE624D is #419DB2. Grayscale: #7B7B7B. Windows color (decimal): -4300211 or 5071550. OLE color: 5071550.
HSL color Cylindrical-coordinate representation of color #BE624D: hue angle of 11.15º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE624D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 77 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.25 |
| HSL | 11.15º | 0.47% | 0.52% | - |
| HSV(B) | 11.15º | 0.59% | 0.75% | - |
| XYZ | 26.94 | 20.22 | 9.5 | - |
| YUV | 123.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 77 | 0 | 0.48 | 0.59 | 0.25 | 11.15 | 0.47 | 0.52 |
| Hex | BE | 62 | 4D | 0 | 30 | 3B | 19 | B | 2F | 34 |
| Octal | 276 | 142 | 115 | 0 | 60 | 73 | 31 | 13 | 57 | 64 |
| Binary | 10111110 | 1100010 | 1001101 | 0 | 110000 | 111011 | 11001 | 1011 | 101111 | 110100 |
Color Harmonies of #BE624D
Complementary color
Monochromatic Colors of #BE624D
Black with #BE624D
Text Example
Text Example
White with #BE624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE624D; }
p { color: rgb(190,98,77); }
H1.HeaderClassName
{
color: #BE624D;
}
.AnyTagClassName
{
color: #BE624D;
}
</style>
background-color css
<style>
a { background-color: #BE624D; }
a { background-color: rgb(190,98,77); }
div.DivClassName
{
background-color: #BE624D;
}
.BgClassName
{
background-color: #BE624D;
}
</style>
border-color css
<style>
span { border-color: #BE624D; }
span { border-color: rgb(190,98,77); }
td.TdClassName
{
border-color: #BE624D;
}
.TagClassName
{
border-color: #BE624D;
}
</style>