#BC596C

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

Shades of Blush #BC596C

Tints of Blush #BC596C

Color information

#BC596C (or 0xBC596C) is unknown color: approx Blush. HEX triplet: BC, 59 and 6C. RGB value is (188,89,108). Sum of RGB (Red+Green+Blue) = 188+89+108=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC596C is #43A693. Grayscale: #787878. Windows color (decimal): -4433556 or 7100860. OLE color: 7100860.

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

Color convert

RGB18889108-
CMYK00.530.430.26
HSL348.48º42.49%54.31%-
HSV(B)348.48º52.66%73.73%-
XYZ27.0218.9216.42-
YUV120.77120.8175.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=48.83%
G=23.12%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888910800.530.430.26348.4842.4954.31
HexBC596C0352B1A15c2a36
Octal27413115406553325345266
Binary1011110010110011101100011010110101111010101011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC596C; }

 p { color: rgb(188,89,108); }

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

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

 a { background-color: rgb(188,89,108); }

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

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

 span { border-color: rgb(188,89,108); }

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