#B15995

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

Shades of Mulberry #B15995

Tints of Mulberry #B15995

Color information

#B15995 (or 0xB15995) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 95. RGB value is (177,89,149). Sum of RGB (Red+Green+Blue) = 177+89+149=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B15995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15995 is #4EA66A. Grayscale: #7A7A7A. Windows color (decimal): -5154411 or 9787825. OLE color: 9787825.

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

Color convert

RGB17789149-
CMYK00.500.160.31
HSL319.09º36.07%52.16%-
HSV(B)319.09º49.72%69.41%-
XYZ27.1318.6630.61-
YUV122.15143.15167.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=42.65%
G=21.45%
B=35.90%

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
Decimal1778914900.500.160.31319.0936.0752.16
HexB15995032101F13f2434
Octal26113122506220374774464
Binary1011000110110011001010101100101000011111100111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15995; }

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

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

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

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

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

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

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

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