#B9518D

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

Shades of Mulberry #B9518D

Tints of Mulberry #B9518D

Color information

#B9518D (or 0xB9518D) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 8D. RGB value is (185,81,141). Sum of RGB (Red+Green+Blue) = 185+81+141=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9518D is #46AE72. Grayscale: #767676. Windows color (decimal): -4632179 or 9261497. OLE color: 9261497.

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

Color convert

RGB18581141-
CMYK00.560.240.27
HSL325.38º42.62%52.16%-
HSV(B)325.38º56.22%72.55%-
XYZ27.7618.1227.23-
YUV118.94140.46175.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=45.45%
G=19.90%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858114100.560.240.27325.3842.6252.16
HexB9518D038181B1452b34
Octal27112121507030335055364
Binary1011100110100011000110101110001100011011101000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9518D; }

 p { color: rgb(185,81,141); }

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

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

 a { background-color: rgb(185,81,141); }

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

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

 span { border-color: rgb(185,81,141); }

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