#BC5974

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

Shades of Blush #BC5974

Tints of Blush #BC5974

Color information

#BC5974 (or 0xBC5974) is unknown color: approx Blush. HEX triplet: BC, 59 and 74. RGB value is (188,89,116). Sum of RGB (Red+Green+Blue) = 188+89+116=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5974 is #43A68B. Grayscale: #797979. Windows color (decimal): -4433548 or 7625148. OLE color: 7625148.

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

Color convert

RGB18889116-
CMYK00.530.380.26
HSL343.64º42.49%54.31%-
HSV(B)343.64º52.66%73.73%-
XYZ27.4619.118.76-
YUV121.68124.8175.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=47.84%
G=22.65%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888911600.530.380.26343.6442.4954.31
HexBC5974035261A1582a36
Octal27413116406546325305266
Binary1011110010110011110100011010110011011010101011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5974; }

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

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

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

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

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

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

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

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