#BC565B

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

Shades of Mandy #BC565B

Tints of Mandy #BC565B

Color information

#BC565B (or 0xBC565B) is unknown color: approx Mandy. HEX triplet: BC, 56 and 5B. RGB value is (188,86,91). Sum of RGB (Red+Green+Blue) = 188+86+91=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC565B is #43A9A4. Grayscale: #757575. Windows color (decimal): -4434341 or 5985980. OLE color: 5985980.

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

Color convert

RGB1888691-
CMYK00.540.520.26
HSL357.06º43.22%53.73%-
HSV(B)357.06º54.26%73.73%-
XYZ25.9618.112.02-
YUV117.07113.29178.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=51.51%
G=23.56%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188869100.540.520.26357.0643.2253.73
HexBC565B036341A1652b36
Octal27412613306664325455366
Binary1011110010101101011011011011011010011010101100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC565B; }

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

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

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

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

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

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

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

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