#BC5455

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

Shades of Mandy #BC5455

Tints of Mandy #BC5455

Color information

#BC5455 (or 0xBC5455) is unknown color: approx Mandy. HEX triplet: BC, 54 and 55. RGB value is (188,84,85). Sum of RGB (Red+Green+Blue) = 188+84+85=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5455 is #43ABAA. Grayscale: #737373. Windows color (decimal): -4434859 or 5592252. OLE color: 5592252.

HSL color Cylindrical-coordinate representation of color #BC5455: hue angle of 359.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5455 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB1888485-
CMYK00.550.550.26
HSL359.42º43.7%53.33%-
HSV(B)359.42º55.32%73.73%-
XYZ25.5517.6910.66-
YUV115.21110.96179.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=52.66%
G=23.53%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188848500.550.550.26359.4243.753.33
HexBC5455037371A1672c35
Octal27412412506767325475465
Binary1011110010101001010101011011111011111010101100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5455; }

 p { color: rgb(188,84,85); }

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

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

 a { background-color: rgb(188,84,85); }

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

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

 span { border-color: rgb(188,84,85); }

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