#B15F91

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

Shades of Mulberry #B15F91

Tints of Mulberry #B15F91

Color information

#B15F91 (or 0xB15F91) is unknown color: approx Mulberry. HEX triplet: B1, 5F and 91. RGB value is (177,95,145). Sum of RGB (Red+Green+Blue) = 177+95+145=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F91 is #4EA06E. Grayscale: #7D7D7D. Windows color (decimal): -5152879 or 9527217. OLE color: 9527217.

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

Color convert

RGB17795145-
CMYK00.460.180.31
HSL323.41º34.45%53.33%-
HSV(B)323.41º46.33%69.41%-
XYZ27.3319.5829.13-
YUV125.22139.17164.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=42.45%
G=22.78%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779514500.460.180.31323.4134.4553.33
HexB15F9102E121F1432235
Octal26113722105622375034265
Binary1011000110111111001000101011101001011111101000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F91; }

 p { color: rgb(177,95,145); }

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

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

 a { background-color: rgb(177,95,145); }

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

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

 span { border-color: rgb(177,95,145); }

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