#B15C96

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

Shades of Mulberry #B15C96

Tints of Mulberry #B15C96

Color information

#B15C96 (or 0xB15C96) is unknown color: approx Mulberry. HEX triplet: B1, 5C and 96. RGB value is (177,92,150). Sum of RGB (Red+Green+Blue) = 177+92+150=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C96 is #4EA369. Grayscale: #7B7B7B. Windows color (decimal): -5153642 or 9854129. OLE color: 9854129.

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

Color convert

RGB17792150-
CMYK00.480.150.31
HSL319.06º35.27%52.75%-
HSV(B)319.06º48.02%69.41%-
XYZ27.4619.231.11-
YUV124.03142.66165.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=42.24%
G=21.96%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779215000.480.150.31319.0635.2752.75
HexB15C96030F1F13f2335
Octal26113422606017374774365
Binary101100011011100100101100110000111111111100111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C96; }

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

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

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

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

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

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

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

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