#BE5556

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

Shades of Mandy #BE5556

Tints of Mandy #BE5556

Color information

#BE5556 (or 0xBE5556) is unknown color: approx Mandy. HEX triplet: BE, 55 and 56. RGB value is (190,85,86). Sum of RGB (Red+Green+Blue) = 190+85+86=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5556 is #41AAA9. Grayscale: #747474. Windows color (decimal): -4303530 or 5658046. OLE color: 5658046.

HSL color Cylindrical-coordinate representation of color #BE5556: 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.55%. Process color model (Four color, CMYK) of #BE5556 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1908586-
CMYK00.550.550.25
HSL359.43º44.68%53.92%-
HSV(B)359.43º55.26%74.51%-
XYZ26.1618.1210.92-
YUV116.51110.79180.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=52.63%
G=23.55%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190858600.550.550.25359.4344.6853.92
HexBE555603737191672d36
Octal27612512606767315475566
Binary1011111010101011010110011011111011111001101100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5556; }

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

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

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

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

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

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

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

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