#BE545D

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

Shades of Mandy #BE545D

Tints of Mandy #BE545D

Color information

#BE545D (or 0xBE545D) is unknown color: approx Mandy. HEX triplet: BE, 54 and 5D. RGB value is (190,84,93). Sum of RGB (Red+Green+Blue) = 190+84+93=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE545D is #41ABA2. Grayscale: #747474. Windows color (decimal): -4303779 or 6116542. OLE color: 6116542.

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

Color convert

RGB1908493-
CMYK00.560.510.25
HSL354.91º44.92%53.73%-
HSV(B)354.91º55.79%74.51%-
XYZ26.3818.0812.45-
YUV116.72114.62180.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=51.77%
G=22.89%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190849300.560.510.25354.9144.9253.73
HexBE545D03833191632d36
Octal27612413507063315435566
Binary1011111010101001011101011100011001111001101100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE545D; }

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

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

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

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

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

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

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

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