COLOR #B77A5D

HEX: #B77A5D
RGB: (183,122,93)

Color info

#B77A5D contains mainly red color. Web safe color of #B77A5D is #CC6666 (or #C66).

RGB color model

#B77A5D color RGB value is (183,122,93).

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

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 93 of 255 = 36%

183
122
93

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

Portions of RGB colors in percentages

R + G + B =
183 + 122 + 93 = 398 (100%)
R 183 of 398 ~ 45.98%
G 122 of 398 ~ 30.65%
B 93 of 398 ~ 23.37%

%45.98
%30.65
%23.37

CMYK color model

#B77A5D color CMYK value is (0,33,49,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(0,33,49,28)
C0M33Y49K28 
(0%,33%,49%,28%)
(0.00/0.33/0.49/0.28)	

CMYK percentages

%0
%33.33
%49.18
%28.24

Codes

Color #B77A5D in popluar color models

B77A5D
RGB18312293
HSL19°38.46%54.12%
HSB/HSV19°49.18%71.76%
CMYK0.00%33.33%49.18%
28.24%

Color #B77A5D in popluar number systems.

HEXB77A5D
Decimal18312293
Binary1011011111110101011101
Octal267172135

Shades and tints

Shades of #B77A5D

#B77A5D
(183,122,93)
#A76F55
(167,111,85)
#97644D
(151,100,77)
#875945
(135,89,69)
#774E3D
(119,78,61)
#674335
(103,67,53)
#57382D
(87,56,45)
#472D25
(71,45,37)
#37221D
(55,34,29)
#271715
(39,23,21)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #B77A5D

#B77A5D
(183,122,93)
#BD866B
(189,134,107)
#C39279
(195,146,121)
#C99E87
(201,158,135)
#CFAA95
(207,170,149)
#D5B6A3
(213,182,163)
#DBC2B1
(219,194,177)
#E1CEBF
(225,206,191)
#E7DACD
(231,218,205)
#EDE6DB
(237,230,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B77A5D; }

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

This text font color is #B77A5D.


Background Color

.myBgColor { background-color: #B77A5D; }

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

This div background color is #B77A5D.


Border color

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

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

This div border color is #B77A5D.


Opacity

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

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

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

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

This text has shadow with #B77A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77A5D on black background.


Color preview on white background

This text has color #B77A5D on white background.



Black color preview on #B77A5D background

This text has black color on #B77A5D background.


White color preview on #B77A5D background

This text has white color on #B77A5D background.