#BC465D

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

Shades of Blush #BC465D

Tints of Blush #BC465D

Color information

#BC465D (or 0xBC465D) is unknown color: approx Blush. HEX triplet: BC, 46 and 5D. RGB value is (188,70,93). Sum of RGB (Red+Green+Blue) = 188+70+93=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC465D is #43B9A2. Grayscale: #6B6B6B. Windows color (decimal): -4438435 or 6112956. OLE color: 6112956.

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

Color convert

RGB1887093-
CMYK00.630.510.26
HSL348.31º46.83%50.59%-
HSV(B)348.31º62.77%73.73%-
XYZ24.915.8612.1-
YUV107.9119.59185.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=53.56%
G=19.94%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188709300.630.510.26348.3146.8350.59
HexBC465D03F331A15c2f33
Octal27410613507763325345763
Binary1011110010001101011101011111111001111010101011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC465D; }

 p { color: rgb(188,70,93); }

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

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

 a { background-color: rgb(188,70,93); }

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

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

 span { border-color: rgb(188,70,93); }

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