#BC4E54

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

Shades of Mandy #BC4E54

Tints of Mandy #BC4E54

Color information

#BC4E54 (or 0xBC4E54) is unknown color: approx Mandy. HEX triplet: BC, 4E and 54. RGB value is (188,78,84). Sum of RGB (Red+Green+Blue) = 188+78+84=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E54 is #43B1AB. Grayscale: #6F6F6F. Windows color (decimal): -4436396 or 5525180. OLE color: 5525180.

HSL color Cylindrical-coordinate representation of color #BC4E54: hue angle of 356.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4E54 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB1887884-
CMYK00.590.550.26
HSL356.73º45.08%52.16%-
HSV(B)356.73º58.51%73.73%-
XYZ25.0616.7810.31-
YUV111.57112.44182.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 84 (33.20% from 255) = 24%
R=53.71%
G=22.29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188788400.590.550.26356.7345.0852.16
HexBC4E5403B371A1652d34
Octal27411612407367325455564
Binary1011110010011101010100011101111011111010101100101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4E54; }

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

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

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

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

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

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

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

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