#BE545C

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

Shades of Mandy #BE545C

Tints of Mandy #BE545C

Color information

#BE545C (or 0xBE545C) is unknown color: approx Mandy. HEX triplet: BE, 54 and 5C. RGB value is (190,84,92). Sum of RGB (Red+Green+Blue) = 190+84+92=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE545C is #41ABA3. Grayscale: #747474. Windows color (decimal): -4303780 or 6051006. OLE color: 6051006.

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

Color convert

RGB1908492-
CMYK00.560.520.25
HSL355.47º44.92%53.73%-
HSV(B)355.47º55.79%74.51%-
XYZ26.3418.0612.22-
YUV116.61114.12180.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=51.91%
G=22.95%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190849200.560.520.25355.4744.9253.73
HexBE545C03834191632d36
Octal27612413407064315435566
Binary1011111010101001011100011100011010011001101100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE545C; }

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

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

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

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

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

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

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

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