#BE5543

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

Shades of Flame Pea #BE5543

Tints of Flame Pea #BE5543

Color information

#BE5543 (or 0xBE5543) is unknown color: approx Flame Pea. HEX triplet: BE, 55 and 43. RGB value is (190,85,67). Sum of RGB (Red+Green+Blue) = 190+85+67=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5543 is #41AABC. Grayscale: #727272. Windows color (decimal): -4303549 or 4412862. OLE color: 4412862.

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

Color convert

RGB1908567-
CMYK00.550.650.25
HSL8.78º48.62%50.39%-
HSV(B)8.78º64.74%74.51%-
XYZ25.517.857.41-
YUV114.34101.29181.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=55.56%
G=24.85%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190856700.550.650.258.7848.6250.39
HexBE5543037411993132
Octal27612510306710131116162
Binary101111101010101100001101101111000001110011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5543; }

 p { color: rgb(190,85,67); }

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

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

 a { background-color: rgb(190,85,67); }

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

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

 span { border-color: rgb(190,85,67); }

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