Shades of Flame Pea #BE6344
Tints of Flame Pea #BE6344
RGB
CMYK
RGB Variations
Color information
#BE6344 (or 0xBE6344) is known color: Flame Pea. HEX triplet: BE, 63 and 44. RGB value is (190,99,68). Sum of RGB (Red+Green+Blue) = 190+99+68=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6344 is #419CBB. Grayscale: #7A7A7A. Windows color (decimal): -4299964 or 4481982. OLE color: 4481982.
HSL color Cylindrical-coordinate representation of color #BE6344: hue angle of 15.25º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE6344 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 68 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.25 |
| HSL | 15.25º | 0.48% | 0.51% | - |
| HSV(B) | 15.25º | 0.64% | 0.75% | - |
| XYZ | 26.74 | 20.29 | 7.98 | - |
| YUV | 122.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 68 | 0 | 0.48 | 0.64 | 0.25 | 15.25 | 0.48 | 0.51 |
| Hex | BE | 63 | 44 | 0 | 30 | 40 | 19 | F | 30 | 33 |
| Octal | 276 | 143 | 104 | 0 | 60 | 100 | 31 | 17 | 60 | 63 |
| Binary | 10111110 | 1100011 | 1000100 | 0 | 110000 | 1000000 | 11001 | 1111 | 110000 | 110011 |
Color Harmonies of #BE6344
Complementary color
Monochromatic Colors of #BE6344
Black with #BE6344
Text Example
Text Example
White with #BE6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6344; }
p { color: rgb(190,99,68); }
H1.HeaderClassName
{
color: #BE6344;
}
.AnyTagClassName
{
color: #BE6344;
}
</style>
background-color css
<style>
a { background-color: #BE6344; }
a { background-color: rgb(190,99,68); }
div.DivClassName
{
background-color: #BE6344;
}
.BgClassName
{
background-color: #BE6344;
}
</style>
border-color css
<style>
span { border-color: #BE6344; }
span { border-color: rgb(190,99,68); }
td.TdClassName
{
border-color: #BE6344;
}
.TagClassName
{
border-color: #BE6344;
}
</style>