#BB529C

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

Shades of Mulberry #BB529C

Tints of Mulberry #BB529C

Color information

#BB529C (or 0xBB529C) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 9C. RGB value is (187,82,156). Sum of RGB (Red+Green+Blue) = 187+82+156=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB529C is #44AD63. Grayscale: #797979. Windows color (decimal): -4500836 or 10244795. OLE color: 10244795.

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

Color convert

RGB18782156-
CMYK00.560.170.27
HSL317.71º43.57%52.75%-
HSV(B)317.71º56.15%73.33%-
XYZ29.511933.56-
YUV121.83147.29174.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=44%
G=19.29%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878215600.560.170.27317.7143.5752.75
HexBB529C038111B13e2c35
Octal27312223407021334765465
Binary1011101110100101001110001110001000111011100111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB529C; }

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

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

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

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

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

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

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

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