Shades of Flame Pea #BE6041
Tints of Flame Pea #BE6041
RGB
CMYK
RGB Variations
Color information
#BE6041 (or 0xBE6041) is known color: Flame Pea. HEX triplet: BE, 60 and 41. RGB value is (190,96,65). Sum of RGB (Red+Green+Blue) = 190+96+65=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6041 is #419FBE. Grayscale: #787878. Windows color (decimal): -4300735 or 4284606. OLE color: 4284606.
HSL color Cylindrical-coordinate representation of color #BE6041: hue angle of 14.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE6041 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 65 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.25 |
| HSL | 14.88º | 0.49% | 0.5% | - |
| HSV(B) | 14.88º | 0.66% | 0.75% | - |
| XYZ | 26.37 | 19.69 | 7.41 | - |
| YUV | 120.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 65 | 0 | 0.49 | 0.66 | 0.25 | 14.88 | 0.49 | 0.5 |
| Hex | BE | 60 | 41 | 0 | 31 | 42 | 19 | F | 31 | 32 |
| Octal | 276 | 140 | 101 | 0 | 61 | 102 | 31 | 17 | 61 | 62 |
| Binary | 10111110 | 1100000 | 1000001 | 0 | 110001 | 1000010 | 11001 | 1111 | 110001 | 110010 |
Color Harmonies of #BE6041
Complementary color
Monochromatic Colors of #BE6041
Black with #BE6041
Text Example
Text Example
White with #BE6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6041; }
p { color: rgb(190,96,65); }
H1.HeaderClassName
{
color: #BE6041;
}
.AnyTagClassName
{
color: #BE6041;
}
</style>
background-color css
<style>
a { background-color: #BE6041; }
a { background-color: rgb(190,96,65); }
div.DivClassName
{
background-color: #BE6041;
}
.BgClassName
{
background-color: #BE6041;
}
</style>
border-color css
<style>
span { border-color: #BE6041; }
span { border-color: rgb(190,96,65); }
td.TdClassName
{
border-color: #BE6041;
}
.TagClassName
{
border-color: #BE6041;
}
</style>