#BB545C

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

Shades of Mandy #BB545C

Tints of Mandy #BB545C

Color information

#BB545C (or 0xBB545C) is unknown color: approx Mandy. HEX triplet: BB, 54 and 5C. RGB value is (187,84,92). Sum of RGB (Red+Green+Blue) = 187+84+92=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB545C is #44ABA3. Grayscale: #737373. Windows color (decimal): -4500388 or 6051003. OLE color: 6051003.

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

Color convert

RGB1878492-
CMYK00.550.510.27
HSL355.34º43.1%53.14%-
HSV(B)355.34º55.08%73.33%-
XYZ25.617.6812.19-
YUV115.71114.62178.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=51.52%
G=23.14%
B=25.34%

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
Decimal187849200.550.510.27355.3443.153.14
HexBB545C037331B1632b35
Octal27312413406763335435365
Binary1011101110101001011100011011111001111011101100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB545C; }

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

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

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

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

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

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

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

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