#BE5A42

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

Shades of Flame Pea #BE5A42

Tints of Flame Pea #BE5A42

Color information

#BE5A42 (or 0xBE5A42) is unknown color: approx Flame Pea. HEX triplet: BE, 5A and 42. RGB value is (190,90,66). Sum of RGB (Red+Green+Blue) = 190+90+66=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A42 is #41A5BD. Grayscale: #757575. Windows color (decimal): -4302270 or 4348606. OLE color: 4348606.

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

Color convert

RGB1909066-
CMYK00.530.650.25
HSL11.61º48.82%50.2%-
HSV(B)11.61º65.26%74.51%-
XYZ25.8718.657.39-
YUV117.1699.13179.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=54.91%
G=26.01%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190906600.530.650.2511.6148.8250.2
HexBE5A420354119c3132
Octal27613210206510131146162
Binary101111101011010100001001101011000001110011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A42; }

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

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

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

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

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

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

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

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