#BE5741

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

Shades of Flame Pea #BE5741

Tints of Flame Pea #BE5741

Color information

#BE5741 (or 0xBE5741) is unknown color: approx Flame Pea. HEX triplet: BE, 57 and 41. RGB value is (190,87,65). Sum of RGB (Red+Green+Blue) = 190+87+65=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5741 is #41A8BE. Grayscale: #737373. Windows color (decimal): -4303039 or 4282302. OLE color: 4282302.

HSL color Cylindrical-coordinate representation of color #BE5741: hue angle of 10.56º 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 #BE5741 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1908765-
CMYK00.540.660.25
HSL10.56º49.02%50%-
HSV(B)10.56º65.79%74.51%-
XYZ25.618.157.15-
YUV115.2999.62181.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=55.56%
G=25.44%
B=19.01%

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
Decimal190876500.540.660.2510.5649.0250
HexBE57410364219b3132
Octal27612710106610231136162
Binary101111101010111100000101101101000010110011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5741; }

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

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

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

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

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

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

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

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