#BB545A

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

Shades of Mandy #BB545A

Tints of Mandy #BB545A

Color information

#BB545A (or 0xBB545A) is unknown color: approx Mandy. HEX triplet: BB, 54 and 5A. RGB value is (187,84,90). Sum of RGB (Red+Green+Blue) = 187+84+90=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB545A is #44ABA5. Grayscale: #737373. Windows color (decimal): -4500390 or 5919931. OLE color: 5919931.

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

Color convert

RGB1878490-
CMYK00.550.520.27
HSL356.5º43.1%53.14%-
HSV(B)356.5º55.08%73.33%-
XYZ25.5117.6411.73-
YUV115.48113.62179.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=51.80%
G=23.27%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187849000.550.520.27356.543.153.14
HexBB545A037341B1652b35
Octal27312413206764335455365
Binary1011101110101001011010011011111010011011101100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB545A; }

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

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

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

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

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

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

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

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