#BC4C64

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

Shades of Blush #BC4C64

Tints of Blush #BC4C64

Color information

#BC4C64 (or 0xBC4C64) is unknown color: approx Blush. HEX triplet: BC, 4C and 64. RGB value is (188,76,100). Sum of RGB (Red+Green+Blue) = 188+76+100=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C64 is #43B39B. Grayscale: #707070. Windows color (decimal): -4436892 or 6573244. OLE color: 6573244.

HSL color Cylindrical-coordinate representation of color #BC4C64: hue angle of 347.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C64 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18876100-
CMYK00.600.470.26
HSL347.14º45.53%51.76%-
HSV(B)347.14º59.57%73.73%-
XYZ25.6216.7813.95-
YUV112.22121.11182.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=51.65%
G=20.88%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887610000.600.470.26347.1445.5351.76
HexBC4C6403C2F1A15b2e34
Octal27411414407457325335664
Binary1011110010011001100100011110010111111010101011011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C64; }

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

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

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

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

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

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

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

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