#BE484E

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

Shades of Mandy #BE484E

Tints of Mandy #BE484E

Color information

#BE484E (or 0xBE484E) is unknown color: approx Mandy. HEX triplet: BE, 48 and 4E. RGB value is (190,72,78). Sum of RGB (Red+Green+Blue) = 190+72+78=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE484E is #41B7B1. Grayscale: #6C6C6C. Windows color (decimal): -4306866 or 5130430. OLE color: 5130430.

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

Color convert

RGB1907278-
CMYK00.620.590.25
HSL356.95º47.58%51.37%-
HSV(B)356.95º62.11%74.51%-
XYZ24.9316.139.01-
YUV107.97111.09186.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=55.88%
G=21.18%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190727800.620.590.25356.9547.5851.37
HexBE484E03E3B191653033
Octal27611011607673315456063
Binary1011111010010001001110011111011101111001101100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE484E; }

 p { color: rgb(190,72,78); }

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

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

 a { background-color: rgb(190,72,78); }

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

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

 span { border-color: rgb(190,72,78); }

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