#BB4680

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

Shades of Mulberry #BB4680

Tints of Mulberry #BB4680

Color information

#BB4680 (or 0xBB4680) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 80. RGB value is (187,70,128). Sum of RGB (Red+Green+Blue) = 187+70+128=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4680 is #44B97F. Grayscale: #6F6F6F. Windows color (decimal): -4503936 or 8406715. OLE color: 8406715.

HSL color Cylindrical-coordinate representation of color #BB4680: hue angle of 330.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4680 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18770128-
CMYK00.630.320.27
HSL330.26º46.25%50.39%-
HSV(B)330.26º62.57%73.33%-
XYZ26.5816.522.21-
YUV111.59137.26181.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=48.57%
G=18.18%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877012800.630.320.27330.2646.2550.39
HexBB468003F201B14a2e32
Octal27310620007740335125662
Binary10111011100011010000000011111110000011011101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4680; }

 p { color: rgb(187,70,128); }

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

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

 a { background-color: rgb(187,70,128); }

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

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

 span { border-color: rgb(187,70,128); }

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