#BE484C

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

Shades of Mandy #BE484C

Tints of Mandy #BE484C

Color information

#BE484C (or 0xBE484C) is unknown color: approx Mandy. HEX triplet: BE, 48 and 4C. RGB value is (190,72,76). Sum of RGB (Red+Green+Blue) = 190+72+76=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE484C is #41B7B3. Grayscale: #6B6B6B. Windows color (decimal): -4306868 or 4999358. OLE color: 4999358.

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

Color convert

RGB1907276-
CMYK00.620.600.25
HSL357.97º47.58%51.37%-
HSV(B)357.97º62.11%74.51%-
XYZ24.8616.18.64-
YUV107.74110.09186.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=56.21%
G=21.30%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190727600.620.600.25357.9747.5851.37
HexBE484C03E3C191663033
Octal27611011407674315466063
Binary1011111010010001001100011111011110011001101100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE484C; }

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

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

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

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

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

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

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

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