#B15D90

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

Shades of Mulberry #B15D90

Tints of Mulberry #B15D90

Color information

#B15D90 (or 0xB15D90) is unknown color: approx Mulberry. HEX triplet: B1, 5D and 90. RGB value is (177,93,144). Sum of RGB (Red+Green+Blue) = 177+93+144=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15D90 is #4EA26F. Grayscale: #7B7B7B. Windows color (decimal): -5153392 or 9461169. OLE color: 9461169.

HSL color Cylindrical-coordinate representation of color #B15D90: hue angle of 323.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15D90 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17793144-
CMYK00.470.190.31
HSL323.57º35%52.94%-
HSV(B)323.57º47.46%69.41%-
XYZ27.0819.1928.66-
YUV123.93139.33165.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=42.75%
G=22.46%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779314400.470.190.31323.573552.94
HexB15D9002F131F1442335
Octal26113522005723375044365
Binary1011000110111011001000001011111001111111101000100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D90; }

 p { color: rgb(177,93,144); }

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

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

 a { background-color: rgb(177,93,144); }

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

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

 span { border-color: rgb(177,93,144); }

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