#B9609E

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

Shades of Mulberry #B9609E

Tints of Mulberry #B9609E

Color information

#B9609E (or 0xB9609E) is unknown color: approx Mulberry. HEX triplet: B9, 60 and 9E. RGB value is (185,96,158). Sum of RGB (Red+Green+Blue) = 185+96+158=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9609E is #469F61. Grayscale: #818181. Windows color (decimal): -4628322 or 10379449. OLE color: 10379449.

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

Color convert

RGB18596158-
CMYK00.480.150.27
HSL318.2º38.86%55.1%-
HSV(B)318.2º48.11%72.55%-
XYZ30.3621.1534.83-
YUV129.68143.99167.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=42.14%
G=21.87%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859615800.480.150.27318.238.8655.1
HexB9609E030F1B13e2737
Octal27114023606017334764767
Binary101110011100000100111100110000111111011100111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9609E; }

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

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

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

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

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

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

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

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