Shades of Flame Pea #BE583F
Tints of Flame Pea #BE583F
RGB
CMYK
RGB Variations
Color information
#BE583F (or 0xBE583F) is known color: Flame Pea. HEX triplet: BE, 58 and 3F. RGB value is (190,88,63). Sum of RGB (Red+Green+Blue) = 190+88+63=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE583F is #41A7C0. Grayscale: #737373. Windows color (decimal): -4302785 or 4151486. OLE color: 4151486.
HSL color Cylindrical-coordinate representation of color #BE583F: hue angle of 11.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE583F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 63 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.25 |
| HSL | 11.81º | 0.5% | 0.5% | - |
| HSV(B) | 11.81º | 0.67% | 0.75% | - |
| XYZ | 25.62 | 18.29 | 6.88 | - |
| YUV | 115.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 63 | 0 | 0.54 | 0.67 | 0.25 | 11.81 | 0.5 | 0.5 |
| Hex | BE | 58 | 3F | 0 | 36 | 43 | 19 | C | 32 | 32 |
| Octal | 276 | 130 | 77 | 0 | 66 | 103 | 31 | 14 | 62 | 62 |
| Binary | 10111110 | 1011000 | 111111 | 0 | 110110 | 1000011 | 11001 | 1100 | 110010 | 110010 |
Color Harmonies of #BE583F
Complementary color
Monochromatic Colors of #BE583F
Black with #BE583F
Text Example
Text Example
White with #BE583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE583F; }
p { color: rgb(190,88,63); }
H1.HeaderClassName
{
color: #BE583F;
}
.AnyTagClassName
{
color: #BE583F;
}
</style>
background-color css
<style>
a { background-color: #BE583F; }
a { background-color: rgb(190,88,63); }
div.DivClassName
{
background-color: #BE583F;
}
.BgClassName
{
background-color: #BE583F;
}
</style>
border-color css
<style>
span { border-color: #BE583F; }
span { border-color: rgb(190,88,63); }
td.TdClassName
{
border-color: #BE583F;
}
.TagClassName
{
border-color: #BE583F;
}
</style>