#bc4760

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

Shades of Blush #BC4760

Tints of Blush #BC4760

Color information

#BC4760 (or 0xBC4760) is unknown color: approx Blush. HEX triplet: BC, 47 and 60. RGB value is (188,71,96). Sum of RGB (Red+Green+Blue) = 188+71+96=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4760 is #43B89F. Grayscale: #6C6C6C. Windows color (decimal): -4438176 or 6309820. OLE color: 6309820.

HSL color Cylindrical-coordinate representation of color #BC4760: hue angle of 347.18º degrees, saturation: 0.47, 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 #BC4760 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1887196-
CMYK00.620.490.26
HSL347.18º46.61%50.78%-
HSV(B)347.18º62.23%73.73%-
XYZ25.116.0412.84-
YUV108.83120.76184.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=52.96%
G=20%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188719600.620.490.26347.1846.6150.78
HexBC476003E311A15b2f33
Octal27410714007661325335763
Binary1011110010001111100000011111011000111010101011011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4760; }

 p { color: rgb(188,71,96); }

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

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

 a { background-color: rgb(188,71,96); }

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

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

 span { border-color: rgb(188,71,96); }

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