#BE4B50

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

Shades of Mandy #BE4B50

Tints of Mandy #BE4B50

Color information

#BE4B50 (or 0xBE4B50) is unknown color: approx Mandy. HEX triplet: BE, 4B and 50. RGB value is (190,75,80). Sum of RGB (Red+Green+Blue) = 190+75+80=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B50 is #41B4AF. Grayscale: #6E6E6E. Windows color (decimal): -4306096 or 5262270. OLE color: 5262270.

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

Color convert

RGB1907580-
CMYK00.610.580.25
HSL357.39º46.94%51.96%-
HSV(B)357.39º60.53%74.51%-
XYZ25.216.569.46-
YUV109.96111.1185.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=55.07%
G=21.74%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190758000.610.580.25357.3946.9451.96
HexBE4B5003D3A191652f34
Octal27611312007572315455764
Binary1011111010010111010000011110111101011001101100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B50; }

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

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

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

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

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

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

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

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