#BE5844

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

Shades of Flame Pea #BE5844

Tints of Flame Pea #BE5844

Color information

#BE5844 (or 0xBE5844) is unknown color: approx Flame Pea. HEX triplet: BE, 58 and 44. RGB value is (190,88,68). Sum of RGB (Red+Green+Blue) = 190+88+68=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5844 is #41A7BB. Grayscale: #747474. Windows color (decimal): -4302780 or 4479166. OLE color: 4479166.

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

Color convert

RGB1908868-
CMYK00.540.640.25
HSL9.84º48.41%50.59%-
HSV(B)9.84º64.21%74.51%-
XYZ25.7718.347.65-
YUV116.22100.79180.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=54.91%
G=25.43%
B=19.65%

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
Decimal190886800.540.640.259.8448.4150.59
HexBE58440364019a3033
Octal27613010406610031126063
Binary101111101011000100010001101101000000110011010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5844; }

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

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

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

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

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

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

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

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