#BC474D

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

Shades of Mandy #BC474D

Tints of Mandy #BC474D

Color information

#BC474D (or 0xBC474D) is unknown color: approx Mandy. HEX triplet: BC, 47 and 4D. RGB value is (188,71,77). Sum of RGB (Red+Green+Blue) = 188+71+77=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC474D is #43B8B2. Grayscale: #6A6A6A. Windows color (decimal): -4438195 or 5064636. OLE color: 5064636.

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

Color convert

RGB1887177-
CMYK00.620.590.26
HSL356.92º46.61%50.78%-
HSV(B)356.92º62.23%73.73%-
XYZ24.3315.738.78-
YUV106.67111.26186.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=55.95%
G=21.13%
B=22.92%

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
Decimal188717700.620.590.26356.9246.6150.78
HexBC474D03E3B1A1652f33
Octal27410711507673325455763
Binary1011110010001111001101011111011101111010101100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC474D; }

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

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

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

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

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

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

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

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