#BE4F5C

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

Shades of Mandy #BE4F5C

Tints of Mandy #BE4F5C

Color information

#BE4F5C (or 0xBE4F5C) is unknown color: approx Mandy. HEX triplet: BE, 4F and 5C. RGB value is (190,79,92). Sum of RGB (Red+Green+Blue) = 190+79+92=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F5C is #41B0A3. Grayscale: #717171. Windows color (decimal): -4305060 or 6049726. OLE color: 6049726.

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

Color convert

RGB1907992-
CMYK00.580.520.25
HSL352.97º46.06%52.75%-
HSV(B)352.97º58.42%74.51%-
XYZ25.9617.3112.1-
YUV113.67115.77182.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=52.63%
G=21.88%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190799200.580.520.25352.9746.0652.75
HexBE4F5C03A34191612e35
Octal27611713407264315415665
Binary1011111010011111011100011101011010011001101100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F5C; }

 p { color: rgb(190,79,92); }

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

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

 a { background-color: rgb(190,79,92); }

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

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

 span { border-color: rgb(190,79,92); }

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