#B75786

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

Shades of Mulberry #B75786

Tints of Mulberry #B75786

Color information

#B75786 (or 0xB75786) is unknown color: approx Mulberry. HEX triplet: B7, 57 and 86. RGB value is (183,87,134). Sum of RGB (Red+Green+Blue) = 183+87+134=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75786 is #48A879. Grayscale: #787878. Windows color (decimal): -4761722 or 8804279. OLE color: 8804279.

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

Color convert

RGB18387134-
CMYK00.520.270.28
HSL330.62º40%52.94%-
HSV(B)330.62º52.46%71.76%-
XYZ27.2418.624.71-
YUV121.06135.3172.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=45.30%
G=21.53%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838713400.520.270.28330.624052.94
HexB757860341B1C14b2835
Octal26712720606433345135065
Binary1011011110101111000011001101001101111100101001011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75786; }

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

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

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

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

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

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

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

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