#B9609F

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

Shades of Mulberry #B9609F

Tints of Mulberry #B9609F

Color information

#B9609F (or 0xB9609F) is unknown color: approx Mulberry. HEX triplet: B9, 60 and 9F. RGB value is (185,96,159). Sum of RGB (Red+Green+Blue) = 185+96+159=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9609F is #469F60. Grayscale: #818181. Windows color (decimal): -4628321 or 10444985. OLE color: 10444985.

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

Color convert

RGB18596159-
CMYK00.480.140.27
HSL317.53º38.86%55.1%-
HSV(B)317.53º48.11%72.55%-
XYZ30.4521.1835.28-
YUV129.79144.49167.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=42.05%
G=21.82%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859615900.480.140.27317.5338.8655.1
HexB9609F030E1B13e2737
Octal27114023706016334764767
Binary101110011100000100111110110000111011011100111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9609F; }

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

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

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

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

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

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

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

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