#BC595A

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

Shades of Mandy #BC595A

Tints of Mandy #BC595A

Color information

#BC595A (or 0xBC595A) is unknown color: approx Mandy. HEX triplet: BC, 59 and 5A. RGB value is (188,89,90). Sum of RGB (Red+Green+Blue) = 188+89+90=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC595A is #43A6A5. Grayscale: #767676. Windows color (decimal): -4433574 or 5921212. OLE color: 5921212.

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

Color convert

RGB1888990-
CMYK00.530.520.26
HSL359.39º42.49%54.31%-
HSV(B)359.39º52.66%73.73%-
XYZ26.1618.5711.88-
YUV118.71111.8177.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=51.23%
G=24.25%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188899000.530.520.26359.3942.4954.31
HexBC595A035341A1672a36
Octal27413113206564325475266
Binary1011110010110011011010011010111010011010101100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC595A; }

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

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

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

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

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

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

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

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