Shades of Flame Pea #BE5A3E
Tints of Flame Pea #BE5A3E
RGB
CMYK
RGB Variations
Color information
#BE5A3E (or 0xBE5A3E) is known color: Flame Pea. HEX triplet: BE, 5A and 3E. RGB value is (190,90,62). Sum of RGB (Red+Green+Blue) = 190+90+62=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A3E is #41A5C1. Grayscale: #747474. Windows color (decimal): -4302274 or 4086462. OLE color: 4086462.
HSL color Cylindrical-coordinate representation of color #BE5A3E: hue angle of 13.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE5A3E is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 62 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.25 |
| HSL | 13.13º | 0.51% | 0.49% | - |
| HSV(B) | 13.13º | 0.67% | 0.75% | - |
| XYZ | 25.76 | 18.61 | 6.79 | - |
| YUV | 116.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 62 | 0 | 0.53 | 0.67 | 0.25 | 13.13 | 0.51 | 0.49 |
| Hex | BE | 5A | 3E | 0 | 35 | 43 | 19 | D | 33 | 31 |
| Octal | 276 | 132 | 76 | 0 | 65 | 103 | 31 | 15 | 63 | 61 |
| Binary | 10111110 | 1011010 | 111110 | 0 | 110101 | 1000011 | 11001 | 1101 | 110011 | 110001 |
Color Harmonies of #BE5A3E
Complementary color
Monochromatic Colors of #BE5A3E
Black with #BE5A3E
Text Example
Text Example
White with #BE5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A3E; }
p { color: rgb(190,90,62); }
H1.HeaderClassName
{
color: #BE5A3E;
}
.AnyTagClassName
{
color: #BE5A3E;
}
</style>
background-color css
<style>
a { background-color: #BE5A3E; }
a { background-color: rgb(190,90,62); }
div.DivClassName
{
background-color: #BE5A3E;
}
.BgClassName
{
background-color: #BE5A3E;
}
</style>
border-color css
<style>
span { border-color: #BE5A3E; }
span { border-color: rgb(190,90,62); }
td.TdClassName
{
border-color: #BE5A3E;
}
.TagClassName
{
border-color: #BE5A3E;
}
</style>