#BC595E

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

Shades of Mandy #BC595E

Tints of Mandy #BC595E

Color information

#BC595E (or 0xBC595E) is unknown color: approx Mandy. HEX triplet: BC, 59 and 5E. RGB value is (188,89,94). Sum of RGB (Red+Green+Blue) = 188+89+94=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595E is #43A6A1. Grayscale: #777777. Windows color (decimal): -4433570 or 6183356. OLE color: 6183356.

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

Color convert

RGB1888994-
CMYK00.530.500.26
HSL356.97º42.49%54.31%-
HSV(B)356.97º52.66%73.73%-
XYZ26.3318.6412.8-
YUV119.17113.8177.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=50.67%
G=23.99%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188899400.530.500.26356.9742.4954.31
HexBC595E035321A1652a36
Octal27413113606562325455266
Binary1011110010110011011110011010111001011010101100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC595E; }

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

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

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

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

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

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

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

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