Shades of Flame Pea #BE593D
Tints of Flame Pea #BE593D
RGB
CMYK
RGB Variations
Color information
#BE593D (or 0xBE593D) is known color: Flame Pea. HEX triplet: BE, 59 and 3D. RGB value is (190,89,61). Sum of RGB (Red+Green+Blue) = 190+89+61=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE593D is #41A6C2. Grayscale: #747474. Windows color (decimal): -4302531 or 4020670. OLE color: 4020670.
HSL color Cylindrical-coordinate representation of color #BE593D: hue angle of 13.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE593D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 61 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.25 |
| HSL | 13.02º | 0.51% | 0.49% | - |
| HSV(B) | 13.02º | 0.68% | 0.75% | - |
| XYZ | 25.65 | 18.43 | 6.62 | - |
| YUV | 116.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 61 | 0 | 0.53 | 0.68 | 0.25 | 13.02 | 0.51 | 0.49 |
| Hex | BE | 59 | 3D | 0 | 35 | 44 | 19 | D | 33 | 31 |
| Octal | 276 | 131 | 75 | 0 | 65 | 104 | 31 | 15 | 63 | 61 |
| Binary | 10111110 | 1011001 | 111101 | 0 | 110101 | 1000100 | 11001 | 1101 | 110011 | 110001 |
Color Harmonies of #BE593D
Complementary color
Monochromatic Colors of #BE593D
Black with #BE593D
Text Example
Text Example
White with #BE593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE593D; }
p { color: rgb(190,89,61); }
H1.HeaderClassName
{
color: #BE593D;
}
.AnyTagClassName
{
color: #BE593D;
}
</style>
background-color css
<style>
a { background-color: #BE593D; }
a { background-color: rgb(190,89,61); }
div.DivClassName
{
background-color: #BE593D;
}
.BgClassName
{
background-color: #BE593D;
}
</style>
border-color css
<style>
span { border-color: #BE593D; }
span { border-color: rgb(190,89,61); }
td.TdClassName
{
border-color: #BE593D;
}
.TagClassName
{
border-color: #BE593D;
}
</style>