#BC565D

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

Shades of Mandy #BC565D

Tints of Mandy #BC565D

Color information

#BC565D (or 0xBC565D) is unknown color: approx Mandy. HEX triplet: BC, 56 and 5D. RGB value is (188,86,93). Sum of RGB (Red+Green+Blue) = 188+86+93=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC565D is #43A9A2. Grayscale: #757575. Windows color (decimal): -4434339 or 6117052. OLE color: 6117052.

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

Color convert

RGB1888693-
CMYK00.540.510.26
HSL355.88º43.22%53.73%-
HSV(B)355.88º54.26%73.73%-
XYZ26.0418.1412.48-
YUV117.3114.29178.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=51.23%
G=23.43%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188869300.540.510.26355.8843.2253.73
HexBC565D036331A1642b36
Octal27412613506663325445366
Binary1011110010101101011101011011011001111010101100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC565D; }

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

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

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

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

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

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

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

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