#BC5A66

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

Shades of Blush #BC5A66

Tints of Blush #BC5A66

Color information

#BC5A66 (or 0xBC5A66) is unknown color: approx Blush. HEX triplet: BC, 5A and 66. RGB value is (188,90,102). Sum of RGB (Red+Green+Blue) = 188+90+102=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A66 is #43A599. Grayscale: #787878. Windows color (decimal): -4433306 or 6707900. OLE color: 6707900.

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

Color convert

RGB18890102-
CMYK00.520.460.26
HSL352.65º42.24%54.51%-
HSV(B)352.65º52.13%73.73%-
XYZ26.7918.9614.82-
YUV120.67117.47176.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=49.47%
G=23.68%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889010200.520.460.26352.6542.2454.51
HexBC5A660342E1A1612a37
Octal27413214606456325415267
Binary1011110010110101100110011010010111011010101100001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A66; }

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

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

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

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

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

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

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

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