#BC4866

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

Shades of Blush #BC4866

Tints of Blush #BC4866

Color information

#BC4866 (or 0xBC4866) is unknown color: approx Blush. HEX triplet: BC, 48 and 66. RGB value is (188,72,102). Sum of RGB (Red+Green+Blue) = 188+72+102=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4866 is #43B799. Grayscale: #6E6E6E. Windows color (decimal): -4437914 or 6703292. OLE color: 6703292.

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

Color convert

RGB18872102-
CMYK00.620.460.26
HSL344.48º46.4%50.98%-
HSV(B)344.48º61.7%73.73%-
XYZ25.4516.2914.37-
YUV110.1123.43183.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=51.93%
G=19.89%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887210200.620.460.26344.4846.450.98
HexBC486603E2E1A1582e33
Octal27411014607656325305663
Binary1011110010010001100110011111010111011010101011000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4866; }

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

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

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

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

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

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

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

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