#BE5E4D

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

Shades of Flame Pea #BE5E4D

Tints of Flame Pea #BE5E4D

Color information

#BE5E4D (or 0xBE5E4D) is unknown color: approx Flame Pea. HEX triplet: BE, 5E and 4D. RGB value is (190,94,77). Sum of RGB (Red+Green+Blue) = 190+94+77=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E4D is #41A1B2. Grayscale: #787878. Windows color (decimal): -4301235 or 5070526. OLE color: 5070526.

HSL color Cylindrical-coordinate representation of color #BE5E4D: hue angle of 9.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5E4D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1909477-
CMYK00.510.590.25
HSL9.03º46.5%52.35%-
HSV(B)9.03º59.47%74.51%-
XYZ26.5819.499.38-
YUV120.77103.3177.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=52.63%
G=26.04%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190947700.510.590.259.0346.552.35
HexBE5E4D0333B1992f34
Octal2761361150637331115764
Binary10111110101111010011010110011111011110011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E4D; }

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

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

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

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

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

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

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

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