#BB488B

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

Shades of Mulberry #BB488B

Tints of Mulberry #BB488B

Color information

#BB488B (or 0xBB488B) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 8B. RGB value is (187,72,139). Sum of RGB (Red+Green+Blue) = 187+72+139=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488B is #44B774. Grayscale: #717171. Windows color (decimal): -4503413 or 9128123. OLE color: 9128123.

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

Color convert

RGB18772139-
CMYK00.610.260.27
HSL325.04º45.82%50.78%-
HSV(B)325.04º61.5%73.33%-
XYZ27.4717.0626.27-
YUV114.02142.1180.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=46.98%
G=18.09%
B=34.92%

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
Decimal1877213900.610.260.27325.0445.8250.78
HexBB488B03D1A1B1452e33
Octal27311021307532335055663
Binary1011101110010001000101101111011101011011101000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB488B; }

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

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

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

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

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

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

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

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