#BE5E4B

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

Shades of Flame Pea #BE5E4B

Tints of Flame Pea #BE5E4B

Color information

#BE5E4B (or 0xBE5E4B) is unknown color: approx Flame Pea. HEX triplet: BE, 5E and 4B. RGB value is (190,94,75). Sum of RGB (Red+Green+Blue) = 190+94+75=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E4B is #41A1B4. Grayscale: #787878. Windows color (decimal): -4301237 or 4939454. OLE color: 4939454.

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

Color convert

RGB1909475-
CMYK00.510.610.25
HSL9.91º46.94%51.96%-
HSV(B)9.91º60.53%74.51%-
XYZ26.5119.469.02-
YUV120.54102.3177.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=52.92%
G=26.18%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190947500.510.610.259.9146.9451.96
HexBE5E4B0333D19a2f34
Octal2761361130637531125764
Binary10111110101111010010110110011111101110011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E4B; }

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

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

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

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

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

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

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

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