#BB595C

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

Shades of Mandy #BB595C

Tints of Mandy #BB595C

Color information

#BB595C (or 0xBB595C) is unknown color: approx Mandy. HEX triplet: BB, 59 and 5C. RGB value is (187,89,92). Sum of RGB (Red+Green+Blue) = 187+89+92=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB595C is #44A6A3. Grayscale: #767676. Windows color (decimal): -4499108 or 6052283. OLE color: 6052283.

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

Color convert

RGB1878992-
CMYK00.520.510.27
HSL358.16º41.88%54.12%-
HSV(B)358.16º52.41%73.33%-
XYZ2618.4812.32-
YUV118.64112.97176.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 92 (36.33% from 255) = 25%
R=50.82%
G=24.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187899200.520.510.27358.1641.8854.12
HexBB595C034331B1662a36
Octal27313113406463335465266
Binary1011101110110011011100011010011001111011101100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB595C; }

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

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

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

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

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

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

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

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