#B9548D

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

Shades of Mulberry #B9548D

Tints of Mulberry #B9548D

Color information

#B9548D (or 0xB9548D) is unknown color: approx Mulberry. HEX triplet: B9, 54 and 8D. RGB value is (185,84,141). Sum of RGB (Red+Green+Blue) = 185+84+141=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9548D is #46AB72. Grayscale: #787878. Windows color (decimal): -4631411 or 9262265. OLE color: 9262265.

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

Color convert

RGB18584141-
CMYK00.550.240.27
HSL326.14º41.91%52.75%-
HSV(B)326.14º54.59%72.55%-
XYZ27.9918.5827.31-
YUV120.7139.46173.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=45.12%
G=20.49%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858414100.550.240.27326.1441.9152.75
HexB9548D037181B1462a35
Octal27112421506730335065265
Binary1011100110101001000110101101111100011011101000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9548D; }

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

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

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

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

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

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

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

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