#BC5158

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

Shades of Mandy #BC5158

Tints of Mandy #BC5158

Color information

#BC5158 (or 0xBC5158) is unknown color: approx Mandy. HEX triplet: BC, 51 and 58. RGB value is (188,81,88). Sum of RGB (Red+Green+Blue) = 188+81+88=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5158 is #43AEA7. Grayscale: #717171. Windows color (decimal): -4435624 or 5788092. OLE color: 5788092.

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

Color convert

RGB1888188-
CMYK00.570.530.26
HSL356.07º44.4%52.75%-
HSV(B)356.07º56.91%73.73%-
XYZ25.4417.2811.23-
YUV113.79113.45180.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=52.66%
G=22.69%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188818800.570.530.26356.0744.452.75
HexBC5158039351A1642c35
Octal27412113007165325445465
Binary1011110010100011011000011100111010111010101100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5158; }

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

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

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

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

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

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

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

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