#B15F8F

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

Shades of Mulberry #B15F8F

Tints of Mulberry #B15F8F

Color information

#B15F8F (or 0xB15F8F) is unknown color: approx Mulberry. HEX triplet: B1, 5F and 8F. RGB value is (177,95,143). Sum of RGB (Red+Green+Blue) = 177+95+143=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F8F is #4EA070. Grayscale: #7C7C7C. Windows color (decimal): -5152881 or 9396145. OLE color: 9396145.

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

Color convert

RGB17795143-
CMYK00.460.190.31
HSL324.88º34.45%53.33%-
HSV(B)324.88º46.33%69.41%-
XYZ27.1819.5128.32-
YUV124.99138.17165.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=42.65%
G=22.89%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779514300.460.190.31324.8834.4553.33
HexB15F8F02E131F1452235
Octal26113721705623375054265
Binary1011000110111111000111101011101001111111101000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F8F; }

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

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

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

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

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

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

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

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