#B75586

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

Shades of Mulberry #B75586

Tints of Mulberry #B75586

Color information

#B75586 (or 0xB75586) is unknown color: approx Mulberry. HEX triplet: B7, 55 and 86. RGB value is (183,85,134). Sum of RGB (Red+Green+Blue) = 183+85+134=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75586 is #48AA79. Grayscale: #777777. Windows color (decimal): -4762234 or 8803767. OLE color: 8803767.

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

Color convert

RGB18385134-
CMYK00.540.270.28
HSL330º40.5%52.55%-
HSV(B)330º53.55%71.76%-
XYZ27.0818.2924.66-
YUV119.89135.97173.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=45.52%
G=21.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838513400.540.270.2833040.552.55
HexB755860361B1C14a2835
Octal26712520606633345125065
Binary1011011110101011000011001101101101111100101001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75586; }

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

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

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

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

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

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

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

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