#BC5157

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

Shades of Mandy #BC5157

Tints of Mandy #BC5157

Color information

#BC5157 (or 0xBC5157) is unknown color: approx Mandy. HEX triplet: BC, 51 and 57. RGB value is (188,81,87). Sum of RGB (Red+Green+Blue) = 188+81+87=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5157 is #43AEA8. Grayscale: #717171. Windows color (decimal): -4435625 or 5722556. OLE color: 5722556.

HSL color Cylindrical-coordinate representation of color #BC5157: hue angle of 356.64º 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 #BC5157 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1888187-
CMYK00.570.540.26
HSL356.64º44.4%52.75%-
HSV(B)356.64º56.91%73.73%-
XYZ25.417.2611.01-
YUV113.68112.95181.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=52.81%
G=22.75%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188818700.570.540.26356.6444.452.75
HexBC5157039361A1652c35
Octal27412112707166325455465
Binary1011110010100011010111011100111011011010101100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5157; }

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

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

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

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

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

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

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

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