#B1598B

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

Shades of Mulberry #B1598B

Tints of Mulberry #B1598B

Color information

#B1598B (or 0xB1598B) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 8B. RGB value is (177,89,139). Sum of RGB (Red+Green+Blue) = 177+89+139=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1598B is #4EA674. Grayscale: #787878. Windows color (decimal): -5154421 or 9132465. OLE color: 9132465.

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

Color convert

RGB17789139-
CMYK00.500.210.31
HSL325.91º36.07%52.16%-
HSV(B)325.91º49.72%69.41%-
XYZ26.3618.3626.58-
YUV121.01138.15167.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=43.70%
G=21.98%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778913900.500.210.31325.9136.0752.16
HexB1598B032151F1462434
Octal26113121306225375064464
Binary1011000110110011000101101100101010111111101000110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1598B; }

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

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

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

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

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

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

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

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