#BC5970

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

Shades of Blush #BC5970

Tints of Blush #BC5970

Color information

#BC5970 (or 0xBC5970) is unknown color: approx Blush. HEX triplet: BC, 59 and 70. RGB value is (188,89,112). Sum of RGB (Red+Green+Blue) = 188+89+112=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5970 is #43A68F. Grayscale: #797979. Windows color (decimal): -4433552 or 7363004. OLE color: 7363004.

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

Color convert

RGB18889112-
CMYK00.530.400.26
HSL346.06º42.49%54.31%-
HSV(B)346.06º52.66%73.73%-
XYZ27.2419.0117.56-
YUV121.22122.8175.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=48.33%
G=22.88%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888911200.530.400.26346.0642.4954.31
HexBC5970035281A15a2a36
Octal27413116006550325325266
Binary1011110010110011110000011010110100011010101011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5970; }

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

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

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

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

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

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

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

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