#b9509f

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

Shades of Mulberry #B9509F

Tints of Mulberry #B9509F

Color information

#B9509F (or 0xB9509F) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 9F. RGB value is (185,80,159). Sum of RGB (Red+Green+Blue) = 185+80+159=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9509F is #46AF60. Grayscale: #787878. Windows color (decimal): -4632417 or 10440889. OLE color: 10440889.

HSL color Cylindrical-coordinate representation of color #B9509F: hue angle of 314.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9509F is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18580159-
CMYK00.570.140.27
HSL314.86º42.86%51.96%-
HSV(B)314.86º56.76%72.55%-
XYZ29.1318.5534.85-
YUV120.4149.79174.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=43.63%
G=18.87%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858015900.570.140.27314.8642.8651.96
HexB9509F039E1B13b2b34
Octal27112023707116334735364
Binary101110011010000100111110111001111011011100111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9509f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9509f; }

 p { color: rgb(185,80,159); }

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

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

 a { background-color: rgb(185,80,159); }

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

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

 span { border-color: rgb(185,80,159); }

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