COLOR #B1976B

HEX: #B1976B RGB: (177,151,107)

Color info

#B1976B contains mainly red and green colors. Web safe color of #B1976B is #999966 (or #996).

RGB color model

#B1976B color RGB value is (177,151,107).

RGB: (177,151,107) (69%, 59%, 42%)

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 107 of 255 = 42%

177
151
107

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

Portions of RGB colors in percentages

R + G + B = 177 + 151 + 107 = 435 (100%)
R 177 of 435 ~ 40.69%
G 151 of 435 ~ 34.71%
B 107 of 435 ~ 24.6'%

%40.69
%34.71
%24.6

CMYK color model

#B1976B color CMYK value is (0,15,40,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 39.55%
  • key color value is 30.59%

CMYK: (0,15,40,31)
C0M15Y40K31 (0%, 15%, 40%, 31%)
(0.00 / 0.15 / 0.40 / 0.31)

CMYK percentages

%0
%14.69
%39.55
%30.59

Codes

Color #B1976B in popluar color models

B1 97 6B
RGB 177 151 107
HSL 38° 30.97% 55.69%
HSB/HSV 38° 39.55% 69.41%
CMYK 0.00% 14.69% 39.55%
30.59%

Color #B1976B in popluar number systems.

HEX B1 97 6B
Decimal 177 151 107
Binary 10110001 10010111 1101011
Octal 261 227 153

Shades and tints

Shades of #B1976B

#B1976B
(177,151,107)
#A18A62
(161,138,98)
#917D59
(145,125,89)
#817050
(129,112,80)
#716347
(113,99,71)
#61563E
(97,86,62)
#514935
(81,73,53)
#413C2C
(65,60,44)
#312F23
(49,47,35)
#21221A
(33,34,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B1976B

#B1976B
(177,151,107)
#B8A078
(184,160,120)
#BFA985
(191,169,133)
#C6B292
(198,178,146)
#CDBB9F
(205,187,159)
#D4C4AC
(212,196,172)
#DBCDB9
(219,205,185)
#E2D6C6
(226,214,198)
#E9DFD3
(233,223,211)
#F0E8E0
(240,232,224)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1976B color. Also use rgb(177,151,107) instead hex code.

Text Font Color

.myTextColor { color: #B1976B; }

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

This text font color is #B1976B.

Background Color

.myBgColor { background-color: #B1976B; }

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

This div background color is #B1976B.

Border color

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

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

This div border color is #B1976B.

Opacity

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

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

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

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

This text has shadow with #B1976B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1976B.

Preview

Color preview on black background

This text has color #B1976B on black background.


Color preview on white background

This text has color #B1976B on white background.


Black color preview on #B1976B background

This text has black color on #B1976B background.


White color preview on #B1976B background

This text has white color on #B1976B background.


Related colors

Complementary color

Complementary color for #hex is #4E6894.


I love getcolorcode.com

Triadic colors

1 #6BB197 and #976BB1 with #B1976B are triadic colors.

2 #6B97B1 and #97B16B with #B1976B are triadic colors.