#BE5E42

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

Shades of Flame Pea #BE5E42

Tints of Flame Pea #BE5E42

Color information

#BE5E42 (or 0xBE5E42) is unknown color: approx Flame Pea. HEX triplet: BE, 5E and 42. RGB value is (190,94,66). Sum of RGB (Red+Green+Blue) = 190+94+66=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E42 is #41A1BD. Grayscale: #777777. Windows color (decimal): -4301246 or 4349630. OLE color: 4349630.

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

Color convert

RGB1909466-
CMYK00.510.650.25
HSL13.55º48.82%50.2%-
HSV(B)13.55º65.26%74.51%-
XYZ26.2219.357.51-
YUV119.5197.8178.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 66 (26.17% from 255) = 18.86%
R=54.29%
G=26.86%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190946600.510.650.2513.5548.8250.2
HexBE5E420334119e3132
Octal27613610206310131166162
Binary101111101011110100001001100111000001110011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E42; }

 p { color: rgb(190,94,66); }

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

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

 a { background-color: rgb(190,94,66); }

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

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

 span { border-color: rgb(190,94,66); }

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