#BE5F4F

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

Shades of Flame Pea #BE5F4F

Tints of Flame Pea #BE5F4F

Color information

#BE5F4F (or 0xBE5F4F) is unknown color: approx Flame Pea. HEX triplet: BE, 5F and 4F. RGB value is (190,95,79). Sum of RGB (Red+Green+Blue) = 190+95+79=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F4F is #41A0B0. Grayscale: #797979. Windows color (decimal): -4300977 or 5201854. OLE color: 5201854.

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

Color convert

RGB1909579-
CMYK00.50.580.25
HSL8.65º46.06%52.75%-
HSV(B)8.65º58.42%74.51%-
XYZ26.7419.79.79-
YUV121.58103.97176.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=52.20%
G=26.10%
B=21.70%

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
Decimal190957900.50.580.258.6546.0652.75
HexBE5F4F0323A1992e35
Octal2761371170627231115665
Binary10111110101111110011110110010111010110011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F4F; }

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

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

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

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

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

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

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

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