#B9499E

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

Shades of Mulberry #B9499E

Tints of Mulberry #B9499E

Color information

#B9499E (or 0xB9499E) is unknown color: approx Mulberry. HEX triplet: B9, 49 and 9E. RGB value is (185,73,158). Sum of RGB (Red+Green+Blue) = 185+73+158=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9499E is #46B661. Grayscale: #737373. Windows color (decimal): -4634210 or 10373561. OLE color: 10373561.

HSL color Cylindrical-coordinate representation of color #B9499E: hue angle of 314.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9499E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18573158-
CMYK00.610.150.27
HSL314.46º44.44%50.59%-
HSV(B)314.46º60.54%72.55%-
XYZ28.5617.5534.23-
YUV116.18151.61177.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=44.47%
G=17.55%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857315800.610.150.27314.4644.4450.59
HexB9499E03DF1B13a2c33
Octal27111123607517334725463
Binary101110011001001100111100111101111111011100111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9499E; }

 p { color: rgb(185,73,158); }

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

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

 a { background-color: rgb(185,73,158); }

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

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

 span { border-color: rgb(185,73,158); }

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