#B1598D

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

Shades of Mulberry #B1598D

Tints of Mulberry #B1598D

Color information

#B1598D (or 0xB1598D) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 8D. RGB value is (177,89,141). Sum of RGB (Red+Green+Blue) = 177+89+141=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1598D is #4EA672. Grayscale: #797979. Windows color (decimal): -5154419 or 9263537. OLE color: 9263537.

HSL color Cylindrical-coordinate representation of color #B1598D: hue angle of 324.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1598D is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17789141-
CMYK00.500.200.31
HSL324.55º36.07%52.16%-
HSV(B)324.55º49.72%69.41%-
XYZ26.5118.4127.36-
YUV121.24139.15167.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=43.49%
G=21.87%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778914100.500.200.31324.5536.0752.16
HexB1598D032141F1452434
Octal26113121506224375054464
Binary1011000110110011000110101100101010011111101000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1598D; }

 p { color: rgb(177,89,141); }

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

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

 a { background-color: rgb(177,89,141); }

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

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

 span { border-color: rgb(177,89,141); }

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