#B05992

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

Shades of Mulberry #B05992

Tints of Mulberry #B05992

Color information

#B05992 (or 0xB05992) is unknown color: approx Mulberry. HEX triplet: B0, 59 and 92. RGB value is (176,89,146). Sum of RGB (Red+Green+Blue) = 176+89+146=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05992 is #4FA66D. Grayscale: #797979. Windows color (decimal): -5219950 or 9591216. OLE color: 9591216.

HSL color Cylindrical-coordinate representation of color #B05992: hue angle of 320.69º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05992 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17689146-
CMYK00.490.170.31
HSL320.69º35.51%51.96%-
HSV(B)320.69º49.43%69.02%-
XYZ26.6718.4529.35-
YUV121.51141.82166.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=42.82%
G=21.65%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768914600.490.170.31320.6935.5151.96
HexB05992031111F1412434
Octal26013122206121375014464
Binary1011000010110011001001001100011000111111101000001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05992; }

 p { color: rgb(176,89,146); }

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

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

 a { background-color: rgb(176,89,146); }

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

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

 span { border-color: rgb(176,89,146); }

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