#BC4C54

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

Shades of Mandy #BC4C54

Tints of Mandy #BC4C54

Color information

#BC4C54 (or 0xBC4C54) is unknown color: approx Mandy. HEX triplet: BC, 4C and 54. RGB value is (188,76,84). Sum of RGB (Red+Green+Blue) = 188+76+84=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C54 is #43B3AB. Grayscale: #6E6E6E. Windows color (decimal): -4436908 or 5524668. OLE color: 5524668.

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

Color convert

RGB1887684-
CMYK00.600.550.26
HSL355.71º45.53%51.76%-
HSV(B)355.71º59.57%73.73%-
XYZ24.9216.510.26-
YUV110.4113.11183.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=54.02%
G=21.84%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188768400.600.550.26355.7145.5351.76
HexBC4C5403C371A1642e34
Octal27411412407467325445664
Binary1011110010011001010100011110011011111010101100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C54; }

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

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

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

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

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

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

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

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