#BB595D

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

Shades of Mandy #BB595D

Tints of Mandy #BB595D

Color information

#BB595D (or 0xBB595D) is unknown color: approx Mandy. HEX triplet: BB, 59 and 5D. RGB value is (187,89,93). Sum of RGB (Red+Green+Blue) = 187+89+93=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB595D is #44A6A2. Grayscale: #767676. Windows color (decimal): -4499107 or 6117819. OLE color: 6117819.

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

Color convert

RGB1878993-
CMYK00.520.500.27
HSL357.55º41.88%54.12%-
HSV(B)357.55º52.41%73.33%-
XYZ26.0418.512.55-
YUV118.76113.47176.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=50.68%
G=24.12%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187899300.520.500.27357.5541.8854.12
HexBB595D034321B1662a36
Octal27313113506462335465266
Binary1011101110110011011101011010011001011011101100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB595D; }

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

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

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

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

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

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

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

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