#B95684

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

Shades of Mulberry #B95684

Tints of Mulberry #B95684

Color information

#B95684 (or 0xB95684) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 84. RGB value is (185,86,132). Sum of RGB (Red+Green+Blue) = 185+86+132=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95684 is #46A97B. Grayscale: #787878. Windows color (decimal): -4630908 or 8672953. OLE color: 8672953.

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

Color convert

RGB18586132-
CMYK00.540.290.27
HSL332.12º41.42%53.14%-
HSV(B)332.12º53.51%72.55%-
XYZ27.518.6423.98-
YUV120.84134.3173.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=45.91%
G=21.34%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858613200.540.290.27332.1241.4253.14
HexB956840361D1B14c2935
Octal27112620406635335145165
Binary1011100110101101000010001101101110111011101001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95684; }

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

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

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

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

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

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

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

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