COLOR #B1947B

HEX: #B1947B RGB: (177,148,123)

Color info

#B1947B contains red, green and blue colors in about the same proportion. Web safe color of #B1947B is #999966 (or #996).

RGB color model

#B1947B color RGB value is (177,148,123).

RGB: (177,148,123) (69%, 58%, 48%)

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 123 of 255 = 48%

177
148
123

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

Portions of RGB colors in percentages

R + G + B = 177 + 148 + 123 = 448 (100%)
R 177 of 448 ~ 39.51%
G 148 of 448 ~ 33.04%
B 123 of 448 ~ 27.46'%

%39.51
%33.04
%27.46

CMYK color model

#B1947B color CMYK value is (0,16,31,31).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 30.51%
  • key color value is 30.59%

CMYK: (0,16,31,31)
C0M16Y31K31 (0%, 16%, 31%, 31%)
(0.00 / 0.16 / 0.31 / 0.31)

CMYK percentages

%0
%16.38
%30.51
%30.59

Codes

Color #B1947B in popluar color models

B1 94 7B
RGB 177 148 123
HSL 28° 25.71% 58.82%
HSB/HSV 28° 30.51% 69.41%
CMYK 0.00% 16.38% 30.51%
30.59%

Color #B1947B in popluar number systems.

HEX B1 94 7B
Decimal 177 148 123
Binary 10110001 10010100 1111011
Octal 261 224 173

Shades and tints

Shades of #B1947B

#B1947B
(177,148,123)
#A18770
(161,135,112)
#917A65
(145,122,101)
#816D5A
(129,109,90)
#71604F
(113,96,79)
#615344
(97,83,68)
#514639
(81,70,57)
#41392E
(65,57,46)
#312C23
(49,44,35)
#211F18
(33,31,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #B1947B

#B1947B
(177,148,123)
#B89D87
(184,157,135)
#BFA693
(191,166,147)
#C6AF9F
(198,175,159)
#CDB8AB
(205,184,171)
#D4C1B7
(212,193,183)
#DBCAC3
(219,202,195)
#E2D3CF
(226,211,207)
#E9DCDB
(233,220,219)
#F0E5E7
(240,229,231)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1947B color. Also use rgb(177,148,123) instead hex code.

Text Font Color

.myTextColor { color: #B1947B; }

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

This text font color is #B1947B.

Background Color

.myBgColor { background-color: #B1947B; }

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

This div background color is #B1947B.

Border color

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

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

This div border color is #B1947B.

Opacity

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

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

Text with #B1947B 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 #B1947B;}

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

This text has shadow with #B1947B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1947B.

Preview

Color preview on black background

This text has color #B1947B on black background.


Color preview on white background

This text has color #B1947B on white background.


Black color preview on #B1947B background

This text has black color on #B1947B background.


White color preview on #B1947B background

This text has white color on #B1947B background.


Related colors

Complementary color

Complementary color for #hex is #4E6B84.


I love getcolorcode.com

Triadic colors

1 #7BB194 and #947BB1 with #B1947B are triadic colors.

2 #7B94B1 and #94B17B with #B1947B are triadic colors.