#B75986

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

Shades of Mulberry #B75986

Tints of Mulberry #B75986

Color information

#B75986 (or 0xB75986) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 86. RGB value is (183,89,134). Sum of RGB (Red+Green+Blue) = 183+89+134=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B75986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75986 is #48A679. Grayscale: #7A7A7A. Windows color (decimal): -4761210 or 8804791. OLE color: 8804791.

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

Color convert

RGB18389134-
CMYK00.510.270.28
HSL331.28º39.5%53.33%-
HSV(B)331.28º51.37%71.76%-
XYZ27.418.9324.76-
YUV122.24134.64171.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=45.07%
G=21.92%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838913400.510.270.28331.2839.553.33
HexB759860331B1C14b2735
Octal26713120606333345134765
Binary1011011110110011000011001100111101111100101001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75986; }

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

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

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

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

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

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

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

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