#BE4F56

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

Shades of Mandy #BE4F56

Tints of Mandy #BE4F56

Color information

#BE4F56 (or 0xBE4F56) is unknown color: approx Mandy. HEX triplet: BE, 4F and 56. RGB value is (190,79,86). Sum of RGB (Red+Green+Blue) = 190+79+86=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F56 is #41B0A9. Grayscale: #717171. Windows color (decimal): -4305066 or 5656510. OLE color: 5656510.

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

Color convert

RGB1907986-
CMYK00.580.550.25
HSL356.22º46.06%52.75%-
HSV(B)356.22º58.42%74.51%-
XYZ25.7117.2110.77-
YUV112.99112.77182.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=53.52%
G=22.25%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190798600.580.550.25356.2246.0652.75
HexBE4F5603A37191642e35
Octal27611712607267315445665
Binary1011111010011111010110011101011011111001101100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F56; }

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

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

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

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

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

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

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

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