COLOR #B77C2A

HEX: #B77C2A
RGB: (183,124,42)

Color info

#B77C2A contains mainly red and green colors. Web safe color of #B77C2A is #CC6633 (or #C63).

RGB color model

#B77C2A color RGB value is (183,124,42).

  • red value is 183;
  • green value is 124;
  • blue value is 42.
RGB:
(183,124,42)
(72%,49%,16%)

RGB channels and saturation

R 183 of 255 = 72%
G 124 of 255 = 49%
B 42 of 255 = 16%

183
124
42

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

Portions of RGB colors in percentages

R + G + B =
183 + 124 + 42 = 349 (100%)
R 183 of 349 ~ 52.44%
G 124 of 349 ~ 35.53%
B 42 of 349 ~ 12.03%

%52.44
%35.53
%12.03

CMYK color model

#B77C2A color CMYK value is (0,32,77,28).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 77.05%
  • key color value is 28.24%
CMYK:
(0,32,77,28)
C0M32Y77K28 
(0%,32%,77%,28%)
(0.00/0.32/0.77/0.28)	

CMYK percentages

%0
%32.24
%77.05
%28.24

Codes

Color #B77C2A in popluar color models

B77C2A
RGB18312442
HSL35°62.67%44.12%
HSB/HSV35°77.05%71.76%
CMYK0.00%32.24%77.05%
28.24%

Color #B77C2A in popluar number systems.

HEXB77C2A
Decimal18312442
Binary101101111111100101010
Octal26717452

Shades and tints

Shades of #B77C2A

#B77C2A
(183,124,42)
#A77127
(167,113,39)
#976624
(151,102,36)
#875B21
(135,91,33)
#77501E
(119,80,30)
#67451B
(103,69,27)
#573A18
(87,58,24)
#472F15
(71,47,21)
#372412
(55,36,18)
#27190F
(39,25,15)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #B77C2A

#B77C2A
(183,124,42)
#BD873D
(189,135,61)
#C39250
(195,146,80)
#C99D63
(201,157,99)
#CFA876
(207,168,118)
#D5B389
(213,179,137)
#DBBE9C
(219,190,156)
#E1C9AF
(225,201,175)
#E7D4C2
(231,212,194)
#EDDFD5
(237,223,213)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77C2A color. Also use rgb(183,124,42) instead hex code.

Text Font Color

.myTextColor { color: #B77C2A; }

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

This text font color is #B77C2A.


Background Color

.myBgColor { background-color: #B77C2A; }

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

This div background color is #B77C2A.


Border color

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

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

This div border color is #B77C2A.


Opacity

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

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

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

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

This text has shadow with #B77C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77C2A on black background.


Color preview on white background

This text has color #B77C2A on white background.



Black color preview on #B77C2A background

This text has black color on #B77C2A background.


White color preview on #B77C2A background

This text has white color on #B77C2A background.