#B05285

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

Shades of Mulberry #B05285

Tints of Mulberry #B05285

Color information

#B05285 (or 0xB05285) is unknown color: approx Mulberry. HEX triplet: B0, 52 and 85. RGB value is (176,82,133). Sum of RGB (Red+Green+Blue) = 176+82+133=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05285 is #4FAD7A. Grayscale: #737373. Windows color (decimal): -5221755 or 8737456. OLE color: 8737456.

HSL color Cylindrical-coordinate representation of color #B05285: hue angle of 327.45º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05285 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17682133-
CMYK00.530.240.31
HSL327.45º37.3%50.59%-
HSV(B)327.45º53.41%69.02%-
XYZ25.1616.9624.14-
YUV115.92137.64170.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=45.01%
G=20.97%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768213300.530.240.31327.4537.350.59
HexB05285035181F1472533
Octal26012220506530375074563
Binary1011000010100101000010101101011100011111101000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05285; }

 p { color: rgb(176,82,133); }

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

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

 a { background-color: rgb(176,82,133); }

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

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

 span { border-color: rgb(176,82,133); }

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