#BC5565

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

Shades of Blush #BC5565

Tints of Blush #BC5565

Color information

#BC5565 (or 0xBC5565) is unknown color: approx Blush. HEX triplet: BC, 55 and 65. RGB value is (188,85,101). Sum of RGB (Red+Green+Blue) = 188+85+101=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5565 is #43AA9A. Grayscale: #757575. Windows color (decimal): -4434587 or 6641084. OLE color: 6641084.

HSL color Cylindrical-coordinate representation of color #BC5565: hue angle of 350.68º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5565 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18885101-
CMYK00.550.460.26
HSL350.68º43.46%53.53%-
HSV(B)350.68º54.79%73.73%-
XYZ26.3418.1314.42-
YUV117.62118.62178.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=50.27%
G=22.73%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888510100.550.460.26350.6843.4653.53
HexBC55650372E1A15f2b36
Octal27412514506756325375366
Binary1011110010101011100101011011110111011010101011111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5565; }

 p { color: rgb(188,85,101); }

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

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

 a { background-color: rgb(188,85,101); }

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

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

 span { border-color: rgb(188,85,101); }

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