#BE5648

Color #BE5648 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BE5648

Tints of Flame Pea #BE5648

Color information

#BE5648 (or 0xBE5648) is unknown color: approx Flame Pea. HEX triplet: BE, 56 and 48. RGB value is (190,86,72). Sum of RGB (Red+Green+Blue) = 190+86+72=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5648 is #41A9B7. Grayscale: #737373. Windows color (decimal): -4303288 or 4740798. OLE color: 4740798.

HSL color Cylindrical-coordinate representation of color #BE5648: hue angle of 7.12º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5648 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1908672-
CMYK00.550.620.25
HSL7.12º47.58%51.37%-
HSV(B)7.12º62.11%74.51%-
XYZ25.7318.078.26-
YUV115.5103.46181.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=54.60%
G=24.71%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190867200.550.620.257.1247.5851.37
HexBE56480373E1973033
Octal276126110067763176063
Binary1011111010101101001000011011111111011001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5648; }

 p { color: rgb(190,86,72); }

 H1.HeaderClassName
 {
   color: #BE5648;
 }
 .AnyTagClassName
 {
   color: #BE5648;
 }
</style>
background-color css

<style>
 a { background-color: #BE5648; }

 a { background-color: rgb(190,86,72); }

 div.DivClassName
 {
   background-color: #BE5648;
 }
 .BgClassName
 {
   background-color: #BE5648;
 }
</style>
border-color css

<style>
 span { border-color: #BE5648; }

 span { border-color: rgb(190,86,72); }

 td.TdClassName
 {
   border-color: #BE5648;
 }
 .TagClassName
 {
   border-color: #BE5648;
 }
</style>