#BB4985

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

Shades of Mulberry #BB4985

Tints of Mulberry #BB4985

Color information

#BB4985 (or 0xBB4985) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 85. RGB value is (187,73,133). Sum of RGB (Red+Green+Blue) = 187+73+133=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4985 is #44B67A. Grayscale: #717171. Windows color (decimal): -4503163 or 8735163. OLE color: 8735163.

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

Color convert

RGB18773133-
CMYK00.610.290.27
HSL328.42º45.6%50.98%-
HSV(B)328.42º60.96%73.33%-
XYZ27.1117.0224.05-
YUV113.93138.77180.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=47.58%
G=18.58%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877313300.610.290.27328.4245.650.98
HexBB498503D1D1B1482e33
Octal27311120507535335105663
Binary1011101110010011000010101111011110111011101001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4985; }

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

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

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

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

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

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

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

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