Shades of Flame Pea #BE684D
Tints of Flame Pea #BE684D
RGB
CMYK
RGB Variations
Color information
#BE684D (or 0xBE684D) is known color: Flame Pea. HEX triplet: BE, 68 and 4D. RGB value is (190,104,77). Sum of RGB (Red+Green+Blue) = 190+104+77=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE684D is #4197B2. Grayscale: #7E7E7E. Windows color (decimal): -4298675 or 5073086. OLE color: 5073086.
HSL color Cylindrical-coordinate representation of color #BE684D: hue angle of 14.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE684D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 77 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.25 |
| HSL | 14.34º | 0.47% | 0.52% | - |
| HSV(B) | 14.34º | 0.59% | 0.75% | - |
| XYZ | 27.53 | 21.38 | 9.7 | - |
| YUV | 126.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 77 | 0 | 0.45 | 0.59 | 0.25 | 14.34 | 0.47 | 0.52 |
| Hex | BE | 68 | 4D | 0 | 2D | 3B | 19 | E | 2F | 34 |
| Octal | 276 | 150 | 115 | 0 | 55 | 73 | 31 | 16 | 57 | 64 |
| Binary | 10111110 | 1101000 | 1001101 | 0 | 101101 | 111011 | 11001 | 1110 | 101111 | 110100 |
Color Harmonies of #BE684D
Complementary color
Monochromatic Colors of #BE684D
Black with #BE684D
Text Example
Text Example
White with #BE684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE684D; }
p { color: rgb(190,104,77); }
H1.HeaderClassName
{
color: #BE684D;
}
.AnyTagClassName
{
color: #BE684D;
}
</style>
background-color css
<style>
a { background-color: #BE684D; }
a { background-color: rgb(190,104,77); }
div.DivClassName
{
background-color: #BE684D;
}
.BgClassName
{
background-color: #BE684D;
}
</style>
border-color css
<style>
span { border-color: #BE684D; }
span { border-color: rgb(190,104,77); }
td.TdClassName
{
border-color: #BE684D;
}
.TagClassName
{
border-color: #BE684D;
}
</style>