COLOR #B78E73

HEX: #B78E73
RGB: (183,142,115)

Color info

#B78E73 contains mainly red and green colors. Web safe color of #B78E73 is #CC9966 (or #C96).

RGB color model

#B78E73 color RGB value is (183,142,115).

  • red value is 183;
  • green value is 142;
  • blue value is 115.
RGB:
(183,142,115)
(72%,56%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 142 of 255 = 56%
B 115 of 255 = 45%

183
142
115

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

Portions of RGB colors in percentages

R + G + B =
183 + 142 + 115 = 440 (100%)
R 183 of 440 ~ 41.59%
G 142 of 440 ~ 32.27%
B 115 of 440 ~ 26.14%

%41.59
%32.27
%26.14

CMYK color model

#B78E73 color CMYK value is (0,22,37,28).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 37.16%
  • key color value is 28.24%
CMYK:
(0,22,37,28)
C0M22Y37K28 
(0%,22%,37%,28%)
(0.00/0.22/0.37/0.28)	

CMYK percentages

%0
%22.4
%37.16
%28.24

Codes

Color #B78E73 in popluar color models

B78E73
RGB183142115
HSL24°32.08%58.43%
HSB/HSV24°37.16%71.76%
CMYK0.00%22.40%37.16%
28.24%

Color #B78E73 in popluar number systems.

HEXB78E73
Decimal183142115
Binary10110111100011101110011
Octal267216163

Shades and tints

Shades of #B78E73

#B78E73
(183,142,115)
#A78269
(167,130,105)
#97765F
(151,118,95)
#876A55
(135,106,85)
#775E4B
(119,94,75)
#675241
(103,82,65)
#574637
(87,70,55)
#473A2D
(71,58,45)
#372E23
(55,46,35)
#272219
(39,34,25)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #B78E73

#B78E73
(183,142,115)
#BD987F
(189,152,127)
#C3A28B
(195,162,139)
#C9AC97
(201,172,151)
#CFB6A3
(207,182,163)
#D5C0AF
(213,192,175)
#DBCABB
(219,202,187)
#E1D4C7
(225,212,199)
#E7DED3
(231,222,211)
#EDE8DF
(237,232,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78E73 color. Also use rgb(183,142,115) instead hex code.

Text Font Color

.myTextColor { color: #B78E73; }

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

This text font color is #B78E73.


Background Color

.myBgColor { background-color: #B78E73; }

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

This div background color is #B78E73.


Border color

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

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

This div border color is #B78E73.


Opacity

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

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

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

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

This text has shadow with #B78E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78E73 on black background.


Color preview on white background

This text has color #B78E73 on white background.



Black color preview on #B78E73 background

This text has black color on #B78E73 background.


White color preview on #B78E73 background

This text has white color on #B78E73 background.