#BC5865

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

Shades of Blush #BC5865

Tints of Blush #BC5865

Color information

#BC5865 (or 0xBC5865) is unknown color: approx Blush. HEX triplet: BC, 58 and 65. RGB value is (188,88,101). Sum of RGB (Red+Green+Blue) = 188+88+101=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5865 is #43A79A. Grayscale: #777777. Windows color (decimal): -4433819 or 6641852. OLE color: 6641852.

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

Color convert

RGB18888101-
CMYK00.530.460.26
HSL352.2º42.74%54.12%-
HSV(B)352.2º53.19%73.73%-
XYZ26.5818.6114.5-
YUV119.38117.63176.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=49.87%
G=23.34%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888810100.530.460.26352.242.7454.12
HexBC58650352E1A1602b36
Octal27413014506556325405366
Binary1011110010110001100101011010110111011010101100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5865; }

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

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

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

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

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

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

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

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