COLOR #B17B2A

HEX: #B17B2A
RGB: (177,123,42)

Color info

#B17B2A contains mainly red and green colors. Web safe color of #B17B2A is #996633 (or #963).

RGB color model

#B17B2A color RGB value is (177,123,42).

  • red value is 177;
  • green value is 123;
  • blue value is 42.
RGB:
(177,123,42)
(69%,48%,16%)

RGB channels and saturation

R 177 of 255 = 69%
G 123 of 255 = 48%
B 42 of 255 = 16%

177
123
42

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

Portions of RGB colors in percentages

R + G + B =
177 + 123 + 42 = 342 (100%)
R 177 of 342 ~ 51.75%
G 123 of 342 ~ 35.96%
B 42 of 342 ~ 12.28%

%51.75
%35.96
%12.28

CMYK color model

#B17B2A color CMYK value is (0,31,76,31).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 76.27%
  • key color value is 30.59%
CMYK:
(0,31,76,31)
C0M31Y76K31 
(0%,31%,76%,31%)
(0.00/0.31/0.76/0.31)	

CMYK percentages

%0
%30.51
%76.27
%30.59

Codes

Color #B17B2A in popluar color models

B17B2A
RGB17712342
HSL36°61.64%42.94%
HSB/HSV36°76.27%69.41%
CMYK0.00%30.51%76.27%
30.59%

Color #B17B2A in popluar number systems.

HEXB17B2A
Decimal17712342
Binary101100011111011101010
Octal26117352

Shades and tints

Shades of #B17B2A

#B17B2A
(177,123,42)
#A17027
(161,112,39)
#916524
(145,101,36)
#815A21
(129,90,33)
#714F1E
(113,79,30)
#61441B
(97,68,27)
#513918
(81,57,24)
#412E15
(65,46,21)
#312312
(49,35,18)
#21180F
(33,24,15)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #B17B2A

#B17B2A
(177,123,42)
#B8873D
(184,135,61)
#BF9350
(191,147,80)
#C69F63
(198,159,99)
#CDAB76
(205,171,118)
#D4B789
(212,183,137)
#DBC39C
(219,195,156)
#E2CFAF
(226,207,175)
#E9DBC2
(233,219,194)
#F0E7D5
(240,231,213)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17B2A; }

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

This text font color is #B17B2A.


Background Color

.myBgColor { background-color: #B17B2A; }

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

This div background color is #B17B2A.


Border color

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

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

This div border color is #B17B2A.


Opacity

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

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

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

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

This text has shadow with #B17B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17B2A on black background.


Color preview on white background

This text has color #B17B2A on white background.



Black color preview on #B17B2A background

This text has black color on #B17B2A background.


White color preview on #B17B2A background

This text has white color on #B17B2A background.