#BC596F

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

Shades of Blush #BC596F

Tints of Blush #BC596F

Color information

#BC596F (or 0xBC596F) is unknown color: approx Blush. HEX triplet: BC, 59 and 6F. RGB value is (188,89,111). Sum of RGB (Red+Green+Blue) = 188+89+111=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC596F is #43A690. Grayscale: #797979. Windows color (decimal): -4433553 or 7297468. OLE color: 7297468.

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

Color convert

RGB18889111-
CMYK00.530.410.26
HSL346.67º42.49%54.31%-
HSV(B)346.67º52.66%73.73%-
XYZ27.1818.9817.27-
YUV121.11122.3175.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.45%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=48.45%
G=22.94%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888911100.530.410.26346.6742.4954.31
HexBC596F035291A15b2a36
Octal27413115706551325335266
Binary1011110010110011101111011010110100111010101011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC596F; }

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

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

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

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

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

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

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

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