#BC474A

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

Shades of Mandy #BC474A

Tints of Mandy #BC474A

Color information

#BC474A (or 0xBC474A) is unknown color: approx Mandy. HEX triplet: BC, 47 and 4A. RGB value is (188,71,74). Sum of RGB (Red+Green+Blue) = 188+71+74=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC474A is #43B8B5. Grayscale: #6A6A6A. Windows color (decimal): -4438198 or 4868028. OLE color: 4868028.

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

Color convert

RGB1887174-
CMYK00.620.610.26
HSL358.46º46.61%50.78%-
HSV(B)358.46º62.23%73.73%-
XYZ24.2315.698.23-
YUV106.32109.76186.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=56.46%
G=21.32%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188717400.620.610.26358.4646.6150.78
HexBC474A03E3D1A1662f33
Octal27410711207675325465763
Binary1011110010001111001010011111011110111010101100110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC474A; }

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

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

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

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

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

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

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

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