#b75686

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

Shades of Mulberry #B75686

Tints of Mulberry #B75686

Color information

#B75686 (or 0xB75686) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 86. RGB value is (183,86,134). Sum of RGB (Red+Green+Blue) = 183+86+134=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75686 is #48A979. Grayscale: #787878. Windows color (decimal): -4761978 or 8804023. OLE color: 8804023.

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

Color convert

RGB18386134-
CMYK00.530.270.28
HSL330.31º40.25%52.75%-
HSV(B)330.31º53.01%71.76%-
XYZ27.1618.4424.68-
YUV120.48135.64172.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=45.41%
G=21.34%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838613400.530.270.28330.3140.2552.75
HexB756860351B1C14a2835
Octal26712620606533345125065
Binary1011011110101101000011001101011101111100101001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75686; }

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

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

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

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

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

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

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

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