#BC474E

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

Shades of Mandy #BC474E

Tints of Mandy #BC474E

Color information

#BC474E (or 0xBC474E) is unknown color: approx Mandy. HEX triplet: BC, 47 and 4E. RGB value is (188,71,78). Sum of RGB (Red+Green+Blue) = 188+71+78=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC474E is #43B8B1. Grayscale: #6A6A6A. Windows color (decimal): -4438194 or 5130172. OLE color: 5130172.

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

Color convert

RGB1887178-
CMYK00.620.590.26
HSL356.41º46.61%50.78%-
HSV(B)356.41º62.23%73.73%-
XYZ24.3715.758.96-
YUV106.78111.76185.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=55.79%
G=21.07%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188717800.620.590.26356.4146.6150.78
HexBC474E03E3B1A1642f33
Octal27410711607673325445763
Binary1011110010001111001110011111011101111010101100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC474E; }

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

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

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

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

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

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

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

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