#B75587

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

Shades of Mulberry #B75587

Tints of Mulberry #B75587

Color information

#B75587 (or 0xB75587) is unknown color: approx Mulberry. HEX triplet: B7, 55 and 87. RGB value is (183,85,135). Sum of RGB (Red+Green+Blue) = 183+85+135=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75587 is #48AA78. Grayscale: #777777. Windows color (decimal): -4762233 or 8869303. OLE color: 8869303.

HSL color Cylindrical-coordinate representation of color #B75587: hue angle of 329.39º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75587 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18385135-
CMYK00.540.260.28
HSL329.39º40.5%52.55%-
HSV(B)329.39º53.55%71.76%-
XYZ27.1518.3125.03-
YUV120136.47172.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=45.41%
G=21.09%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838513500.540.260.28329.3940.552.55
HexB755870361A1C1492835
Octal26712520706632345115065
Binary1011011110101011000011101101101101011100101001001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75587; }

 p { color: rgb(183,85,135); }

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

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

 a { background-color: rgb(183,85,135); }

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

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

 span { border-color: rgb(183,85,135); }

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