#B9499D

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

Shades of Mulberry #B9499D

Tints of Mulberry #B9499D

Color information

#B9499D (or 0xB9499D) is unknown color: approx Mulberry. HEX triplet: B9, 49 and 9D. RGB value is (185,73,157). Sum of RGB (Red+Green+Blue) = 185+73+157=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9499D is #46B662. Grayscale: #737373. Windows color (decimal): -4634211 or 10308025. OLE color: 10308025.

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

Color convert

RGB18573157-
CMYK00.610.150.27
HSL315º44.44%50.59%-
HSV(B)315º60.54%72.55%-
XYZ28.4817.5133.78-
YUV116.06151.11177.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=44.58%
G=17.59%
B=37.83%

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
Decimal1857315700.610.150.2731544.4450.59
HexB9499D03DF1B13b2c33
Octal27111123507517334735463
Binary101110011001001100111010111101111111011100111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9499D; }

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

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

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

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

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

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

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

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