#BB595B

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

Shades of Mandy #BB595B

Tints of Mandy #BB595B

Color information

#BB595B (or 0xBB595B) is unknown color: approx Mandy. HEX triplet: BB, 59 and 5B. RGB value is (187,89,91). Sum of RGB (Red+Green+Blue) = 187+89+91=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB595B is #44A6A4. Grayscale: #767676. Windows color (decimal): -4499109 or 5986747. OLE color: 5986747.

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

Color convert

RGB1878991-
CMYK00.520.510.27
HSL358.78º41.88%54.12%-
HSV(B)358.78º52.41%73.33%-
XYZ25.9518.4612.09-
YUV118.53112.47176.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=50.95%
G=24.25%
B=24.80%

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
Decimal187899100.520.510.27358.7841.8854.12
HexBB595B034331B1672a36
Octal27313113306463335475266
Binary1011101110110011011011011010011001111011101100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB595B; }

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

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

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

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

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

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

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

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