#BC5B63

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

Shades of Blush #BC5B63

Tints of Blush #BC5B63

Color information

#BC5B63 (or 0xBC5B63) is unknown color: approx Blush. HEX triplet: BC, 5B and 63. RGB value is (188,91,99). Sum of RGB (Red+Green+Blue) = 188+91+99=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B63 is #43A49C. Grayscale: #787878. Windows color (decimal): -4433053 or 6511548. OLE color: 6511548.

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

Color convert

RGB1889199-
CMYK00.520.470.26
HSL355.05º41.99%54.71%-
HSV(B)355.05º51.6%73.73%-
XYZ26.7319.0714.08-
YUV120.92115.64175.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=49.74%
G=24.07%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188919900.520.470.26355.0541.9954.71
HexBC5B630342F1A1632a37
Octal27413314306457325435267
Binary1011110010110111100011011010010111111010101100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B63; }

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

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

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

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

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

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

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

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