#BB528C

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

Shades of Mulberry #BB528C

Tints of Mulberry #BB528C

Color information

#BB528C (or 0xBB528C) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 8C. RGB value is (187,82,140). Sum of RGB (Red+Green+Blue) = 187+82+140=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528C is #44AD73. Grayscale: #777777. Windows color (decimal): -4500852 or 9196219. OLE color: 9196219.

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

Color convert

RGB18782140-
CMYK00.560.250.27
HSL326.86º43.57%52.75%-
HSV(B)326.86º56.15%73.33%-
XYZ28.2418.4926.89-
YUV120.01139.29175.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=45.72%
G=20.05%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878214000.560.250.27326.8643.5752.75
HexBB528C038191B1472c35
Octal27312221407031335075465
Binary1011101110100101000110001110001100111011101000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB528C; }

 p { color: rgb(187,82,140); }

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

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

 a { background-color: rgb(187,82,140); }

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

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

 span { border-color: rgb(187,82,140); }

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