COLOR #B78C83

HEX: #B78C83
RGB: (183,140,131)

Color info

#B78C83 contains red, green and blue colors in about the same proportion. Web safe color of #B78C83 is #CC9999 (or #C99).

RGB color model

#B78C83 color RGB value is (183,140,131).

  • red value is 183;
  • green value is 140;
  • blue value is 131.
RGB:
(183,140,131)
(72%,55%,51%)

RGB channels and saturation

R 183 of 255 = 72%
G 140 of 255 = 55%
B 131 of 255 = 51%

183
140
131

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

Portions of RGB colors in percentages

R + G + B =
183 + 140 + 131 = 454 (100%)
R 183 of 454 ~ 40.31%
G 140 of 454 ~ 30.84%
B 131 of 454 ~ 28.85%

%40.31
%30.84
%28.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 28.42%
  • key color value is 28.24%
CMYK:
(0,23,28,28)
C0M23Y28K28 
(0%,23%,28%,28%)
(0.00/0.23/0.28/0.28)	

CMYK percentages

%0
%23.5
%28.42
%28.24

Codes

Color #B78C83 in popluar color models

B78C83
RGB183140131
HSL10°26.53%61.57%
HSB/HSV10°28.42%71.76%
CMYK0.00%23.50%28.42%
28.24%

Color #B78C83 in popluar number systems.

HEXB78C83
Decimal183140131
Binary101101111000110010000011
Octal267214203

Shades and tints

Shades of #B78C83

#B78C83
(183,140,131)
#A78078
(167,128,120)
#97746D
(151,116,109)
#876862
(135,104,98)
#775C57
(119,92,87)
#67504C
(103,80,76)
#574441
(87,68,65)
#473836
(71,56,54)
#372C2B
(55,44,43)
#272020
(39,32,32)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #B78C83

#B78C83
(183,140,131)
#BD968E
(189,150,142)
#C3A099
(195,160,153)
#C9AAA4
(201,170,164)
#CFB4AF
(207,180,175)
#D5BEBA
(213,190,186)
#DBC8C5
(219,200,197)
#E1D2D0
(225,210,208)
#E7DCDB
(231,220,219)
#EDE6E6
(237,230,230)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78C83 color. Also use rgb(183,140,131) instead hex code.

Text Font Color

.myTextColor { color: #B78C83; }

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

This text font color is #B78C83.


Background Color

.myBgColor { background-color: #B78C83; }

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

This div background color is #B78C83.


Border color

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

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

This div border color is #B78C83.


Opacity

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

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

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

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

This text has shadow with #B78C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78C83 on black background.


Color preview on white background

This text has color #B78C83 on white background.



Black color preview on #B78C83 background

This text has black color on #B78C83 background.


White color preview on #B78C83 background

This text has white color on #B78C83 background.