#BE5F50

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

Shades of Flame Pea #BE5F50

Tints of Flame Pea #BE5F50

Color information

#BE5F50 (or 0xBE5F50) is unknown color: approx Flame Pea. HEX triplet: BE, 5F and 50. RGB value is (190,95,80). Sum of RGB (Red+Green+Blue) = 190+95+80=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F50 is #41A0AF. Grayscale: #797979. Windows color (decimal): -4300976 or 5267390. OLE color: 5267390.

HSL color Cylindrical-coordinate representation of color #BE5F50: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5F50 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1909580-
CMYK00.50.580.25
HSL8.18º45.83%52.94%-
HSV(B)8.18º57.89%74.51%-
XYZ26.7819.719.98-
YUV121.7104.47176.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=52.05%
G=26.03%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190958000.50.580.258.1845.8352.94
HexBE5F500323A1982e35
Octal2761371200627231105665
Binary10111110101111110100000110010111010110011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F50; }

 p { color: rgb(190,95,80); }

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

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

 a { background-color: rgb(190,95,80); }

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

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

 span { border-color: rgb(190,95,80); }

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