COLOR #B77126

HEX: #B77126
RGB: (183,113,38)

Color info

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

RGB color model

#B77126 color RGB value is (183,113,38).

  • red value is 183;
  • green value is 113;
  • blue value is 38.
RGB:
(183,113,38)
(72%,44%,15%)

RGB channels and saturation

R 183 of 255 = 72%
G 113 of 255 = 44%
B 38 of 255 = 15%

183
113
38

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

Portions of RGB colors in percentages

R + G + B =
183 + 113 + 38 = 334 (100%)
R 183 of 334 ~ 54.79%
G 113 of 334 ~ 33.83%
B 38 of 334 ~ 11.38%

%54.79
%33.83
%11.38

CMYK color model

#B77126 color CMYK value is (0,38,79,28).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 79.23%
  • key color value is 28.24%
CMYK:
(0,38,79,28)
C0M38Y79K28 
(0%,38%,79%,28%)
(0.00/0.38/0.79/0.28)	

CMYK percentages

%0
%38.25
%79.23
%28.24

Codes

Color #B77126 in popluar color models

B77126
RGB18311338
HSL31°65.61%43.33%
HSB/HSV31°79.23%71.76%
CMYK0.00%38.25%79.23%
28.24%

Color #B77126 in popluar number systems.

HEXB77126
Decimal18311338
Binary101101111110001100110
Octal26716146

Shades and tints

Shades of #B77126

#B77126
(183,113,38)
#A76723
(167,103,35)
#975D20
(151,93,32)
#87531D
(135,83,29)
#77491A
(119,73,26)
#673F17
(103,63,23)
#573514
(87,53,20)
#472B11
(71,43,17)
#37210E
(55,33,14)
#27170B
(39,23,11)
#170D08
(23,13,8)
#000000
(0,0,0)

Tints of #B77126

#B77126
(183,113,38)
#BD7D39
(189,125,57)
#C3894C
(195,137,76)
#C9955F
(201,149,95)
#CFA172
(207,161,114)
#D5AD85
(213,173,133)
#DBB998
(219,185,152)
#E1C5AB
(225,197,171)
#E7D1BE
(231,209,190)
#EDDDD1
(237,221,209)
#F3E9E4
(243,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77126 color. Also use rgb(183,113,38) instead hex code.

Text Font Color

.myTextColor { color: #B77126; }

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

This text font color is #B77126.


Background Color

.myBgColor { background-color: #B77126; }

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

This div background color is #B77126.


Border color

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

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

This div border color is #B77126.


Opacity

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

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

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

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

This text has shadow with #B77126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77126 on black background.


Color preview on white background

This text has color #B77126 on white background.



Black color preview on #B77126 background

This text has black color on #B77126 background.


White color preview on #B77126 background

This text has white color on #B77126 background.