#BE4552

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

Shades of Mandy #BE4552

Tints of Mandy #BE4552

Color information

#BE4552 (or 0xBE4552) is unknown color: approx Mandy. HEX triplet: BE, 45 and 52. RGB value is (190,69,82). Sum of RGB (Red+Green+Blue) = 190+69+82=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4552 is #41BAAD. Grayscale: #6A6A6A. Windows color (decimal): -4307630 or 5391806. OLE color: 5391806.

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

Color convert

RGB1906982-
CMYK00.640.570.25
HSL353.55º48.21%50.78%-
HSV(B)353.55º63.68%74.51%-
XYZ24.8915.819.72-
YUV106.66114.09187.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=55.72%
G=20.23%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190698200.640.570.25353.5548.2150.78
HexBE455204039191623033
Octal276105122010071315426063
Binary10111110100010110100100100000011100111001101100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4552; }

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

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

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

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

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

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

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

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