Shades of Flame Pea #BE654F
Tints of Flame Pea #BE654F
RGB
CMYK
RGB Variations
Color information
#BE654F (or 0xBE654F) is known color: Flame Pea. HEX triplet: BE, 65 and 4F. RGB value is (190,101,79). Sum of RGB (Red+Green+Blue) = 190+101+79=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE654F is #419AB0. Grayscale: #7D7D7D. Windows color (decimal): -4299441 or 5203390. OLE color: 5203390.
HSL color Cylindrical-coordinate representation of color #BE654F: hue angle of 11.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE654F is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 79 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.25 |
| HSL | 11.89º | 0.46% | 0.53% | - |
| HSV(B) | 11.89º | 0.58% | 0.75% | - |
| XYZ | 27.3 | 20.82 | 9.98 | - |
| YUV | 125.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 79 | 0 | 0.47 | 0.58 | 0.25 | 11.89 | 0.46 | 0.53 |
| Hex | BE | 65 | 4F | 0 | 2F | 3A | 19 | C | 2E | 35 |
| Octal | 276 | 145 | 117 | 0 | 57 | 72 | 31 | 14 | 56 | 65 |
| Binary | 10111110 | 1100101 | 1001111 | 0 | 101111 | 111010 | 11001 | 1100 | 101110 | 110101 |
Color Harmonies of #BE654F
Complementary color
Monochromatic Colors of #BE654F
Black with #BE654F
Text Example
Text Example
White with #BE654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE654F; }
p { color: rgb(190,101,79); }
H1.HeaderClassName
{
color: #BE654F;
}
.AnyTagClassName
{
color: #BE654F;
}
</style>
background-color css
<style>
a { background-color: #BE654F; }
a { background-color: rgb(190,101,79); }
div.DivClassName
{
background-color: #BE654F;
}
.BgClassName
{
background-color: #BE654F;
}
</style>
border-color css
<style>
span { border-color: #BE654F; }
span { border-color: rgb(190,101,79); }
td.TdClassName
{
border-color: #BE654F;
}
.TagClassName
{
border-color: #BE654F;
}
</style>