#BC595F

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

Shades of Mandy #BC595F

Tints of Mandy #BC595F

Color information

#BC595F (or 0xBC595F) is unknown color: approx Mandy. HEX triplet: BC, 59 and 5F. RGB value is (188,89,95). Sum of RGB (Red+Green+Blue) = 188+89+95=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595F is #43A6A0. Grayscale: #777777. Windows color (decimal): -4433569 or 6248892. OLE color: 6248892.

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

Color convert

RGB1888995-
CMYK00.530.490.26
HSL356.36º42.49%54.31%-
HSV(B)356.36º52.66%73.73%-
XYZ26.3818.6613.04-
YUV119.28114.3177.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=50.54%
G=23.92%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188899500.530.490.26356.3642.4954.31
HexBC595F035311A1642a36
Octal27413113706561325445266
Binary1011110010110011011111011010111000111010101100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC595F; }

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

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

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

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

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

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

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

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