#BC596E

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

Shades of Blush #BC596E

Tints of Blush #BC596E

Color information

#BC596E (or 0xBC596E) is unknown color: approx Blush. HEX triplet: BC, 59 and 6E. RGB value is (188,89,110). Sum of RGB (Red+Green+Blue) = 188+89+110=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC596E is #43A691. Grayscale: #797979. Windows color (decimal): -4433554 or 7231932. OLE color: 7231932.

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

Color convert

RGB18889110-
CMYK00.530.410.26
HSL347.27º42.49%54.31%-
HSV(B)347.27º52.66%73.73%-
XYZ27.1318.9616.98-
YUV120.99121.8175.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=48.58%
G=23.00%
B=28.42%

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
Decimal1888911000.530.410.26347.2742.4954.31
HexBC596E035291A15b2a36
Octal27413115606551325335266
Binary1011110010110011101110011010110100111010101011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC596E; }

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

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

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

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

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

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

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

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