#B05585

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

Shades of Mulberry #B05585

Tints of Mulberry #B05585

Color information

#B05585 (or 0xB05585) is unknown color: approx Mulberry. HEX triplet: B0, 55 and 85. RGB value is (176,85,133). Sum of RGB (Red+Green+Blue) = 176+85+133=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B05585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05585 is #4FAA7A. Grayscale: #757575. Windows color (decimal): -5220987 or 8738224. OLE color: 8738224.

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

Color convert

RGB17685133-
CMYK00.520.240.31
HSL328.35º36.55%51.18%-
HSV(B)328.35º51.7%69.02%-
XYZ25.3917.4224.21-
YUV117.68136.65169.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=44.67%
G=21.57%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768513300.520.240.31328.3536.5551.18
HexB05585034181F1482533
Octal26012520506430375104563
Binary1011000010101011000010101101001100011111101001000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05585; }

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

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

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

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

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

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

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

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