#BC586B

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

Shades of Blush #BC586B

Tints of Blush #BC586B

Color information

#BC586B (or 0xBC586B) is unknown color: approx Blush. HEX triplet: BC, 58 and 6B. RGB value is (188,88,107). Sum of RGB (Red+Green+Blue) = 188+88+107=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC586B is #43A794. Grayscale: #787878. Windows color (decimal): -4433813 or 7035068. OLE color: 7035068.

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

Color convert

RGB18888107-
CMYK00.530.430.26
HSL348.6º42.74%54.12%-
HSV(B)348.6º53.19%73.73%-
XYZ26.8818.7316.11-
YUV120.07120.63176.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=49.09%
G=22.98%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888810700.530.430.26348.642.7454.12
HexBC586B0352B1A15d2b36
Octal27413015306553325355366
Binary1011110010110001101011011010110101111010101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC586B; }

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

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

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

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

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

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

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

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