#B1558A

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

Shades of Mulberry #B1558A

Tints of Mulberry #B1558A

Color information

#B1558A (or 0xB1558A) is unknown color: approx Mulberry. HEX triplet: B1, 55 and 8A. RGB value is (177,85,138). Sum of RGB (Red+Green+Blue) = 177+85+138=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1558A is #4EAA75. Grayscale: #767676. Windows color (decimal): -5155446 or 9065905. OLE color: 9065905.

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

Color convert

RGB17785138-
CMYK00.520.220.31
HSL325.43º37.1%51.37%-
HSV(B)325.43º51.98%69.41%-
XYZ25.9717.6826.09-
YUV118.55138.98169.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=44.25%
G=21.25%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778513800.520.220.31325.4337.151.37
HexB1558A034161F1452533
Octal26112521206426375054563
Binary1011000110101011000101001101001011011111101000101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1558A; }

 p { color: rgb(177,85,138); }

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

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

 a { background-color: rgb(177,85,138); }

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

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

 span { border-color: rgb(177,85,138); }

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