#B9619A

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

Shades of Mulberry #B9619A

Tints of Mulberry #B9619A

Color information

#B9619A (or 0xB9619A) is unknown color: approx Mulberry. HEX triplet: B9, 61 and 9A. RGB value is (185,97,154). Sum of RGB (Red+Green+Blue) = 185+97+154=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619A is #469E65. Grayscale: #818181. Windows color (decimal): -4628070 or 10117561. OLE color: 10117561.

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

Color convert

RGB18597154-
CMYK00.480.170.27
HSL321.14º38.6%55.29%-
HSV(B)321.14º47.57%72.55%-
XYZ30.1221.233.08-
YUV129.81141.65167.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=42.43%
G=22.25%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859715400.480.170.27321.1438.655.29
HexB9619A030111B1412737
Octal27114123206021335014767
Binary1011100111000011001101001100001000111011101000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9619A; }

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

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

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

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

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

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

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

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