#B95695

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

Shades of Mulberry #B95695

Tints of Mulberry #B95695

Color information

#B95695 (or 0xB95695) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 95. RGB value is (185,86,149). Sum of RGB (Red+Green+Blue) = 185+86+149=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B95695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95695 is #46A96A. Grayscale: #7A7A7A. Windows color (decimal): -4630891 or 9787065. OLE color: 9787065.

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

Color convert

RGB18586149-
CMYK00.540.190.27
HSL321.82º41.42%53.14%-
HSV(B)321.82º53.51%72.55%-
XYZ28.7619.1430.61-
YUV122.78142.8172.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=44.05%
G=20.48%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858614900.540.190.27321.8241.4253.14
HexB95695036131B1422935
Octal27112622506623335025165
Binary1011100110101101001010101101101001111011101000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95695; }

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

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

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

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

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

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

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

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