#BC5972

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

Shades of Blush #BC5972

Tints of Blush #BC5972

Color information

#BC5972 (or 0xBC5972) is unknown color: approx Blush. HEX triplet: BC, 59 and 72. RGB value is (188,89,114). Sum of RGB (Red+Green+Blue) = 188+89+114=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5972 is #43A68D. Grayscale: #797979. Windows color (decimal): -4433550 or 7494076. OLE color: 7494076.

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

Color convert

RGB18889114-
CMYK00.530.390.26
HSL344.85º42.49%54.31%-
HSV(B)344.85º52.66%73.73%-
XYZ27.3519.0518.16-
YUV121.45123.8175.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=48.08%
G=22.76%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888911400.530.390.26344.8542.4954.31
HexBC5972035271A1592a36
Octal27413116206547325315266
Binary1011110010110011110010011010110011111010101011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5972; }

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

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

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

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

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

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

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

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