COLOR #B77A47

HEX: #B77A47
RGB: (183,122,71)

Color info

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

RGB color model

#B77A47 color RGB value is (183,122,71).

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

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 71 of 255 = 28%

183
122
71

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

Portions of RGB colors in percentages

R + G + B =
183 + 122 + 71 = 376 (100%)
R 183 of 376 ~ 48.67%
G 122 of 376 ~ 32.45%
B 71 of 376 ~ 18.88%

%48.67
%32.45
%18.88

CMYK color model

#B77A47 color CMYK value is (0,33,61,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 61.20%
  • key color value is 28.24%
CMYK:
(0,33,61,28)
C0M33Y61K28 
(0%,33%,61%,28%)
(0.00/0.33/0.61/0.28)	

CMYK percentages

%0
%33.33
%61.2
%28.24

Codes

Color #B77A47 in popluar color models

B77A47
RGB18312271
HSL27°44.09%49.80%
HSB/HSV27°61.20%71.76%
CMYK0.00%33.33%61.20%
28.24%

Color #B77A47 in popluar number systems.

HEXB77A47
Decimal18312271
Binary1011011111110101000111
Octal267172107

Shades and tints

Shades of #B77A47

#B77A47
(183,122,71)
#A76F41
(167,111,65)
#97643B
(151,100,59)
#875935
(135,89,53)
#774E2F
(119,78,47)
#674329
(103,67,41)
#573823
(87,56,35)
#472D1D
(71,45,29)
#372217
(55,34,23)
#271711
(39,23,17)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #B77A47

#B77A47
(183,122,71)
#BD8657
(189,134,87)
#C39267
(195,146,103)
#C99E77
(201,158,119)
#CFAA87
(207,170,135)
#D5B697
(213,182,151)
#DBC2A7
(219,194,167)
#E1CEB7
(225,206,183)
#E7DAC7
(231,218,199)
#EDE6D7
(237,230,215)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77A47; }

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

This text font color is #B77A47.


Background Color

.myBgColor { background-color: #B77A47; }

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

This div background color is #B77A47.


Border color

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

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

This div border color is #B77A47.


Opacity

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

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

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

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

This text has shadow with #B77A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77A47 on black background.


Color preview on white background

This text has color #B77A47 on white background.



Black color preview on #B77A47 background

This text has black color on #B77A47 background.


White color preview on #B77A47 background

This text has white color on #B77A47 background.