COLOR #B1971B

HEX: #B1971B
RGB: (177,151,27)

Color info

#B1971B contains mainly red and green colors. Web safe color of #B1971B is #999933 (or #993).

RGB color model

#B1971B color RGB value is (177,151,27).

  • red value is 177;
  • green value is 151;
  • blue value is 27.
RGB:
(177,151,27)
(69%,59%,11%)

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 27 of 255 = 11%

177
151
27

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

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 27 = 355 (100%)
R 177 of 355 ~ 49.86%
G 151 of 355 ~ 42.54%
B 27 of 355 ~ 7.61%

%49.86
%42.54

CMYK color model

#B1971B color CMYK value is (0,15,85,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 84.75%
  • key color value is 30.59%
CMYK:
(0,15,85,31)
C0M15Y85K31 
(0%,15%,85%,31%)
(0.00/0.15/0.85/0.31)	

CMYK percentages

%0
%14.69
%84.75
%30.59

Codes

Color #B1971B in popluar color models

B1971B
RGB17715127
HSL50°73.53%40.00%
HSB/HSV50°84.75%69.41%
CMYK0.00%14.69%84.75%
30.59%

Color #B1971B in popluar number systems.

HEXB1971B
Decimal17715127
Binary101100011001011111011
Octal26122733

Shades and tints

Shades of #B1971B

#B1971B
(177,151,27)
#A18A19
(161,138,25)
#917D17
(145,125,23)
#817015
(129,112,21)
#716313
(113,99,19)
#615611
(97,86,17)
#51490F
(81,73,15)
#413C0D
(65,60,13)
#312F0B
(49,47,11)
#212209
(33,34,9)
#111507
(17,21,7)
#000000
(0,0,0)

Tints of #B1971B

#B1971B
(177,151,27)
#B8A02F
(184,160,47)
#BFA943
(191,169,67)
#C6B257
(198,178,87)
#CDBB6B
(205,187,107)
#D4C47F
(212,196,127)
#DBCD93
(219,205,147)
#E2D6A7
(226,214,167)
#E9DFBB
(233,223,187)
#F0E8CF
(240,232,207)
#F7F1E3
(247,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1971B; }

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

This text font color is #B1971B.


Background Color

.myBgColor { background-color: #B1971B; }

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

This div background color is #B1971B.


Border color

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

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

This div border color is #B1971B.


Opacity

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

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

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

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

This text has shadow with #B1971B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1971B on black background.


Color preview on white background

This text has color #B1971B on white background.



Black color preview on #B1971B background

This text has black color on #B1971B background.


White color preview on #B1971B background

This text has white color on #B1971B background.