#BC5154

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

Shades of Mandy #BC5154

Tints of Mandy #BC5154

Color information

#BC5154 (or 0xBC5154) is unknown color: approx Mandy. HEX triplet: BC, 51 and 54. RGB value is (188,81,84). Sum of RGB (Red+Green+Blue) = 188+81+84=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5154 is #43AEAB. Grayscale: #717171. Windows color (decimal): -4435628 or 5525948. OLE color: 5525948.

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

Color convert

RGB1888184-
CMYK00.570.550.26
HSL358.32º44.4%52.75%-
HSV(B)358.32º56.91%73.73%-
XYZ25.2817.2210.38-
YUV113.33111.45181.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=53.26%
G=22.95%
B=23.80%

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
Decimal188818400.570.550.26358.3244.452.75
HexBC5154039371A1662c35
Octal27412112407167325465465
Binary1011110010100011010100011100111011111010101100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5154; }

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

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

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

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

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

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

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

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