#BC4C58

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

Shades of Mandy #BC4C58

Tints of Mandy #BC4C58

Color information

#BC4C58 (or 0xBC4C58) is unknown color: approx Mandy. HEX triplet: BC, 4C and 58. RGB value is (188,76,88). Sum of RGB (Red+Green+Blue) = 188+76+88=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C58 is #43B3A7. Grayscale: #6E6E6E. Windows color (decimal): -4436904 or 5786812. OLE color: 5786812.

HSL color Cylindrical-coordinate representation of color #BC4C58: hue angle of 353.57º 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 #BC4C58 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1887688-
CMYK00.600.530.26
HSL353.57º45.53%51.76%-
HSV(B)353.57º59.57%73.73%-
XYZ25.0816.5611.11-
YUV110.86115.11183.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 88 (34.77% from 255) = 25%
R=53.41%
G=21.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188768800.600.530.26353.5745.5351.76
HexBC4C5803C351A1622e34
Octal27411413007465325425664
Binary1011110010011001011000011110011010111010101100010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C58; }

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

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

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

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

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

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

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

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