#BE5455

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

Shades of Mandy #BE5455

Tints of Mandy #BE5455

Color information

#BE5455 (or 0xBE5455) is unknown color: approx Mandy. HEX triplet: BE, 54 and 55. RGB value is (190,84,85). Sum of RGB (Red+Green+Blue) = 190+84+85=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5455 is #41ABAA. Grayscale: #737373. Windows color (decimal): -4303787 or 5592254. OLE color: 5592254.

HSL color Cylindrical-coordinate representation of color #BE5455: hue angle of 359.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5455 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1908485-
CMYK00.560.550.25
HSL359.43º44.92%53.73%-
HSV(B)359.43º55.79%74.51%-
XYZ26.0517.9410.69-
YUV115.81110.62180.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=52.92%
G=23.40%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190848500.560.550.25359.4344.9253.73
HexBE545503837191672d36
Octal27612412507067315475566
Binary1011111010101001010101011100011011111001101100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5455; }

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

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

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

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

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

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

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

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