#B15796

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

Shades of Mulberry #B15796

Tints of Mulberry #B15796

Color information

#B15796 (or 0xB15796) is unknown color: approx Mulberry. HEX triplet: B1, 57 and 96. RGB value is (177,87,150). Sum of RGB (Red+Green+Blue) = 177+87+150=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15796 is #4EA869. Grayscale: #787878. Windows color (decimal): -5154922 or 9852849. OLE color: 9852849.

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

Color convert

RGB17787150-
CMYK00.510.150.31
HSL318º36.59%51.76%-
HSV(B)318º50.85%69.41%-
XYZ27.0418.3730.97-
YUV121.09144.32167.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=42.75%
G=21.01%
B=36.23%

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
Decimal1778715000.510.150.3131836.5951.76
HexB15796033F1F13e2534
Octal26112722606317374764564
Binary101100011010111100101100110011111111111100111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15796; }

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

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

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

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

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

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

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

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