COLOR #B1596A

HEX: #B1596A RGB: (177,89,106)

Color info

#B1596A contains mainly red color. Web safe color of #B1596A is #996666 (or #966).

RGB color model

#B1596A color RGB value is (177,89,106).

RGB: (177,89,106) (69%, 35%, 42%)

RGB channels and saturation

R 177 of 255 = 69%
G 89 of 255 = 35%
B 106 of 255 = 42%

177
89
106

R + G + B ~ 49%. #B1596A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 177 + 89 + 106 = 372 (100%)
R 177 of 372 ~ 47.58%
G 89 of 372 ~ 23.92%
B 106 of 372 ~ 28.49'%

%47.58
%23.92
%28.49

CMYK color model

#B1596A color CMYK value is (0,50,40,31).

  • cyan value is 0.00%
  • magenta value is 49.72%
  • yellow value is 40.11%
  • key color value is 30.59%

CMYK: (0,50,40,31)
C0M50Y40K31 (0%, 50%, 40%, 31%)
(0.00 / 0.50 / 0.40 / 0.31)

CMYK percentages

%0
%49.72
%40.11
%30.59

Codes

Color #B1596A in popluar color models

B1 59 6A
RGB 177 89 106
HSL 348° 36.07% 52.16%
HSB/HSV 348° 49.72% 69.41%
CMYK 0.00% 49.72% 40.11%
30.59%

Color #B1596A in popluar number systems.

HEX B1 59 6A
Decimal 177 89 106
Binary 10110001 1011001 1101010
Octal 261 131 152

Shades and tints

Shades of #B1596A

#B1596A
(177,89,106)
#A15161
(161,81,97)
#914958
(145,73,88)
#81414F
(129,65,79)
#713946
(113,57,70)
#61313D
(97,49,61)
#512934
(81,41,52)
#41212B
(65,33,43)
#311922
(49,25,34)
#211119
(33,17,25)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #B1596A

#B1596A
(177,89,106)
#B86877
(184,104,119)
#BF7784
(191,119,132)
#C68691
(198,134,145)
#CD959E
(205,149,158)
#D4A4AB
(212,164,171)
#DBB3B8
(219,179,184)
#E2C2C5
(226,194,197)
#E9D1D2
(233,209,210)
#F0E0DF
(240,224,223)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1596A color. Also use rgb(177,89,106) instead hex code.

Text Font Color

.myTextColor { color: #B1596A; }

<p style="color:#B1596A">This sample text font color is #B1596A.</p>

This text font color is #B1596A.

Background Color

.myBgColor { background-color: #B1596A; }

<div style="background-color:#B1596A">Inner text</div>

This div background color is #B1596A.

Border color

.myBorderColor { border: 1px solid #B1596A; }

<div style="border:3px solid #B1596A">Div</div>

This div border color is #B1596A.

Opacity

.myOpacity80 { color: #B1596A; opacity: 0.8; }

<p style="color:#B1596A;opacity:0.8;">80%</p>

Text with #B1596A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B1596A;}

<p style="text-shadow: 3px 3px 1px #B1596A">Text here.</p>

This text has shadow with #B1596A color.


.textShadow {text-shadow: 3px 3px 1px #B1596A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B1596A, 5px 5px 20px red">Text here.</p>

This text has shadow with #B1596A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1596A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B1596A, Direction=45, Strength=4)">Text</p>

This text has shadow with #B1596A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B1596A;
-webkit-box-shadow: 1px 1px 3px 2px #B1596A;
box-shadow: 1px 1px 3px 2px #B1596A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B1596A; -webkit-box-shadow: 1px 1px 3px 2px #B1596A; box-shadow:1px 1px 3px 2px #B1596A;">
Div content here
</div>

This div box has shadow with color #B1596A.

Preview

Color preview on black background

This text has color #B1596A on black background.


Color preview on white background

This text has color #B1596A on white background.


Black color preview on #B1596A background

This text has black color on #B1596A background.


White color preview on #B1596A background

This text has white color on #B1596A background.


Related colors

Complementary color

Complementary color for #hex is #4EA695.


I love getcolorcode.com

Triadic colors

1 #6AB159 and #596AB1 with #B1596A are triadic colors.

2 #6A59B1 and #59B16A with #B1596A are triadic colors.