#BC5561

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

Shades of Blush #BC5561

Tints of Blush #BC5561

Color information

#BC5561 (or 0xBC5561) is unknown color: approx Blush. HEX triplet: BC, 55 and 61. RGB value is (188,85,97). Sum of RGB (Red+Green+Blue) = 188+85+97=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5561 is #43AA9E. Grayscale: #757575. Windows color (decimal): -4434591 or 6378940. OLE color: 6378940.

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

Color convert

RGB1888597-
CMYK00.550.480.26
HSL353.01º43.46%53.53%-
HSV(B)353.01º54.79%73.73%-
XYZ26.1518.0513.42-
YUV117.16116.62178.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=50.81%
G=22.97%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188859700.550.480.26353.0143.4653.53
HexBC5561037301A1612b36
Octal27412514106760325415366
Binary1011110010101011100001011011111000011010101100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5561; }

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

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

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

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

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

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

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

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