#BC4D56

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

Shades of Mandy #BC4D56

Tints of Mandy #BC4D56

Color information

#BC4D56 (or 0xBC4D56) is unknown color: approx Mandy. HEX triplet: BC, 4D and 56. RGB value is (188,77,86). Sum of RGB (Red+Green+Blue) = 188+77+86=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D56 is #43B2A9. Grayscale: #6F6F6F. Windows color (decimal): -4436650 or 5655996. OLE color: 5655996.

HSL color Cylindrical-coordinate representation of color #BC4D56: hue angle of 355.14º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D56 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1887786-
CMYK00.590.540.26
HSL355.14º45.31%51.96%-
HSV(B)355.14º59.04%73.73%-
XYZ25.0716.6710.7-
YUV111.22113.77182.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=53.56%
G=21.94%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188778600.590.540.26355.1445.3151.96
HexBC4D5603B361A1632d34
Octal27411512607366325435564
Binary1011110010011011010110011101111011011010101100011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D56; }

 p { color: rgb(188,77,86); }

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

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

 a { background-color: rgb(188,77,86); }

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

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

 span { border-color: rgb(188,77,86); }

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