#B9548B

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

Shades of Mulberry #B9548B

Tints of Mulberry #B9548B

Color information

#B9548B (or 0xB9548B) is unknown color: approx Mulberry. HEX triplet: B9, 54 and 8B. RGB value is (185,84,139). Sum of RGB (Red+Green+Blue) = 185+84+139=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9548B is #46AB74. Grayscale: #787878. Windows color (decimal): -4631413 or 9131193. OLE color: 9131193.

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

Color convert

RGB18584139-
CMYK00.550.250.27
HSL327.33º41.91%52.75%-
HSV(B)327.33º54.59%72.55%-
XYZ27.8418.5226.53-
YUV120.47138.46174.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=45.34%
G=20.59%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858413900.550.250.27327.3341.9152.75
HexB9548B037191B1472a35
Octal27112421306731335075265
Binary1011100110101001000101101101111100111011101000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9548B; }

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

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

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

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

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

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

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

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