#BB488C

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

Shades of Mulberry #BB488C

Tints of Mulberry #BB488C

Color information

#BB488C (or 0xBB488C) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 8C. RGB value is (187,72,140). Sum of RGB (Red+Green+Blue) = 187+72+140=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488C is #44B773. Grayscale: #717171. Windows color (decimal): -4503412 or 9193659. OLE color: 9193659.

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

Color convert

RGB18772140-
CMYK00.610.250.27
HSL324.52º45.82%50.78%-
HSV(B)324.52º61.5%73.33%-
XYZ27.5417.0926.66-
YUV114.14142.6179.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=46.87%
G=18.05%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877214000.610.250.27324.5245.8250.78
HexBB488C03D191B1452e33
Octal27311021407531335055663
Binary1011101110010001000110001111011100111011101000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB488C; }

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

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

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

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

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

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

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

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