#BC5B70

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

Shades of Blush #BC5B70

Tints of Blush #BC5B70

Color information

#BC5B70 (or 0xBC5B70) is unknown color: approx Blush. HEX triplet: BC, 5B and 70. RGB value is (188,91,112). Sum of RGB (Red+Green+Blue) = 188+91+112=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B70 is #43A48F. Grayscale: #7A7A7A. Windows color (decimal): -4433040 or 7363516. OLE color: 7363516.

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

Color convert

RGB18891112-
CMYK00.520.400.26
HSL347.01º41.99%54.71%-
HSV(B)347.01º51.6%73.73%-
XYZ27.419.3417.62-
YUV122.4122.14174.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=48.08%
G=23.27%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889111200.520.400.26347.0141.9954.71
HexBC5B70034281A15b2a37
Octal27413316006450325335267
Binary1011110010110111110000011010010100011010101011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B70; }

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

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

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

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

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

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

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

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