#B05696

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

Shades of Mulberry #B05696

Tints of Mulberry #B05696

Color information

#B05696 (or 0xB05696) is unknown color: approx Mulberry. HEX triplet: B0, 56 and 96. RGB value is (176,86,150). Sum of RGB (Red+Green+Blue) = 176+86+150=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B05696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05696 is #4FA969. Grayscale: #787878. Windows color (decimal): -5220714 or 9852592. OLE color: 9852592.

HSL color Cylindrical-coordinate representation of color #B05696: hue angle of 317.33º 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 #B05696 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17686150-
CMYK00.510.150.31
HSL317.33º36.29%51.37%-
HSV(B)317.33º51.14%69.02%-
XYZ26.7418.0930.94-
YUV120.21144.82167.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=42.72%
G=20.87%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768615000.510.150.31317.3336.2951.37
HexB05696033F1F13d2433
Octal26012622606317374754463
Binary101100001010110100101100110011111111111100111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05696; }

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

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

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

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

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

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

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

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