#BC5558

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

Shades of Mandy #BC5558

Tints of Mandy #BC5558

Color information

#BC5558 (or 0xBC5558) is unknown color: approx Mandy. HEX triplet: BC, 55 and 58. RGB value is (188,85,88). Sum of RGB (Red+Green+Blue) = 188+85+88=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5558 is #43AAA7. Grayscale: #747474. Windows color (decimal): -4434600 or 5789116. OLE color: 5789116.

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

Color convert

RGB1888588-
CMYK00.550.530.26
HSL358.25º43.46%53.53%-
HSV(B)358.25º54.79%73.73%-
XYZ25.7517.8911.33-
YUV116.14112.12179.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=52.08%
G=23.55%
B=24.38%

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
Decimal188858800.550.530.26358.2543.4653.53
HexBC5558037351A1662b36
Octal27412513006765325465366
Binary1011110010101011011000011011111010111010101100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5558; }

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

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

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

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

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

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

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

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