#BB595A

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

Shades of Mandy #BB595A

Tints of Mandy #BB595A

Color information

#BB595A (or 0xBB595A) is unknown color: approx Mandy. HEX triplet: BB, 59 and 5A. RGB value is (187,89,90). Sum of RGB (Red+Green+Blue) = 187+89+90=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB595A is #44A6A5. Grayscale: #767676. Windows color (decimal): -4499110 or 5921211. OLE color: 5921211.

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

Color convert

RGB1878990-
CMYK00.520.520.27
HSL359.39º41.88%54.12%-
HSV(B)359.39º52.41%73.33%-
XYZ25.9118.4511.87-
YUV118.42111.97176.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=51.09%
G=24.32%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187899000.520.520.27359.3941.8854.12
HexBB595A034341B1672a36
Octal27313113206464335475266
Binary1011101110110011011010011010011010011011101100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB595A; }

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

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

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

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

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

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

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

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