#BE5254

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

Shades of Mandy #BE5254

Tints of Mandy #BE5254

Color information

#BE5254 (or 0xBE5254) is unknown color: approx Mandy. HEX triplet: BE, 52 and 54. RGB value is (190,82,84). Sum of RGB (Red+Green+Blue) = 190+82+84=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5254 is #41ADAB. Grayscale: #727272. Windows color (decimal): -4304300 or 5526206. OLE color: 5526206.

HSL color Cylindrical-coordinate representation of color #BE5254: hue angle of 358.89º degrees, saturation: 0.45, 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 #BE5254 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1908284-
CMYK00.570.560.25
HSL358.89º45.38%53.33%-
HSV(B)358.89º56.84%74.51%-
XYZ25.8517.6210.43-
YUV114.52110.78181.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=53.37%
G=23.03%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190828400.570.560.25358.8945.3853.33
HexBE525403938191672d35
Octal27612212407170315475565
Binary1011111010100101010100011100111100011001101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5254; }

 p { color: rgb(190,82,84); }

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

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

 a { background-color: rgb(190,82,84); }

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

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

 span { border-color: rgb(190,82,84); }

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