#b9619f

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

Shades of Mulberry #B9619F

Tints of Mulberry #B9619F

Color information

#B9619F (or 0xB9619F) is unknown color: approx Mulberry. HEX triplet: B9, 61 and 9F. RGB value is (185,97,159). Sum of RGB (Red+Green+Blue) = 185+97+159=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619F is #469E60. Grayscale: #828282. Windows color (decimal): -4628065 or 10445241. OLE color: 10445241.

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

Color convert

RGB18597159-
CMYK00.480.140.27
HSL317.73º38.6%55.29%-
HSV(B)317.73º47.57%72.55%-
XYZ30.5421.3735.32-
YUV130.38144.15166.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=41.95%
G=22.00%
B=36.05%

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
Decimal1859715900.480.140.27317.7338.655.29
HexB9619F030E1B13e2737
Octal27114123706016334764767
Binary101110011100001100111110110000111011011100111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9619f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9619f; }

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

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

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

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

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

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

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

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