#BC5458

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

Shades of Mandy #BC5458

Tints of Mandy #BC5458

Color information

#BC5458 (or 0xBC5458) is unknown color: approx Mandy. HEX triplet: BC, 54 and 58. RGB value is (188,84,88). Sum of RGB (Red+Green+Blue) = 188+84+88=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5458 is #43ABA7. Grayscale: #737373. Windows color (decimal): -4434856 or 5788860. OLE color: 5788860.

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

Color convert

RGB1888488-
CMYK00.550.530.26
HSL357.69º43.7%53.33%-
HSV(B)357.69º55.32%73.73%-
XYZ25.6717.7411.3-
YUV115.55112.46179.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=52.22%
G=23.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188848800.550.530.26357.6943.753.33
HexBC5458037351A1662c35
Octal27412413006765325465465
Binary1011110010101001011000011011111010111010101100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5458; }

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

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

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

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

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

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

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

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