#BC475B

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

Shades of Blush #BC475B

Tints of Blush #BC475B

Color information

#BC475B (or 0xBC475B) is unknown color: approx Blush. HEX triplet: BC, 47 and 5B. RGB value is (188,71,91). Sum of RGB (Red+Green+Blue) = 188+71+91=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC475B is #43B8A4. Grayscale: #6C6C6C. Windows color (decimal): -4438181 or 5982140. OLE color: 5982140.

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

Color convert

RGB1887191-
CMYK00.620.520.26
HSL349.74º46.61%50.78%-
HSV(B)349.74º62.23%73.73%-
XYZ24.8815.9511.67-
YUV108.26118.26184.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 91 (35.94% from 255) = 26%
R=53.71%
G=20.29%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188719100.620.520.26349.7446.6150.78
HexBC475B03E341A15e2f33
Octal27410713307664325365763
Binary1011110010001111011011011111011010011010101011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC475B; }

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

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

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

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

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

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

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

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