COLOR #B78F70

HEX: #B78F70
RGB: (183,143,112)

Color info

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

RGB color model

#B78F70 color RGB value is (183,143,112).

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

RGB channels and saturation

R 183 of 255 = 72%
G 143 of 255 = 56%
B 112 of 255 = 44%

183
143
112

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

Portions of RGB colors in percentages

R + G + B =
183 + 143 + 112 = 438 (100%)
R 183 of 438 ~ 41.78%
G 143 of 438 ~ 32.65%
B 112 of 438 ~ 25.57%

%41.78
%32.65
%25.57

CMYK color model

#B78F70 color CMYK value is (0,22,39,28).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(0,22,39,28)
C0M22Y39K28 
(0%,22%,39%,28%)
(0.00/0.22/0.39/0.28)	

CMYK percentages

%0
%21.86
%38.8
%28.24

Codes

Color #B78F70 in popluar color models

B78F70
RGB183143112
HSL26°33.02%57.84%
HSB/HSV26°38.80%71.76%
CMYK0.00%21.86%38.80%
28.24%

Color #B78F70 in popluar number systems.

HEXB78F70
Decimal183143112
Binary10110111100011111110000
Octal267217160

Shades and tints

Shades of #B78F70

#B78F70
(183,143,112)
#A78266
(167,130,102)
#97755C
(151,117,92)
#876852
(135,104,82)
#775B48
(119,91,72)
#674E3E
(103,78,62)
#574134
(87,65,52)
#47342A
(71,52,42)
#372720
(55,39,32)
#271A16
(39,26,22)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #B78F70

#B78F70
(183,143,112)
#BD997D
(189,153,125)
#C3A38A
(195,163,138)
#C9AD97
(201,173,151)
#CFB7A4
(207,183,164)
#D5C1B1
(213,193,177)
#DBCBBE
(219,203,190)
#E1D5CB
(225,213,203)
#E7DFD8
(231,223,216)
#EDE9E5
(237,233,229)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78F70; }

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

This text font color is #B78F70.


Background Color

.myBgColor { background-color: #B78F70; }

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

This div background color is #B78F70.


Border color

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

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

This div border color is #B78F70.


Opacity

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

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

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

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

This text has shadow with #B78F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78F70 on black background.


Color preview on white background

This text has color #B78F70 on white background.



Black color preview on #B78F70 background

This text has black color on #B78F70 background.


White color preview on #B78F70 background

This text has white color on #B78F70 background.