#BC565E

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

Shades of Mandy #BC565E

Tints of Mandy #BC565E

Color information

#BC565E (or 0xBC565E) is unknown color: approx Mandy. HEX triplet: BC, 56 and 5E. RGB value is (188,86,94). Sum of RGB (Red+Green+Blue) = 188+86+94=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC565E is #43A9A1. Grayscale: #757575. Windows color (decimal): -4434338 or 6182588. OLE color: 6182588.

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

Color convert

RGB1888694-
CMYK00.540.500.26
HSL355.29º43.22%53.73%-
HSV(B)355.29º54.26%73.73%-
XYZ26.0918.1612.72-
YUV117.41114.79178.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=51.09%
G=23.37%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188869400.540.500.26355.2943.2253.73
HexBC565E036321A1632b36
Octal27412613606662325435366
Binary1011110010101101011110011011011001011010101100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC565E; }

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

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

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

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

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

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

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

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