#b05686

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

Shades of Mulberry #B05686

Tints of Mulberry #B05686

Color information

#B05686 (or 0xB05686) is unknown color: approx Mulberry. HEX triplet: B0, 56 and 86. RGB value is (176,86,134). Sum of RGB (Red+Green+Blue) = 176+86+134=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05686 is #4FA979. Grayscale: #767676. Windows color (decimal): -5220730 or 8804016. OLE color: 8804016.

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

Color convert

RGB17686134-
CMYK00.510.240.31
HSL328º36.29%51.37%-
HSV(B)328º51.14%69.02%-
XYZ25.5417.6124.61-
YUV118.38136.82169.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=44.44%
G=21.72%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768613400.510.240.3132836.2951.37
HexB05686033181F1482433
Octal26012620606330375104463
Binary1011000010101101000011001100111100011111101001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05686; }

 p { color: rgb(176,86,134); }

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

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

 a { background-color: rgb(176,86,134); }

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

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

 span { border-color: rgb(176,86,134); }

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