#BE5456

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

Shades of Mandy #BE5456

Tints of Mandy #BE5456

Color information

#BE5456 (or 0xBE5456) is unknown color: approx Mandy. HEX triplet: BE, 54 and 56. RGB value is (190,84,86). Sum of RGB (Red+Green+Blue) = 190+84+86=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5456 is #41ABA9. Grayscale: #747474. Windows color (decimal): -4303786 or 5657790. OLE color: 5657790.

HSL color Cylindrical-coordinate representation of color #BE5456: hue angle of 358.87º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5456 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB1908486-
CMYK00.560.550.25
HSL358.87º44.92%53.73%-
HSV(B)358.87º55.79%74.51%-
XYZ26.0917.9610.9-
YUV115.92111.12180.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=52.78%
G=23.33%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190848600.560.550.25358.8744.9253.73
HexBE545603837191672d36
Octal27612412607067315475566
Binary1011111010101001010110011100011011111001101100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5456; }

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

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

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

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

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

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

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

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