#BC525C

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

Shades of Mandy #BC525C

Tints of Mandy #BC525C

Color information

#BC525C (or 0xBC525C) is unknown color: approx Mandy. HEX triplet: BC, 52 and 5C. RGB value is (188,82,92). Sum of RGB (Red+Green+Blue) = 188+82+92=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC525C is #43ADA3. Grayscale: #727272. Windows color (decimal): -4435364 or 6050492. OLE color: 6050492.

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

Color convert

RGB1888292-
CMYK00.560.510.26
HSL354.34º44.17%52.94%-
HSV(B)354.34º56.38%73.73%-
XYZ25.6917.512.15-
YUV114.83115.12180.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=51.93%
G=22.65%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188829200.560.510.26354.3444.1752.94
HexBC525C038331A1622c35
Octal27412213407063325425465
Binary1011110010100101011100011100011001111010101100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC525C; }

 p { color: rgb(188,82,92); }

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

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

 a { background-color: rgb(188,82,92); }

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

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

 span { border-color: rgb(188,82,92); }

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