#B9558A

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

Shades of Mulberry #B9558A

Tints of Mulberry #B9558A

Color information

#B9558A (or 0xB9558A) is unknown color: approx Mulberry. HEX triplet: B9, 55 and 8A. RGB value is (185,85,138). Sum of RGB (Red+Green+Blue) = 185+85+138=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9558A is #46AA75. Grayscale: #787878. Windows color (decimal): -4631158 or 9065913. OLE color: 9065913.

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

Color convert

RGB18585138-
CMYK00.540.250.27
HSL328.2º41.67%52.94%-
HSV(B)328.2º54.05%72.55%-
XYZ27.8418.6526.18-
YUV120.94137.63173.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=45.34%
G=20.83%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858513800.540.250.27328.241.6752.94
HexB9558A036191B1482a35
Octal27112521206631335105265
Binary1011100110101011000101001101101100111011101001000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9558A; }

 p { color: rgb(185,85,138); }

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

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

 a { background-color: rgb(185,85,138); }

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

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

 span { border-color: rgb(185,85,138); }

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