#B95797

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

Shades of Mulberry #B95797

Tints of Mulberry #B95797

Color information

#B95797 (or 0xB95797) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 97. RGB value is (185,87,151). Sum of RGB (Red+Green+Blue) = 185+87+151=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95797 is #46A868. Grayscale: #7B7B7B. Windows color (decimal): -4630633 or 9918393. OLE color: 9918393.

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

Color convert

RGB18587151-
CMYK00.530.180.27
HSL320.82º41.18%53.33%-
HSV(B)320.82º52.97%72.55%-
XYZ2919.3731.49-
YUV123.6143.47171.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=43.74%
G=20.57%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858715100.530.180.27320.8241.1853.33
HexB95797035121B1412935
Octal27112722706522335015165
Binary1011100110101111001011101101011001011011101000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95797; }

 p { color: rgb(185,87,151); }

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

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

 a { background-color: rgb(185,87,151); }

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

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

 span { border-color: rgb(185,87,151); }

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