COLOR #B77A31

HEX: #B77A31
RGB: (183,122,49)

Color info

#B77A31 contains mainly red color. Web safe color of #B77A31 is #CC6633 (or #C63).

RGB color model

#B77A31 color RGB value is (183,122,49).

  • red value is 183;
  • green value is 122;
  • blue value is 49.
RGB:
(183,122,49)
(72%,48%,19%)

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 49 of 255 = 19%

183
122
49

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

Portions of RGB colors in percentages

R + G + B =
183 + 122 + 49 = 354 (100%)
R 183 of 354 ~ 51.69%
G 122 of 354 ~ 34.46%
B 49 of 354 ~ 13.84%

%51.69
%34.46
%13.84

CMYK color model

#B77A31 color CMYK value is (0,33,73,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 73.22%
  • key color value is 28.24%
CMYK:
(0,33,73,28)
C0M33Y73K28 
(0%,33%,73%,28%)
(0.00/0.33/0.73/0.28)	

CMYK percentages

%0
%33.33
%73.22
%28.24

Codes

Color #B77A31 in popluar color models

B77A31
RGB18312249
HSL33°57.76%45.49%
HSB/HSV33°73.22%71.76%
CMYK0.00%33.33%73.22%
28.24%

Color #B77A31 in popluar number systems.

HEXB77A31
Decimal18312249
Binary101101111111010110001
Octal26717261

Shades and tints

Shades of #B77A31

#B77A31
(183,122,49)
#A76F2D
(167,111,45)
#976429
(151,100,41)
#875925
(135,89,37)
#774E21
(119,78,33)
#67431D
(103,67,29)
#573819
(87,56,25)
#472D15
(71,45,21)
#372211
(55,34,17)
#27170D
(39,23,13)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #B77A31

#B77A31
(183,122,49)
#BD8643
(189,134,67)
#C39255
(195,146,85)
#C99E67
(201,158,103)
#CFAA79
(207,170,121)
#D5B68B
(213,182,139)
#DBC29D
(219,194,157)
#E1CEAF
(225,206,175)
#E7DAC1
(231,218,193)
#EDE6D3
(237,230,211)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77A31 color. Also use rgb(183,122,49) instead hex code.

Text Font Color

.myTextColor { color: #B77A31; }

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

This text font color is #B77A31.


Background Color

.myBgColor { background-color: #B77A31; }

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

This div background color is #B77A31.


Border color

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

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

This div border color is #B77A31.


Opacity

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

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

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

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

This text has shadow with #B77A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77A31 on black background.


Color preview on white background

This text has color #B77A31 on white background.



Black color preview on #B77A31 background

This text has black color on #B77A31 background.


White color preview on #B77A31 background

This text has white color on #B77A31 background.