COLOR #B76731

HEX: #B76731
RGB: (183,103,49)

Color info

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

RGB color model

#B76731 color RGB value is (183,103,49).

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

RGB channels and saturation

R 183 of 255 = 72%
G 103 of 255 = 40%
B 49 of 255 = 19%

183
103
49

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

Portions of RGB colors in percentages

R + G + B =
183 + 103 + 49 = 335 (100%)
R 183 of 335 ~ 54.63%
G 103 of 335 ~ 30.75%
B 49 of 335 ~ 14.63%

%54.63
%30.75
%14.63

CMYK color model

#B76731 color CMYK value is (0,44,73,28).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 73.22%
  • key color value is 28.24%
CMYK:
(0,44,73,28)
C0M44Y73K28 
(0%,44%,73%,28%)
(0.00/0.44/0.73/0.28)	

CMYK percentages

%0
%43.72
%73.22
%28.24

Codes

Color #B76731 in popluar color models

B76731
RGB18310349
HSL24°57.76%45.49%
HSB/HSV24°73.22%71.76%
CMYK0.00%43.72%73.22%
28.24%

Color #B76731 in popluar number systems.

HEXB76731
Decimal18310349
Binary101101111100111110001
Octal26714761

Shades and tints

Shades of #B76731

#B76731
(183,103,49)
#A75E2D
(167,94,45)
#975529
(151,85,41)
#874C25
(135,76,37)
#774321
(119,67,33)
#673A1D
(103,58,29)
#573119
(87,49,25)
#472815
(71,40,21)
#371F11
(55,31,17)
#27160D
(39,22,13)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #B76731

#B76731
(183,103,49)
#BD7443
(189,116,67)
#C38155
(195,129,85)
#C98E67
(201,142,103)
#CF9B79
(207,155,121)
#D5A88B
(213,168,139)
#DBB59D
(219,181,157)
#E1C2AF
(225,194,175)
#E7CFC1
(231,207,193)
#EDDCD3
(237,220,211)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76731; }

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

This text font color is #B76731.


Background Color

.myBgColor { background-color: #B76731; }

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

This div background color is #B76731.


Border color

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

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

This div border color is #B76731.


Opacity

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

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

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

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

This text has shadow with #B76731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76731 on black background.


Color preview on white background

This text has color #B76731 on white background.



Black color preview on #B76731 background

This text has black color on #B76731 background.


White color preview on #B76731 background

This text has white color on #B76731 background.