#BC546F

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

Shades of Blush #BC546F

Tints of Blush #BC546F

Color information

#BC546F (or 0xBC546F) is unknown color: approx Blush. HEX triplet: BC, 54 and 6F. RGB value is (188,84,111). Sum of RGB (Red+Green+Blue) = 188+84+111=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC546F is #43AB90. Grayscale: #767676. Windows color (decimal): -4434833 or 7296188. OLE color: 7296188.

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

Color convert

RGB18884111-
CMYK00.550.410.26
HSL344.42º43.7%53.33%-
HSV(B)344.42º55.32%73.73%-
XYZ26.7818.1817.14-
YUV118.17123.96177.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=49.09%
G=21.93%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888411100.550.410.26344.4243.753.33
HexBC546F037291A1582c35
Octal27412415706751325305465
Binary1011110010101001101111011011110100111010101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC546F; }

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

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

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

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

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

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

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

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