#bb518a

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

Shades of Mulberry #BB518A

Tints of Mulberry #BB518A

Color information

#BB518A (or 0xBB518A) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 8A. RGB value is (187,81,138). Sum of RGB (Red+Green+Blue) = 187+81+138=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518A is #44AE75. Grayscale: #777777. Windows color (decimal): -4501110 or 9064891. OLE color: 9064891.

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

Color convert

RGB18781138-
CMYK00.570.260.27
HSL327.74º43.8%52.55%-
HSV(B)327.74º56.68%73.33%-
XYZ28.0218.2826.1-
YUV119.19138.62176.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=46.06%
G=19.95%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878113800.570.260.27327.7443.852.55
HexBB518A0391A1B1482c35
Octal27312121207132335105465
Binary1011101110100011000101001110011101011011101001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb518a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb518a; }

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

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

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

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

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

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

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

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