#B95685

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

Shades of Mulberry #B95685

Tints of Mulberry #B95685

Color information

#B95685 (or 0xB95685) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 85. RGB value is (185,86,133). Sum of RGB (Red+Green+Blue) = 185+86+133=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B95685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95685 is #46A97A. Grayscale: #787878. Windows color (decimal): -4630907 or 8738489. OLE color: 8738489.

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

Color convert

RGB18586133-
CMYK00.540.280.27
HSL331.52º41.42%53.14%-
HSV(B)331.52º53.51%72.55%-
XYZ27.5718.6624.34-
YUV120.96134.8173.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=45.79%
G=21.29%
B=32.92%

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
Decimal1858613300.540.280.27331.5241.4253.14
HexB956850361C1B14c2935
Octal27112620506634335145165
Binary1011100110101101000010101101101110011011101001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95685; }

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

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

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

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

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

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

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

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