#BE5155

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

Shades of Mandy #BE5155

Tints of Mandy #BE5155

Color information

#BE5155 (or 0xBE5155) is unknown color: approx Mandy. HEX triplet: BE, 51 and 55. RGB value is (190,81,85). Sum of RGB (Red+Green+Blue) = 190+81+85=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5155 is #41AEAA. Grayscale: #727272. Windows color (decimal): -4304555 or 5591486. OLE color: 5591486.

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

Color convert

RGB1908185-
CMYK00.570.550.25
HSL357.8º45.61%53.14%-
HSV(B)357.8º57.37%74.51%-
XYZ25.8217.4910.61-
YUV114.05111.61182.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=53.37%
G=22.75%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190818500.570.550.25357.845.6153.14
HexBE515503937191662e35
Octal27612112507167315465665
Binary1011111010100011010101011100111011111001101100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5155; }

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

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

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

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

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

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

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

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