#BC5A62

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

Shades of Blush #BC5A62

Tints of Blush #BC5A62

Color information

#BC5A62 (or 0xBC5A62) is unknown color: approx Blush. HEX triplet: BC, 5A and 62. RGB value is (188,90,98). Sum of RGB (Red+Green+Blue) = 188+90+98=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A62 is #43A59D. Grayscale: #787878. Windows color (decimal): -4433310 or 6445756. OLE color: 6445756.

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

Color convert

RGB1889098-
CMYK00.520.480.26
HSL355.1º42.24%54.51%-
HSV(B)355.1º52.13%73.73%-
XYZ26.618.8913.8-
YUV120.21115.47176.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=50%
G=23.94%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188909800.520.480.26355.142.2454.51
HexBC5A62034301A1632a37
Octal27413214206460325435267
Binary1011110010110101100010011010011000011010101100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A62; }

 p { color: rgb(188,90,98); }

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

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

 a { background-color: rgb(188,90,98); }

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

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

 span { border-color: rgb(188,90,98); }

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