Shades of Flame Pea #BE664E
Tints of Flame Pea #BE664E
RGB
CMYK
RGB Variations
Color information
#BE664E (or 0xBE664E) is known color: Flame Pea. HEX triplet: BE, 66 and 4E. RGB value is (190,102,78). Sum of RGB (Red+Green+Blue) = 190+102+78=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE664E is #4199B1. Grayscale: #7D7D7D. Windows color (decimal): -4299186 or 5138110. OLE color: 5138110.
HSL color Cylindrical-coordinate representation of color #BE664E: hue angle of 12.86º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE664E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 78 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.25 |
| HSL | 12.86º | 0.46% | 0.53% | - |
| HSV(B) | 12.86º | 0.59% | 0.75% | - |
| XYZ | 27.36 | 21 | 9.82 | - |
| YUV | 125.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 78 | 0 | 0.46 | 0.59 | 0.25 | 12.86 | 0.46 | 0.53 |
| Hex | BE | 66 | 4E | 0 | 2E | 3B | 19 | D | 2E | 35 |
| Octal | 276 | 146 | 116 | 0 | 56 | 73 | 31 | 15 | 56 | 65 |
| Binary | 10111110 | 1100110 | 1001110 | 0 | 101110 | 111011 | 11001 | 1101 | 101110 | 110101 |
Color Harmonies of #BE664E
Complementary color
Monochromatic Colors of #BE664E
Black with #BE664E
Text Example
Text Example
White with #BE664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE664E; }
p { color: rgb(190,102,78); }
H1.HeaderClassName
{
color: #BE664E;
}
.AnyTagClassName
{
color: #BE664E;
}
</style>
background-color css
<style>
a { background-color: #BE664E; }
a { background-color: rgb(190,102,78); }
div.DivClassName
{
background-color: #BE664E;
}
.BgClassName
{
background-color: #BE664E;
}
</style>
border-color css
<style>
span { border-color: #BE664E; }
span { border-color: rgb(190,102,78); }
td.TdClassName
{
border-color: #BE664E;
}
.TagClassName
{
border-color: #BE664E;
}
</style>