Shades of Flame Pea #BE5D4D
Tints of Flame Pea #BE5D4D
RGB
CMYK
RGB Variations
Color information
#BE5D4D (or 0xBE5D4D) is known color: Flame Pea. HEX triplet: BE, 5D and 4D. RGB value is (190,93,77). Sum of RGB (Red+Green+Blue) = 190+93+77=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D4D is #41A2B2. Grayscale: #787878. Windows color (decimal): -4301491 or 5070270. OLE color: 5070270.
HSL color Cylindrical-coordinate representation of color #BE5D4D: hue angle of 8.5º 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 #BE5D4D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 77 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.25 |
| HSL | 8.5º | 0.47% | 0.52% | - |
| HSV(B) | 8.5º | 0.59% | 0.75% | - |
| XYZ | 26.49 | 19.31 | 9.35 | - |
| YUV | 120.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 77 | 0 | 0.51 | 0.59 | 0.25 | 8.5 | 0.47 | 0.52 |
| Hex | BE | 5D | 4D | 0 | 33 | 3B | 19 | 8 | 2F | 34 |
| Octal | 276 | 135 | 115 | 0 | 63 | 73 | 31 | 10 | 57 | 64 |
| Binary | 10111110 | 1011101 | 1001101 | 0 | 110011 | 111011 | 11001 | 1000 | 101111 | 110100 |
Color Harmonies of #BE5D4D
Complementary color
Monochromatic Colors of #BE5D4D
Black with #BE5D4D
Text Example
Text Example
White with #BE5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D4D; }
p { color: rgb(190,93,77); }
H1.HeaderClassName
{
color: #BE5D4D;
}
.AnyTagClassName
{
color: #BE5D4D;
}
</style>
background-color css
<style>
a { background-color: #BE5D4D; }
a { background-color: rgb(190,93,77); }
div.DivClassName
{
background-color: #BE5D4D;
}
.BgClassName
{
background-color: #BE5D4D;
}
</style>
border-color css
<style>
span { border-color: #BE5D4D; }
span { border-color: rgb(190,93,77); }
td.TdClassName
{
border-color: #BE5D4D;
}
.TagClassName
{
border-color: #BE5D4D;
}
</style>