#B15F8E

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

Shades of Mulberry #B15F8E

Tints of Mulberry #B15F8E

Color information

#B15F8E (or 0xB15F8E) is unknown color: approx Mulberry. HEX triplet: B1, 5F and 8E. RGB value is (177,95,142). Sum of RGB (Red+Green+Blue) = 177+95+142=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F8E is #4EA071. Grayscale: #7C7C7C. Windows color (decimal): -5152882 or 9330609. OLE color: 9330609.

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

Color convert

RGB17795142-
CMYK00.460.200.31
HSL325.61º34.45%53.33%-
HSV(B)325.61º46.33%69.41%-
XYZ27.1119.4827.92-
YUV124.88137.67165.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=42.75%
G=22.95%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779514200.460.200.31325.6134.4553.33
HexB15F8E02E141F1462235
Octal26113721605624375064265
Binary1011000110111111000111001011101010011111101000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F8E; }

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

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

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

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

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

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

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

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