#B1598A

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

Shades of Mulberry #B1598A

Tints of Mulberry #B1598A

Color information

#B1598A (or 0xB1598A) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 8A. RGB value is (177,89,138). Sum of RGB (Red+Green+Blue) = 177+89+138=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1598A is #4EA675. Grayscale: #787878. Windows color (decimal): -5154422 or 9066929. OLE color: 9066929.

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

Color convert

RGB17789138-
CMYK00.500.220.31
HSL326.59º36.07%52.16%-
HSV(B)326.59º49.72%69.41%-
XYZ26.2918.3326.2-
YUV120.9137.65168.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=43.81%
G=22.03%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778913800.500.220.31326.5936.0752.16
HexB1598A032161F1472434
Octal26113121206226375074464
Binary1011000110110011000101001100101011011111101000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1598A; }

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

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

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

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

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

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

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

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