#BE5D51

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

Shades of Flame Pea #BE5D51

Tints of Flame Pea #BE5D51

Color information

#BE5D51 (or 0xBE5D51) is unknown color: approx Flame Pea. HEX triplet: BE, 5D and 51. RGB value is (190,93,81). Sum of RGB (Red+Green+Blue) = 190+93+81=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D51 is #41A2AE. Grayscale: #787878. Windows color (decimal): -4301487 or 5332414. OLE color: 5332414.

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

Color convert

RGB1909381-
CMYK00.510.570.25
HSL6.61º45.61%53.14%-
HSV(B)6.61º57.37%74.51%-
XYZ26.6319.3710.12-
YUV120.63105.64177.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=52.20%
G=25.55%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190938100.510.570.256.6145.6153.14
HexBE5D51033391972e35
Octal276135121063713175665
Binary1011111010111011010001011001111100111001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D51; }

 p { color: rgb(190,93,81); }

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

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

 a { background-color: rgb(190,93,81); }

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

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

 span { border-color: rgb(190,93,81); }

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