Shades of Flame Pea #BE684C
Tints of Flame Pea #BE684C
RGB
CMYK
RGB Variations
Color information
#BE684C (or 0xBE684C) is known color: Flame Pea. HEX triplet: BE, 68 and 4C. RGB value is (190,104,76). Sum of RGB (Red+Green+Blue) = 190+104+76=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE684C is #4197B3. Grayscale: #7E7E7E. Windows color (decimal): -4298676 or 5007550. OLE color: 5007550.
HSL color Cylindrical-coordinate representation of color #BE684C: hue angle of 14.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE684C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 76 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.25 |
| HSL | 14.74º | 0.47% | 0.52% | - |
| HSV(B) | 14.74º | 0.6% | 0.75% | - |
| XYZ | 27.49 | 21.37 | 9.51 | - |
| YUV | 126.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 76 | 0 | 0.45 | 0.60 | 0.25 | 14.74 | 0.47 | 0.52 |
| Hex | BE | 68 | 4C | 0 | 2D | 3C | 19 | F | 2F | 34 |
| Octal | 276 | 150 | 114 | 0 | 55 | 74 | 31 | 17 | 57 | 64 |
| Binary | 10111110 | 1101000 | 1001100 | 0 | 101101 | 111100 | 11001 | 1111 | 101111 | 110100 |
Color Harmonies of #BE684C
Complementary color
Monochromatic Colors of #BE684C
Black with #BE684C
Text Example
Text Example
White with #BE684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE684C; }
p { color: rgb(190,104,76); }
H1.HeaderClassName
{
color: #BE684C;
}
.AnyTagClassName
{
color: #BE684C;
}
</style>
background-color css
<style>
a { background-color: #BE684C; }
a { background-color: rgb(190,104,76); }
div.DivClassName
{
background-color: #BE684C;
}
.BgClassName
{
background-color: #BE684C;
}
</style>
border-color css
<style>
span { border-color: #BE684C; }
span { border-color: rgb(190,104,76); }
td.TdClassName
{
border-color: #BE684C;
}
.TagClassName
{
border-color: #BE684C;
}
</style>