#BB488A

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

Shades of Mulberry #BB488A

Tints of Mulberry #BB488A

Color information

#BB488A (or 0xBB488A) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 8A. RGB value is (187,72,138). Sum of RGB (Red+Green+Blue) = 187+72+138=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488A is #44B775. Grayscale: #717171. Windows color (decimal): -4503414 or 9062587. OLE color: 9062587.

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

Color convert

RGB18772138-
CMYK00.610.260.27
HSL325.57º45.82%50.78%-
HSV(B)325.57º61.5%73.33%-
XYZ27.417.0325.89-
YUV113.91141.6180.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=47.10%
G=18.14%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877213800.610.260.27325.5745.8250.78
HexBB488A03D1A1B1462e33
Octal27311021207532335065663
Binary1011101110010001000101001111011101011011101000110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB488A; }

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

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

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

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

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

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

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

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