#BE5744

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

Shades of Flame Pea #BE5744

Tints of Flame Pea #BE5744

Color information

#BE5744 (or 0xBE5744) is unknown color: approx Flame Pea. HEX triplet: BE, 57 and 44. RGB value is (190,87,68). Sum of RGB (Red+Green+Blue) = 190+87+68=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5744 is #41A8BB. Grayscale: #737373. Windows color (decimal): -4303036 or 4478910. OLE color: 4478910.

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

Color convert

RGB1908768-
CMYK00.540.640.25
HSL9.34º48.41%50.59%-
HSV(B)9.34º64.21%74.51%-
XYZ25.6918.187.62-
YUV115.63101.12181.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=55.07%
G=25.22%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190876800.540.640.259.3448.4150.59
HexBE5744036401993033
Octal27612710406610031116063
Binary101111101010111100010001101101000000110011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5744; }

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

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

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

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

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

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

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

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