#B85592

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

Shades of Mulberry #B85592

Tints of Mulberry #B85592

Color information

#B85592 (or 0xB85592) is unknown color: approx Mulberry. HEX triplet: B8, 55 and 92. RGB value is (184,85,146). Sum of RGB (Red+Green+Blue) = 184+85+146=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B85592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85592 is #47AA6D. Grayscale: #797979. Windows color (decimal): -4696686 or 9590200. OLE color: 9590200.

HSL color Cylindrical-coordinate representation of color #B85592: hue angle of 323.03º 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 #B85592 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18485146-
CMYK00.540.210.28
HSL323.03º41.08%52.75%-
HSV(B)323.03º53.8%72.16%-
XYZ28.218.7629.33-
YUV121.56141.8172.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=44.34%
G=20.48%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848514600.540.210.28323.0341.0852.75
HexB85592036151C1432935
Octal27012522206625345035165
Binary1011100010101011001001001101101010111100101000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85592; }

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

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

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

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

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

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

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

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