Shades of Flame Pea #BE6144
Tints of Flame Pea #BE6144
RGB
CMYK
RGB Variations
Color information
#BE6144 (or 0xBE6144) is known color: Flame Pea. HEX triplet: BE, 61 and 44. RGB value is (190,97,68). Sum of RGB (Red+Green+Blue) = 190+97+68=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6144 is #419EBB. Grayscale: #797979. Windows color (decimal): -4300476 or 4481470. OLE color: 4481470.
HSL color Cylindrical-coordinate representation of color #BE6144: hue angle of 14.26º 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 #BE6144 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 68 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.25 |
| HSL | 14.26º | 0.48% | 0.51% | - |
| HSV(B) | 14.26º | 0.64% | 0.75% | - |
| XYZ | 26.55 | 19.91 | 7.91 | - |
| YUV | 121.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 68 | 0 | 0.49 | 0.64 | 0.25 | 14.26 | 0.48 | 0.51 |
| Hex | BE | 61 | 44 | 0 | 31 | 40 | 19 | E | 30 | 33 |
| Octal | 276 | 141 | 104 | 0 | 61 | 100 | 31 | 16 | 60 | 63 |
| Binary | 10111110 | 1100001 | 1000100 | 0 | 110001 | 1000000 | 11001 | 1110 | 110000 | 110011 |
Color Harmonies of #BE6144
Complementary color
Monochromatic Colors of #BE6144
Black with #BE6144
Text Example
Text Example
White with #BE6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6144; }
p { color: rgb(190,97,68); }
H1.HeaderClassName
{
color: #BE6144;
}
.AnyTagClassName
{
color: #BE6144;
}
</style>
background-color css
<style>
a { background-color: #BE6144; }
a { background-color: rgb(190,97,68); }
div.DivClassName
{
background-color: #BE6144;
}
.BgClassName
{
background-color: #BE6144;
}
</style>
border-color css
<style>
span { border-color: #BE6144; }
span { border-color: rgb(190,97,68); }
td.TdClassName
{
border-color: #BE6144;
}
.TagClassName
{
border-color: #BE6144;
}
</style>