#B35796

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

Shades of Mulberry #B35796

Tints of Mulberry #B35796

Color information

#B35796 (or 0xB35796) is unknown color: approx Mulberry. HEX triplet: B3, 57 and 96. RGB value is (179,87,150). Sum of RGB (Red+Green+Blue) = 179+87+150=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B35796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35796 is #4CA869. Grayscale: #797979. Windows color (decimal): -5023850 or 9852851. OLE color: 9852851.

HSL color Cylindrical-coordinate representation of color #B35796: hue angle of 318.91º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35796 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17987150-
CMYK00.510.160.30
HSL318.91º37.7%52.16%-
HSV(B)318.91º51.4%70.2%-
XYZ27.518.631-
YUV121.69143.98168.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=43.03%
G=20.91%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798715000.510.160.30318.9137.752.16
HexB35796033101E13f2634
Octal26312722606320364774664
Binary1011001110101111001011001100111000011110100111111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35796; }

 p { color: rgb(179,87,150); }

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

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

 a { background-color: rgb(179,87,150); }

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

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

 span { border-color: rgb(179,87,150); }

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