#BC595C

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

Shades of Mandy #BC595C

Tints of Mandy #BC595C

Color information

#BC595C (or 0xBC595C) is unknown color: approx Mandy. HEX triplet: BC, 59 and 5C. RGB value is (188,89,92). Sum of RGB (Red+Green+Blue) = 188+89+92=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595C is #43A6A3. Grayscale: #777777. Windows color (decimal): -4433572 or 6052284. OLE color: 6052284.

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

Color convert

RGB1888992-
CMYK00.530.510.26
HSL358.18º42.49%54.31%-
HSV(B)358.18º52.66%73.73%-
XYZ26.2418.6112.33-
YUV118.94112.8177.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=50.95%
G=24.12%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188899200.530.510.26358.1842.4954.31
HexBC595C035331A1662a36
Octal27413113406563325465266
Binary1011110010110011011100011010111001111010101100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC595C; }

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

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

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

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

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

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

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

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