#B95790

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

Shades of Mulberry #B95790

Tints of Mulberry #B95790

Color information

#B95790 (or 0xB95790) is unknown color: approx Mulberry. HEX triplet: B9, 57 and 90. RGB value is (185,87,144). Sum of RGB (Red+Green+Blue) = 185+87+144=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95790 is #46A86F. Grayscale: #7A7A7A. Windows color (decimal): -4630640 or 9459641. OLE color: 9459641.

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

Color convert

RGB18587144-
CMYK00.530.220.27
HSL325.1º41.18%53.33%-
HSV(B)325.1º52.97%72.55%-
XYZ28.4519.1428.58-
YUV122.8139.97172.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=44.47%
G=20.91%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858714400.530.220.27325.141.1853.33
HexB95790035161B1452935
Octal27112722006526335055165
Binary1011100110101111001000001101011011011011101000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95790; }

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

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

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

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

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

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

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

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