#B9619C

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

Shades of Mulberry #B9619C

Tints of Mulberry #B9619C

Color information

#B9619C (or 0xB9619C) is unknown color: approx Mulberry. HEX triplet: B9, 61 and 9C. RGB value is (185,97,156). Sum of RGB (Red+Green+Blue) = 185+97+156=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619C is #469E63. Grayscale: #818181. Windows color (decimal): -4628068 or 10248633. OLE color: 10248633.

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

Color convert

RGB18597156-
CMYK00.480.160.27
HSL319.77º38.6%55.29%-
HSV(B)319.77º47.57%72.55%-
XYZ30.2821.2633.96-
YUV130.04142.65167.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=42.24%
G=22.15%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859715600.480.160.27319.7738.655.29
HexB9619C030101B1402737
Octal27114123406020335004767
Binary1011100111000011001110001100001000011011101000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9619C; }

 p { color: rgb(185,97,156); }

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

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

 a { background-color: rgb(185,97,156); }

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

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

 span { border-color: rgb(185,97,156); }

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