#B15E8E

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

Shades of Mulberry #B15E8E

Tints of Mulberry #B15E8E

Color information

#B15E8E (or 0xB15E8E) is unknown color: approx Mulberry. HEX triplet: B1, 5E and 8E. RGB value is (177,94,142). Sum of RGB (Red+Green+Blue) = 177+94+142=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15E8E is #4EA171. Grayscale: #7C7C7C. Windows color (decimal): -5153138 or 9330353. OLE color: 9330353.

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

Color convert

RGB17794142-
CMYK00.470.200.31
HSL325.3º34.73%53.14%-
HSV(B)325.3º46.89%69.41%-
XYZ27.0219.3127.89-
YUV124.29138165.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=42.86%
G=22.76%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779414200.470.200.31325.334.7353.14
HexB15E8E02F141F1452335
Octal26113621605724375054365
Binary1011000110111101000111001011111010011111101000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E8E; }

 p { color: rgb(177,94,142); }

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

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

 a { background-color: rgb(177,94,142); }

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

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

 span { border-color: rgb(177,94,142); }

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