#BC5155

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

Shades of Mandy #BC5155

Tints of Mandy #BC5155

Color information

#BC5155 (or 0xBC5155) is unknown color: approx Mandy. HEX triplet: BC, 51 and 55. RGB value is (188,81,85). Sum of RGB (Red+Green+Blue) = 188+81+85=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5155 is #43AEAA. Grayscale: #717171. Windows color (decimal): -4435627 or 5591484. OLE color: 5591484.

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

Color convert

RGB1888185-
CMYK00.570.550.26
HSL357.76º44.4%52.75%-
HSV(B)357.76º56.91%73.73%-
XYZ25.3217.2310.59-
YUV113.45111.95181.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=53.11%
G=22.88%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188818500.570.550.26357.7644.452.75
HexBC5155039371A1662c35
Octal27412112507167325465465
Binary1011110010100011010101011100111011111010101100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5155; }

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

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

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

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

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

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

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

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