#BC5658

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

Shades of Mandy #BC5658

Tints of Mandy #BC5658

Color information

#BC5658 (or 0xBC5658) is unknown color: approx Mandy. HEX triplet: BC, 56 and 58. RGB value is (188,86,88). Sum of RGB (Red+Green+Blue) = 188+86+88=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5658 is #43A9A7. Grayscale: #747474. Windows color (decimal): -4434344 or 5789372. OLE color: 5789372.

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

Color convert

RGB1888688-
CMYK00.540.530.26
HSL358.82º43.22%53.73%-
HSV(B)358.82º54.26%73.73%-
XYZ25.8318.0511.36-
YUV116.73111.79178.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=51.93%
G=23.76%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188868800.540.530.26358.8243.2253.73
HexBC5658036351A1672b36
Octal27412613006665325475366
Binary1011110010101101011000011011011010111010101100111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5658; }

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

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

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

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

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

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

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

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