#B95696

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

Shades of Mulberry #B95696

Tints of Mulberry #B95696

Color information

#B95696 (or 0xB95696) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 96. RGB value is (185,86,150). Sum of RGB (Red+Green+Blue) = 185+86+150=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95696 is #46A969. Grayscale: #7A7A7A. Windows color (decimal): -4630890 or 9852601. OLE color: 9852601.

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

Color convert

RGB18586150-
CMYK00.540.190.27
HSL321.21º41.42%53.14%-
HSV(B)321.21º53.51%72.55%-
XYZ28.8419.1731.03-
YUV122.9143.3172.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=43.94%
G=20.43%
B=35.63%

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
Decimal1858615000.540.190.27321.2141.4253.14
HexB95696036131B1412935
Octal27112622606623335015165
Binary1011100110101101001011001101101001111011101000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95696; }

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

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

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

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

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

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

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

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