#B95686

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

Shades of Mulberry #B95686

Tints of Mulberry #B95686

Color information

#B95686 (or 0xB95686) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 86. RGB value is (185,86,134). Sum of RGB (Red+Green+Blue) = 185+86+134=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B95686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95686 is #46A979. Grayscale: #787878. Windows color (decimal): -4630906 or 8804025. OLE color: 8804025.

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

Color convert

RGB18586134-
CMYK00.540.280.27
HSL330.91º41.42%53.14%-
HSV(B)330.91º53.51%72.55%-
XYZ27.6418.6924.71-
YUV121.07135.3173.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=45.68%
G=21.23%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858613400.540.280.27330.9141.4253.14
HexB956860361C1B14b2935
Octal27112620606634335135165
Binary1011100110101101000011001101101110011011101001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95686; }

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

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

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

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

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

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

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

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