#B9459B

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

Shades of Mulberry #B9459B

Tints of Mulberry #B9459B

Color information

#B9459B (or 0xB9459B) is unknown color: approx Mulberry. HEX triplet: B9, 45 and 9B. RGB value is (185,69,155). Sum of RGB (Red+Green+Blue) = 185+69+155=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9459B is #46BA64. Grayscale: #717171. Windows color (decimal): -4635237 or 10175929. OLE color: 10175929.

HSL color Cylindrical-coordinate representation of color #B9459B: hue angle of 315.52º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9459B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18569155-
CMYK00.630.160.27
HSL315.52º45.67%49.8%-
HSV(B)315.52º62.7%72.55%-
XYZ28.0516.9432.8-
YUV113.49151.43179.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 69 (27.34% from 255) = 16.87%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=45.23%
G=16.87%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856915500.630.160.27315.5245.6749.8
HexB9459B03F101B13c2e32
Octal27110523307720334745662
Binary1011100110001011001101101111111000011011100111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9459B; }

 p { color: rgb(185,69,155); }

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

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

 a { background-color: rgb(185,69,155); }

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

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

 span { border-color: rgb(185,69,155); }

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