#BB545B

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

Shades of Mandy #BB545B

Tints of Mandy #BB545B

Color information

#BB545B (or 0xBB545B) is unknown color: approx Mandy. HEX triplet: BB, 54 and 5B. RGB value is (187,84,91). Sum of RGB (Red+Green+Blue) = 187+84+91=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB545B is #44ABA4. Grayscale: #737373. Windows color (decimal): -4500389 or 5985467. OLE color: 5985467.

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

Color convert

RGB1878491-
CMYK00.550.510.27
HSL355.92º43.1%53.14%-
HSV(B)355.92º55.08%73.33%-
XYZ25.5517.6611.96-
YUV115.6114.12178.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=51.66%
G=23.20%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187849100.550.510.27355.9243.153.14
HexBB545B037331B1642b35
Octal27312413306763335445365
Binary1011101110101001011011011011111001111011101100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB545B; }

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

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

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

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

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

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

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

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