#BE5643

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

Shades of Flame Pea #BE5643

Tints of Flame Pea #BE5643

Color information

#BE5643 (or 0xBE5643) is unknown color: approx Flame Pea. HEX triplet: BE, 56 and 43. RGB value is (190,86,67). Sum of RGB (Red+Green+Blue) = 190+86+67=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5643 is #41A9BC. Grayscale: #737373. Windows color (decimal): -4303293 or 4413118. OLE color: 4413118.

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

Color convert

RGB1908667-
CMYK00.550.650.25
HSL9.27º48.62%50.39%-
HSV(B)9.27º64.74%74.51%-
XYZ25.5818.017.44-
YUV114.93100.96181.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 67 (26.56% from 255) = 19.53%
R=55.39%
G=25.07%
B=19.53%

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
Decimal190866700.550.650.259.2748.6250.39
HexBE5643037411993132
Octal27612610306710131116162
Binary101111101010110100001101101111000001110011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5643; }

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

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

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

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

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

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

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

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