#BC586A

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

Shades of Blush #BC586A

Tints of Blush #BC586A

Color information

#BC586A (or 0xBC586A) is unknown color: approx Blush. HEX triplet: BC, 58 and 6A. RGB value is (188,88,106). Sum of RGB (Red+Green+Blue) = 188+88+106=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC586A is #43A795. Grayscale: #777777. Windows color (decimal): -4433814 or 6969532. OLE color: 6969532.

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

Color convert

RGB18888106-
CMYK00.530.440.26
HSL349.2º42.74%54.12%-
HSV(B)349.2º53.19%73.73%-
XYZ26.8318.7115.83-
YUV119.95120.13176.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=49.21%
G=23.04%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888810600.530.440.26349.242.7454.12
HexBC586A0352C1A15d2b36
Octal27413015206554325355366
Binary1011110010110001101010011010110110011010101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC586A; }

 p { color: rgb(188,88,106); }

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

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

 a { background-color: rgb(188,88,106); }

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

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

 span { border-color: rgb(188,88,106); }

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