#BB5B85

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

Shades of Mulberry #BB5B85

Tints of Mulberry #BB5B85

Color information

#BB5B85 (or 0xBB5B85) is unknown color: approx Mulberry. HEX triplet: BB, 5B and 85. RGB value is (187,91,133). Sum of RGB (Red+Green+Blue) = 187+91+133=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B85 is #44A47A. Grayscale: #7C7C7C. Windows color (decimal): -4498555 or 8739771. OLE color: 8739771.

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

Color convert

RGB18791133-
CMYK00.510.290.27
HSL333.75º41.38%54.51%-
HSV(B)333.75º51.34%73.33%-
XYZ28.4719.7424.5-
YUV124.49132.8172.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=45.50%
G=22.14%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879113300.510.290.27333.7541.3854.51
HexBB5B850331D1B14e2937
Octal27313320506335335165167
Binary1011101110110111000010101100111110111011101001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B85; }

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

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

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

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

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

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

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

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