#B1518B

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

Shades of Mulberry #B1518B

Tints of Mulberry #B1518B

Color information

#B1518B (or 0xB1518B) is unknown color: approx Mulberry. HEX triplet: B1, 51 and 8B. RGB value is (177,81,139). Sum of RGB (Red+Green+Blue) = 177+81+139=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518B is #4EAE74. Grayscale: #747474. Windows color (decimal): -5156469 or 9130417. OLE color: 9130417.

HSL color Cylindrical-coordinate representation of color #B1518B: hue angle of 323.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1518B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17781139-
CMYK00.540.210.31
HSL323.75º38.1%50.59%-
HSV(B)323.75º54.24%69.41%-
XYZ25.7317.126.37-
YUV116.32140.8171.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=44.58%
G=20.40%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778113900.540.210.31323.7538.150.59
HexB1518B036151F1442633
Octal26112121306625375044663
Binary1011000110100011000101101101101010111111101000100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1518B; }

 p { color: rgb(177,81,139); }

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

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

 a { background-color: rgb(177,81,139); }

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

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

 span { border-color: rgb(177,81,139); }

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