Shades of Flame Pea #BE5D4A
Tints of Flame Pea #BE5D4A
RGB
CMYK
RGB Variations
Color information
#BE5D4A (or 0xBE5D4A) is known color: Flame Pea. HEX triplet: BE, 5D and 4A. RGB value is (190,93,74). Sum of RGB (Red+Green+Blue) = 190+93+74=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D4A is #41A2B5. Grayscale: #787878. Windows color (decimal): -4301494 or 4873662. OLE color: 4873662.
HSL color Cylindrical-coordinate representation of color #BE5D4A: hue angle of 9.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5D4A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 74 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.25 |
| HSL | 9.83º | 0.47% | 0.52% | - |
| HSV(B) | 9.83º | 0.61% | 0.75% | - |
| XYZ | 26.39 | 19.27 | 8.81 | - |
| YUV | 119.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 74 | 0 | 0.51 | 0.61 | 0.25 | 9.83 | 0.47 | 0.52 |
| Hex | BE | 5D | 4A | 0 | 33 | 3D | 19 | A | 2F | 34 |
| Octal | 276 | 135 | 112 | 0 | 63 | 75 | 31 | 12 | 57 | 64 |
| Binary | 10111110 | 1011101 | 1001010 | 0 | 110011 | 111101 | 11001 | 1010 | 101111 | 110100 |
Color Harmonies of #BE5D4A
Complementary color
Monochromatic Colors of #BE5D4A
Black with #BE5D4A
Text Example
Text Example
White with #BE5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D4A; }
p { color: rgb(190,93,74); }
H1.HeaderClassName
{
color: #BE5D4A;
}
.AnyTagClassName
{
color: #BE5D4A;
}
</style>
background-color css
<style>
a { background-color: #BE5D4A; }
a { background-color: rgb(190,93,74); }
div.DivClassName
{
background-color: #BE5D4A;
}
.BgClassName
{
background-color: #BE5D4A;
}
</style>
border-color css
<style>
span { border-color: #BE5D4A; }
span { border-color: rgb(190,93,74); }
td.TdClassName
{
border-color: #BE5D4A;
}
.TagClassName
{
border-color: #BE5D4A;
}
</style>