#BB4986

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

Shades of Mulberry #BB4986

Tints of Mulberry #BB4986

Color information

#BB4986 (or 0xBB4986) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 86. RGB value is (187,73,134). Sum of RGB (Red+Green+Blue) = 187+73+134=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4986 is #44B679. Grayscale: #717171. Windows color (decimal): -4503162 or 8800699. OLE color: 8800699.

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

Color convert

RGB18773134-
CMYK00.610.280.27
HSL327.89º45.6%50.98%-
HSV(B)327.89º60.96%73.33%-
XYZ27.1817.0524.41-
YUV114.04139.27180.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=47.46%
G=18.53%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877313400.610.280.27327.8945.650.98
HexBB498603D1C1B1482e33
Octal27311120607534335105663
Binary1011101110010011000011001111011110011011101001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4986; }

 p { color: rgb(187,73,134); }

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

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

 a { background-color: rgb(187,73,134); }

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

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

 span { border-color: rgb(187,73,134); }

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