#BE5843

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

Shades of Flame Pea #BE5843

Tints of Flame Pea #BE5843

Color information

#BE5843 (or 0xBE5843) is unknown color: approx Flame Pea. HEX triplet: BE, 58 and 43. RGB value is (190,88,67). Sum of RGB (Red+Green+Blue) = 190+88+67=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5843 is #41A7BC. Grayscale: #747474. Windows color (decimal): -4302781 or 4413630. OLE color: 4413630.

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

Color convert

RGB1908867-
CMYK00.540.650.25
HSL10.24º48.62%50.39%-
HSV(B)10.24º64.74%74.51%-
XYZ25.7418.337.49-
YUV116.1100.29180.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=55.07%
G=25.51%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190886700.540.650.2510.2448.6250.39
HexBE58430364119a3132
Octal27613010306610131126162
Binary101111101011000100001101101101000001110011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5843; }

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

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

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

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

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

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

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

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