#BC415E

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

Shades of Blush #BC415E

Tints of Blush #BC415E

Color information

#BC415E (or 0xBC415E) is unknown color: approx Blush. HEX triplet: BC, 41 and 5E. RGB value is (188,65,94). Sum of RGB (Red+Green+Blue) = 188+65+94=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415E is #43BEA1. Grayscale: #696969. Windows color (decimal): -4439714 or 6177212. OLE color: 6177212.

HSL color Cylindrical-coordinate representation of color #BC415E: hue angle of 345.85º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC415E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1886594-
CMYK00.650.500.26
HSL345.85º48.62%49.61%-
HSV(B)345.85º65.43%73.73%-
XYZ24.6515.2812.24-
YUV105.08121.75187.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=54.18%
G=18.73%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188659400.650.500.26345.8548.6249.61
HexBC415E041321A15a3132
Octal274101136010162325326162
Binary10111100100000110111100100000111001011010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC415E; }

 p { color: rgb(188,65,94); }

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

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

 a { background-color: rgb(188,65,94); }

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

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

 span { border-color: rgb(188,65,94); }

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