Shades of Flame Pea #BE5D3E
Tints of Flame Pea #BE5D3E
RGB
CMYK
RGB Variations
Color information
#BE5D3E (or 0xBE5D3E) is known color: Flame Pea. HEX triplet: BE, 5D and 3E. RGB value is (190,93,62). Sum of RGB (Red+Green+Blue) = 190+93+62=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5D3E is #41A2C1. Grayscale: #767676. Windows color (decimal): -4301506 or 4087230. OLE color: 4087230.
HSL color Cylindrical-coordinate representation of color #BE5D3E: hue angle of 14.53º 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 #BE5D3E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 62 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.25 |
| HSL | 14.53º | 0.51% | 0.49% | - |
| HSV(B) | 14.53º | 0.67% | 0.75% | - |
| XYZ | 26.02 | 19.12 | 6.88 | - |
| YUV | 118.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 62 | 0 | 0.51 | 0.67 | 0.25 | 14.53 | 0.51 | 0.49 |
| Hex | BE | 5D | 3E | 0 | 33 | 43 | 19 | F | 33 | 31 |
| Octal | 276 | 135 | 76 | 0 | 63 | 103 | 31 | 17 | 63 | 61 |
| Binary | 10111110 | 1011101 | 111110 | 0 | 110011 | 1000011 | 11001 | 1111 | 110011 | 110001 |
Color Harmonies of #BE5D3E
Complementary color
Monochromatic Colors of #BE5D3E
Black with #BE5D3E
Text Example
Text Example
White with #BE5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D3E; }
p { color: rgb(190,93,62); }
H1.HeaderClassName
{
color: #BE5D3E;
}
.AnyTagClassName
{
color: #BE5D3E;
}
</style>
background-color css
<style>
a { background-color: #BE5D3E; }
a { background-color: rgb(190,93,62); }
div.DivClassName
{
background-color: #BE5D3E;
}
.BgClassName
{
background-color: #BE5D3E;
}
</style>
border-color css
<style>
span { border-color: #BE5D3E; }
span { border-color: rgb(190,93,62); }
td.TdClassName
{
border-color: #BE5D3E;
}
.TagClassName
{
border-color: #BE5D3E;
}
</style>