#BC5464

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

Shades of Blush #BC5464

Tints of Blush #BC5464

Color information

#BC5464 (or 0xBC5464) is unknown color: approx Blush. HEX triplet: BC, 54 and 64. RGB value is (188,84,100). Sum of RGB (Red+Green+Blue) = 188+84+100=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5464 is #43AB9B. Grayscale: #747474. Windows color (decimal): -4434844 or 6575292. OLE color: 6575292.

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

Color convert

RGB18884100-
CMYK00.550.470.26
HSL350.77º43.7%53.33%-
HSV(B)350.77º55.32%73.73%-
XYZ26.2117.9514.14-
YUV116.92118.46178.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=50.54%
G=22.58%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888410000.550.470.26350.7743.753.33
HexBC54640372F1A15f2c35
Octal27412414406757325375465
Binary1011110010101001100100011011110111111010101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5464; }

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

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

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

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

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

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

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

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