Shades of Flame Pea #BE5E4C
Tints of Flame Pea #BE5E4C
RGB
CMYK
RGB Variations
Color information
#BE5E4C (or 0xBE5E4C) is known color: Flame Pea. HEX triplet: BE, 5E and 4C. RGB value is (190,94,76). Sum of RGB (Red+Green+Blue) = 190+94+76=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E4C is #41A1B3. Grayscale: #787878. Windows color (decimal): -4301236 or 5004990. OLE color: 5004990.
HSL color Cylindrical-coordinate representation of color #BE5E4C: hue angle of 9.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE5E4C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 76 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.25 |
| HSL | 9.47º | 0.47% | 0.52% | - |
| HSV(B) | 9.47º | 0.6% | 0.75% | - |
| XYZ | 26.54 | 19.47 | 9.2 | - |
| YUV | 120.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 76 | 0 | 0.51 | 0.60 | 0.25 | 9.47 | 0.47 | 0.52 |
| Hex | BE | 5E | 4C | 0 | 33 | 3C | 19 | 9 | 2F | 34 |
| Octal | 276 | 136 | 114 | 0 | 63 | 74 | 31 | 11 | 57 | 64 |
| Binary | 10111110 | 1011110 | 1001100 | 0 | 110011 | 111100 | 11001 | 1001 | 101111 | 110100 |
Color Harmonies of #BE5E4C
Complementary color
Monochromatic Colors of #BE5E4C
Black with #BE5E4C
Text Example
Text Example
White with #BE5E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E4C; }
p { color: rgb(190,94,76); }
H1.HeaderClassName
{
color: #BE5E4C;
}
.AnyTagClassName
{
color: #BE5E4C;
}
</style>
background-color css
<style>
a { background-color: #BE5E4C; }
a { background-color: rgb(190,94,76); }
div.DivClassName
{
background-color: #BE5E4C;
}
.BgClassName
{
background-color: #BE5E4C;
}
</style>
border-color css
<style>
span { border-color: #BE5E4C; }
span { border-color: rgb(190,94,76); }
td.TdClassName
{
border-color: #BE5E4C;
}
.TagClassName
{
border-color: #BE5E4C;
}
</style>