#BC5471

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

Shades of Blush #BC5471

Tints of Blush #BC5471

Color information

#BC5471 (or 0xBC5471) is unknown color: approx Blush. HEX triplet: BC, 54 and 71. RGB value is (188,84,113). Sum of RGB (Red+Green+Blue) = 188+84+113=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5471 is #43AB8E. Grayscale: #767676. Windows color (decimal): -4434831 or 7427260. OLE color: 7427260.

HSL color Cylindrical-coordinate representation of color #BC5471: hue angle of 343.27º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5471 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18884113-
CMYK00.550.400.26
HSL343.27º43.7%53.33%-
HSV(B)343.27º55.32%73.73%-
XYZ26.8918.2217.72-
YUV118.4124.96177.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=48.83%
G=21.82%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888411300.550.400.26343.2743.753.33
HexBC5471037281A1572c35
Octal27412416106750325275465
Binary1011110010101001110001011011110100011010101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5471; }

 p { color: rgb(188,84,113); }

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

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

 a { background-color: rgb(188,84,113); }

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

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

 span { border-color: rgb(188,84,113); }

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