#BB5185

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

Shades of Mulberry #BB5185

Tints of Mulberry #BB5185

Color information

#BB5185 (or 0xBB5185) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 85. RGB value is (187,81,133). Sum of RGB (Red+Green+Blue) = 187+81+133=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5185 is #44AE7A. Grayscale: #767676. Windows color (decimal): -4501115 or 8737211. OLE color: 8737211.

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

Color convert

RGB18781133-
CMYK00.570.290.27
HSL330.57º43.8%52.55%-
HSV(B)330.57º56.68%73.33%-
XYZ27.6718.1424.23-
YUV118.62136.12176.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=46.63%
G=20.20%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878113300.570.290.27330.5743.852.55
HexBB51850391D1B14b2c35
Octal27312120507135335135465
Binary1011101110100011000010101110011110111011101001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5185; }

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

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

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

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

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

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

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

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