#BC475D

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

Shades of Blush #BC475D

Tints of Blush #BC475D

Color information

#BC475D (or 0xBC475D) is unknown color: approx Blush. HEX triplet: BC, 47 and 5D. RGB value is (188,71,93). Sum of RGB (Red+Green+Blue) = 188+71+93=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475D is #43B8A2. Grayscale: #6C6C6C. Windows color (decimal): -4438179 or 6113212. OLE color: 6113212.

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

Color convert

RGB1887193-
CMYK00.620.510.26
HSL348.72º46.61%50.78%-
HSV(B)348.72º62.23%73.73%-
XYZ24.9715.9912.13-
YUV108.49119.26184.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=53.41%
G=20.17%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188719300.620.510.26348.7246.6150.78
HexBC475D03E331A15d2f33
Octal27410713507663325355763
Binary1011110010001111011101011111011001111010101011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC475D; }

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

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

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

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

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

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

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

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