#BC4C68

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

Shades of Blush #BC4C68

Tints of Blush #BC4C68

Color information

#BC4C68 (or 0xBC4C68) is unknown color: approx Blush. HEX triplet: BC, 4C and 68. RGB value is (188,76,104). Sum of RGB (Red+Green+Blue) = 188+76+104=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C68 is #43B397. Grayscale: #707070. Windows color (decimal): -4436888 or 6835388. OLE color: 6835388.

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

Color convert

RGB18876104-
CMYK00.600.450.26
HSL345º45.53%51.76%-
HSV(B)345º59.57%73.73%-
XYZ25.8216.8614.99-
YUV112.68123.11181.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=51.09%
G=20.65%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887610400.600.450.2634545.5351.76
HexBC4C6803C2D1A1592e34
Octal27411415007455325315664
Binary1011110010011001101000011110010110111010101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C68; }

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

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

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

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

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

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

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

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