COLOR #B77B4A

HEX: #B77B4A
RGB: (183,123,74)

Color info

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

RGB color model

#B77B4A color RGB value is (183,123,74).

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

RGB channels and saturation

R 183 of 255 = 72%
G 123 of 255 = 48%
B 74 of 255 = 29%

183
123
74

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

Portions of RGB colors in percentages

R + G + B =
183 + 123 + 74 = 380 (100%)
R 183 of 380 ~ 48.16%
G 123 of 380 ~ 32.37%
B 74 of 380 ~ 19.47%

%48.16
%32.37
%19.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 59.56%
  • 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
%32.79
%59.56
%28.24

Codes

Color #B77B4A in popluar color models

B77B4A
RGB18312374
HSL27°43.08%50.39%
HSB/HSV27°59.56%71.76%
CMYK0.00%32.79%59.56%
28.24%

Color #B77B4A in popluar number systems.

HEXB77B4A
Decimal18312374
Binary1011011111110111001010
Octal267173112

Shades and tints

Shades of #B77B4A

#B77B4A
(183,123,74)
#A77044
(167,112,68)
#97653E
(151,101,62)
#875A38
(135,90,56)
#774F32
(119,79,50)
#67442C
(103,68,44)
#573926
(87,57,38)
#472E20
(71,46,32)
#37231A
(55,35,26)
#271814
(39,24,20)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #B77B4A

#B77B4A
(183,123,74)
#BD875A
(189,135,90)
#C3936A
(195,147,106)
#C99F7A
(201,159,122)
#CFAB8A
(207,171,138)
#D5B79A
(213,183,154)
#DBC3AA
(219,195,170)
#E1CFBA
(225,207,186)
#E7DBCA
(231,219,202)
#EDE7DA
(237,231,218)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77B4A color. Also use rgb(183,123,74) instead hex code.

Text Font Color

.myTextColor { color: #B77B4A; }

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

This text font color is #B77B4A.


Background Color

.myBgColor { background-color: #B77B4A; }

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

This div background color is #B77B4A.


Border color

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

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

This div border color is #B77B4A.


Opacity

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

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

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

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

This text has shadow with #B77B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77B4A on black background.


Color preview on white background

This text has color #B77B4A on white background.



Black color preview on #B77B4A background

This text has black color on #B77B4A background.


White color preview on #B77B4A background

This text has white color on #B77B4A background.