#B95996

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

Shades of Mulberry #B95996

Tints of Mulberry #B95996

Color information

#B95996 (or 0xB95996) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 96. RGB value is (185,89,150). Sum of RGB (Red+Green+Blue) = 185+89+150=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B95996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95996 is #46A669. Grayscale: #7C7C7C. Windows color (decimal): -4630122 or 9853369. OLE color: 9853369.

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

Color convert

RGB18589150-
CMYK00.520.190.27
HSL321.88º40.68%53.73%-
HSV(B)321.88º51.89%72.55%-
XYZ29.0819.6631.12-
YUV124.66142.3171.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=43.63%
G=20.99%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858915000.520.190.27321.8840.6853.73
HexB95996034131B1422936
Octal27113122606423335025166
Binary1011100110110011001011001101001001111011101000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95996; }

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

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

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

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

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

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

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

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