#B15895

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

Shades of Mulberry #B15895

Tints of Mulberry #B15895

Color information

#B15895 (or 0xB15895) is unknown color: approx Mulberry. HEX triplet: B1, 58 and 95. RGB value is (177,88,149). Sum of RGB (Red+Green+Blue) = 177+88+149=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15895 is #4EA76A. Grayscale: #797979. Windows color (decimal): -5154667 or 9787569. OLE color: 9787569.

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

Color convert

RGB17788149-
CMYK00.500.160.31
HSL318.88º36.33%51.96%-
HSV(B)318.88º50.28%69.41%-
XYZ27.0518.530.58-
YUV121.56143.49167.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=42.75%
G=21.26%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778814900.500.160.31318.8836.3351.96
HexB15895032101F13f2434
Octal26113022506220374774464
Binary1011000110110001001010101100101000011111100111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15895; }

 p { color: rgb(177,88,149); }

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

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

 a { background-color: rgb(177,88,149); }

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

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

 span { border-color: rgb(177,88,149); }

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