#b05396

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

Shades of Mulberry #B05396

Tints of Mulberry #B05396

Color information

#B05396 (or 0xB05396) is unknown color: approx Mulberry. HEX triplet: B0, 53 and 96. RGB value is (176,83,150). Sum of RGB (Red+Green+Blue) = 176+83+150=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B05396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05396 is #4FAC69. Grayscale: #767676. Windows color (decimal): -5221482 or 9851824. OLE color: 9851824.

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

Color convert

RGB17683150-
CMYK00.530.150.31
HSL316.77º37.05%50.78%-
HSV(B)316.77º52.84%69.02%-
XYZ26.517.6230.86-
YUV118.44145.81169.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=43.03%
G=20.29%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768315000.530.150.31316.7737.0550.78
HexB05396035F1F13d2533
Octal26012322606517374754563
Binary101100001010011100101100110101111111111100111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05396; }

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

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

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

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

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

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

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

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