COLOR #B77A49

HEX: #B77A49
RGB: (183,122,73)

Color info

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

RGB color model

#B77A49 color RGB value is (183,122,73).

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

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 73 of 255 = 29%

183
122
73

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

Portions of RGB colors in percentages

R + G + B =
183 + 122 + 73 = 378 (100%)
R 183 of 378 ~ 48.41%
G 122 of 378 ~ 32.28%
B 73 of 378 ~ 19.31%

%48.41
%32.28
%19.31

CMYK color model

#B77A49 color CMYK value is (0,33,60,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 60.11%
  • key color value is 28.24%
CMYK:
(0,33,60,28)
C0M33Y60K28 
(0%,33%,60%,28%)
(0.00/0.33/0.60/0.28)	

CMYK percentages

%0
%33.33
%60.11
%28.24

Codes

Color #B77A49 in popluar color models

B77A49
RGB18312273
HSL27°43.31%50.20%
HSB/HSV27°60.11%71.76%
CMYK0.00%33.33%60.11%
28.24%

Color #B77A49 in popluar number systems.

HEXB77A49
Decimal18312273
Binary1011011111110101001001
Octal267172111

Shades and tints

Shades of #B77A49

#B77A49
(183,122,73)
#A76F43
(167,111,67)
#97643D
(151,100,61)
#875937
(135,89,55)
#774E31
(119,78,49)
#67432B
(103,67,43)
#573825
(87,56,37)
#472D1F
(71,45,31)
#372219
(55,34,25)
#271713
(39,23,19)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #B77A49

#B77A49
(183,122,73)
#BD8659
(189,134,89)
#C39269
(195,146,105)
#C99E79
(201,158,121)
#CFAA89
(207,170,137)
#D5B699
(213,182,153)
#DBC2A9
(219,194,169)
#E1CEB9
(225,206,185)
#E7DAC9
(231,218,201)
#EDE6D9
(237,230,217)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77A49; }

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

This text font color is #B77A49.


Background Color

.myBgColor { background-color: #B77A49; }

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

This div background color is #B77A49.


Border color

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

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

This div border color is #B77A49.


Opacity

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

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

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

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

This text has shadow with #B77A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77A49 on black background.


Color preview on white background

This text has color #B77A49 on white background.



Black color preview on #B77A49 background

This text has black color on #B77A49 background.


White color preview on #B77A49 background

This text has white color on #B77A49 background.