#BC555D

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

Shades of Mandy #BC555D

Tints of Mandy #BC555D

Color information

#BC555D (or 0xBC555D) is unknown color: approx Mandy. HEX triplet: BC, 55 and 5D. RGB value is (188,85,93). Sum of RGB (Red+Green+Blue) = 188+85+93=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC555D is #43AAA2. Grayscale: #747474. Windows color (decimal): -4434595 or 6116796. OLE color: 6116796.

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

Color convert

RGB1888593-
CMYK00.550.510.26
HSL355.34º43.46%53.53%-
HSV(B)355.34º54.79%73.73%-
XYZ25.9617.9812.46-
YUV116.71114.62178.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=51.37%
G=23.22%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188859300.550.510.26355.3443.4653.53
HexBC555D037331A1632b36
Octal27412513506763325435366
Binary1011110010101011011101011011111001111010101100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC555D; }

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

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

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

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

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

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

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

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