#BC556A

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

Shades of Blush #BC556A

Tints of Blush #BC556A

Color information

#BC556A (or 0xBC556A) is unknown color: approx Blush. HEX triplet: BC, 55 and 6A. RGB value is (188,85,106). Sum of RGB (Red+Green+Blue) = 188+85+106=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC556A is #43AA95. Grayscale: #767676. Windows color (decimal): -4434582 or 6968764. OLE color: 6968764.

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

Color convert

RGB18885106-
CMYK00.550.440.26
HSL347.77º43.46%53.53%-
HSV(B)347.77º54.79%73.73%-
XYZ26.5918.2315.75-
YUV118.19121.12177.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=49.60%
G=22.43%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888510600.550.440.26347.7743.4653.53
HexBC556A0372C1A15c2b36
Octal27412515206754325345366
Binary1011110010101011101010011011110110011010101011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC556A; }

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

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

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

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

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

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

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

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