Shades of Flame Pea #BE5C4D
Tints of Flame Pea #BE5C4D
RGB
CMYK
RGB Variations
Color information
#BE5C4D (or 0xBE5C4D) is known color: Flame Pea. HEX triplet: BE, 5C and 4D. RGB value is (190,92,77). Sum of RGB (Red+Green+Blue) = 190+92+77=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C4D is #41A3B2. Grayscale: #777777. Windows color (decimal): -4301747 or 5070014. OLE color: 5070014.
HSL color Cylindrical-coordinate representation of color #BE5C4D: hue angle of 7.96º 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 #BE5C4D is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 77 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.25 |
| HSL | 7.96º | 0.47% | 0.52% | - |
| HSV(B) | 7.96º | 0.59% | 0.75% | - |
| XYZ | 26.4 | 19.14 | 9.32 | - |
| YUV | 119.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 77 | 0 | 0.52 | 0.59 | 0.25 | 7.96 | 0.47 | 0.52 |
| Hex | BE | 5C | 4D | 0 | 34 | 3B | 19 | 8 | 2F | 34 |
| Octal | 276 | 134 | 115 | 0 | 64 | 73 | 31 | 10 | 57 | 64 |
| Binary | 10111110 | 1011100 | 1001101 | 0 | 110100 | 111011 | 11001 | 1000 | 101111 | 110100 |
Color Harmonies of #BE5C4D
Complementary color
Monochromatic Colors of #BE5C4D
Black with #BE5C4D
Text Example
Text Example
White with #BE5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C4D; }
p { color: rgb(190,92,77); }
H1.HeaderClassName
{
color: #BE5C4D;
}
.AnyTagClassName
{
color: #BE5C4D;
}
</style>
background-color css
<style>
a { background-color: #BE5C4D; }
a { background-color: rgb(190,92,77); }
div.DivClassName
{
background-color: #BE5C4D;
}
.BgClassName
{
background-color: #BE5C4D;
}
</style>
border-color css
<style>
span { border-color: #BE5C4D; }
span { border-color: rgb(190,92,77); }
td.TdClassName
{
border-color: #BE5C4D;
}
.TagClassName
{
border-color: #BE5C4D;
}
</style>