#B85595

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

Shades of Mulberry #B85595

Tints of Mulberry #B85595

Color information

#B85595 (or 0xB85595) is unknown color: approx Mulberry. HEX triplet: B8, 55 and 95. RGB value is (184,85,149). Sum of RGB (Red+Green+Blue) = 184+85+149=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85595 is #47AA6A. Grayscale: #797979. Windows color (decimal): -4696683 or 9786808. OLE color: 9786808.

HSL color Cylindrical-coordinate representation of color #B85595: hue angle of 321.21º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85595 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB18485149-
CMYK00.540.190.28
HSL321.21º41.08%52.75%-
HSV(B)321.21º53.8%72.16%-
XYZ28.4418.8630.57-
YUV121.9143.3172.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=44.02%
G=20.33%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848514900.540.190.28321.2141.0852.75
HexB85595036131C1412935
Octal27012522506623345015165
Binary1011100010101011001010101101101001111100101000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85595; }

 p { color: rgb(184,85,149); }

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

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

 a { background-color: rgb(184,85,149); }

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

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

 span { border-color: rgb(184,85,149); }

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