#BC4C53

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

Shades of Mandy #BC4C53

Tints of Mandy #BC4C53

Color information

#BC4C53 (or 0xBC4C53) is unknown color: approx Mandy. HEX triplet: BC, 4C and 53. RGB value is (188,76,83). Sum of RGB (Red+Green+Blue) = 188+76+83=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C53 is #43B3AC. Grayscale: #6E6E6E. Windows color (decimal): -4436909 or 5459132. OLE color: 5459132.

HSL color Cylindrical-coordinate representation of color #BC4C53: hue angle of 356.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C53 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1887683-
CMYK00.600.560.26
HSL356.25º45.53%51.76%-
HSV(B)356.25º59.57%73.73%-
XYZ24.8816.4810.05-
YUV110.29112.61183.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=54.18%
G=21.90%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188768300.600.560.26356.2545.5351.76
HexBC4C5303C381A1642e34
Octal27411412307470325445664
Binary1011110010011001010011011110011100011010101100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C53; }

 p { color: rgb(188,76,83); }

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

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

 a { background-color: rgb(188,76,83); }

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

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

 span { border-color: rgb(188,76,83); }

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