Shades of Flame Pea #BE5A4D
Tints of Flame Pea #BE5A4D
RGB
CMYK
RGB Variations
Color information
#BE5A4D (or 0xBE5A4D) is known color: Flame Pea. HEX triplet: BE, 5A and 4D. RGB value is (190,90,77). Sum of RGB (Red+Green+Blue) = 190+90+77=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A4D is #41A5B2. Grayscale: #767676. Windows color (decimal): -4302259 or 5069502. OLE color: 5069502.
HSL color Cylindrical-coordinate representation of color #BE5A4D: hue angle of 6.9º 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 #BE5A4D is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 77 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.25 |
| HSL | 6.9º | 0.47% | 0.52% | - |
| HSV(B) | 6.9º | 0.59% | 0.75% | - |
| XYZ | 26.23 | 18.8 | 9.27 | - |
| YUV | 118.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 77 | 0 | 0.53 | 0.59 | 0.25 | 6.9 | 0.47 | 0.52 |
| Hex | BE | 5A | 4D | 0 | 35 | 3B | 19 | 7 | 2F | 34 |
| Octal | 276 | 132 | 115 | 0 | 65 | 73 | 31 | 7 | 57 | 64 |
| Binary | 10111110 | 1011010 | 1001101 | 0 | 110101 | 111011 | 11001 | 111 | 101111 | 110100 |
Color Harmonies of #BE5A4D
Complementary color
Monochromatic Colors of #BE5A4D
Black with #BE5A4D
Text Example
Text Example
White with #BE5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A4D; }
p { color: rgb(190,90,77); }
H1.HeaderClassName
{
color: #BE5A4D;
}
.AnyTagClassName
{
color: #BE5A4D;
}
</style>
background-color css
<style>
a { background-color: #BE5A4D; }
a { background-color: rgb(190,90,77); }
div.DivClassName
{
background-color: #BE5A4D;
}
.BgClassName
{
background-color: #BE5A4D;
}
</style>
border-color css
<style>
span { border-color: #BE5A4D; }
span { border-color: rgb(190,90,77); }
td.TdClassName
{
border-color: #BE5A4D;
}
.TagClassName
{
border-color: #BE5A4D;
}
</style>