#BE5841

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

Shades of Flame Pea #BE5841

Tints of Flame Pea #BE5841

Color information

#BE5841 (or 0xBE5841) is unknown color: approx Flame Pea. HEX triplet: BE, 58 and 41. RGB value is (190,88,65). Sum of RGB (Red+Green+Blue) = 190+88+65=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5841 is #41A7BE. Grayscale: #747474. Windows color (decimal): -4302783 or 4282558. OLE color: 4282558.

HSL color Cylindrical-coordinate representation of color #BE5841: hue angle of 11.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE5841 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1908865-
CMYK00.540.660.25
HSL11.04º49.02%50%-
HSV(B)11.04º65.79%74.51%-
XYZ25.6818.317.18-
YUV115.8899.29180.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=55.39%
G=25.66%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190886500.540.660.2511.0449.0250
HexBE58410364219b3132
Octal27613010106610231136162
Binary101111101011000100000101101101000010110011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5841; }

 p { color: rgb(190,88,65); }

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

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

 a { background-color: rgb(190,88,65); }

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

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

 span { border-color: rgb(190,88,65); }

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