COLOR #B78D70

HEX: #B78D70
RGB: (183,141,112)

Color info

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

RGB color model

#B78D70 color RGB value is (183,141,112).

  • red value is 183;
  • green value is 141;
  • blue value is 112.
RGB:
(183,141,112)
(72%,55%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 141 of 255 = 55%
B 112 of 255 = 44%

183
141
112

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

Portions of RGB colors in percentages

R + G + B =
183 + 141 + 112 = 436 (100%)
R 183 of 436 ~ 41.97%
G 141 of 436 ~ 32.34%
B 112 of 436 ~ 25.69%

%41.97
%32.34
%25.69

CMYK color model

#B78D70 color CMYK value is (0,23,39,28).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(0,23,39,28)
C0M23Y39K28 
(0%,23%,39%,28%)
(0.00/0.23/0.39/0.28)	

CMYK percentages

%0
%22.95
%38.8
%28.24

Codes

Color #B78D70 in popluar color models

B78D70
RGB183141112
HSL25°33.02%57.84%
HSB/HSV25°38.80%71.76%
CMYK0.00%22.95%38.80%
28.24%

Color #B78D70 in popluar number systems.

HEXB78D70
Decimal183141112
Binary10110111100011011110000
Octal267215160

Shades and tints

Shades of #B78D70

#B78D70
(183,141,112)
#A78166
(167,129,102)
#97755C
(151,117,92)
#876952
(135,105,82)
#775D48
(119,93,72)
#67513E
(103,81,62)
#574534
(87,69,52)
#47392A
(71,57,42)
#372D20
(55,45,32)
#272116
(39,33,22)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #B78D70

#B78D70
(183,141,112)
#BD977D
(189,151,125)
#C3A18A
(195,161,138)
#C9AB97
(201,171,151)
#CFB5A4
(207,181,164)
#D5BFB1
(213,191,177)
#DBC9BE
(219,201,190)
#E1D3CB
(225,211,203)
#E7DDD8
(231,221,216)
#EDE7E5
(237,231,229)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78D70 color. Also use rgb(183,141,112) instead hex code.

Text Font Color

.myTextColor { color: #B78D70; }

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

This text font color is #B78D70.


Background Color

.myBgColor { background-color: #B78D70; }

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

This div background color is #B78D70.


Border color

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

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

This div border color is #B78D70.


Opacity

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

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

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

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

This text has shadow with #B78D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78D70 on black background.


Color preview on white background

This text has color #B78D70 on white background.



Black color preview on #B78D70 background

This text has black color on #B78D70 background.


White color preview on #B78D70 background

This text has white color on #B78D70 background.