#BB4B89

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

Shades of Mulberry #BB4B89

Tints of Mulberry #BB4B89

Color information

#BB4B89 (or 0xBB4B89) is unknown color: approx Mulberry. HEX triplet: BB, 4B and 89. RGB value is (187,75,137). Sum of RGB (Red+Green+Blue) = 187+75+137=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B89 is #44B476. Grayscale: #737373. Windows color (decimal): -4502647 or 8997819. OLE color: 8997819.

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

Color convert

RGB18775137-
CMYK00.600.270.27
HSL326.79º45.16%51.37%-
HSV(B)326.79º59.89%73.33%-
XYZ27.5217.425.58-
YUV115.56140.11178.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=46.87%
G=18.80%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877513700.600.270.27326.7945.1651.37
HexBB4B8903C1B1B1472d33
Octal27311321107433335075563
Binary1011101110010111000100101111001101111011101000111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B89; }

 p { color: rgb(187,75,137); }

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

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

 a { background-color: rgb(187,75,137); }

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

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

 span { border-color: rgb(187,75,137); }

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