#BE5051

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

Shades of Mandy #BE5051

Tints of Mandy #BE5051

Color information

#BE5051 (or 0xBE5051) is unknown color: approx Mandy. HEX triplet: BE, 50 and 51. RGB value is (190,80,81). Sum of RGB (Red+Green+Blue) = 190+80+81=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5051 is #41AFAE. Grayscale: #717171. Windows color (decimal): -4304815 or 5329086. OLE color: 5329086.

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

Color convert

RGB1908081-
CMYK00.580.570.25
HSL359.45º45.83%52.94%-
HSV(B)359.45º57.89%74.51%-
XYZ25.5917.289.77-
YUV113109.94182.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=54.13%
G=22.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190808100.580.570.25359.4545.8352.94
HexBE505103A39191672e35
Octal27612012107271315475665
Binary1011111010100001010001011101011100111001101100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5051; }

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

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

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

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

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

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

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

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