COLOR #B78D63

HEX: #B78D63
RGB: (183,141,99)

Color info

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

RGB color model

#B78D63 color RGB value is (183,141,99).

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

RGB channels and saturation

R 183 of 255 = 72%
G 141 of 255 = 55%
B 99 of 255 = 39%

183
141
99

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

Portions of RGB colors in percentages

R + G + B =
183 + 141 + 99 = 423 (100%)
R 183 of 423 ~ 43.26%
G 141 of 423 ~ 33.33%
B 99 of 423 ~ 23.4%

%43.26
%33.33
%23.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 45.90%
  • key color value is 28.24%
CMYK:
(0,23,46,28)
C0M23Y46K28 
(0%,23%,46%,28%)
(0.00/0.23/0.46/0.28)	

CMYK percentages

%0
%22.95
%45.9
%28.24

Codes

Color #B78D63 in popluar color models

B78D63
RGB18314199
HSL30°36.84%55.29%
HSB/HSV30°45.90%71.76%
CMYK0.00%22.95%45.90%
28.24%

Color #B78D63 in popluar number systems.

HEXB78D63
Decimal18314199
Binary10110111100011011100011
Octal267215143

Shades and tints

Shades of #B78D63

#B78D63
(183,141,99)
#A7815A
(167,129,90)
#977551
(151,117,81)
#876948
(135,105,72)
#775D3F
(119,93,63)
#675136
(103,81,54)
#57452D
(87,69,45)
#473924
(71,57,36)
#372D1B
(55,45,27)
#272112
(39,33,18)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #B78D63

#B78D63
(183,141,99)
#BD9771
(189,151,113)
#C3A17F
(195,161,127)
#C9AB8D
(201,171,141)
#CFB59B
(207,181,155)
#D5BFA9
(213,191,169)
#DBC9B7
(219,201,183)
#E1D3C5
(225,211,197)
#E7DDD3
(231,221,211)
#EDE7E1
(237,231,225)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B78D63; }

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

This text font color is #B78D63.


Background Color

.myBgColor { background-color: #B78D63; }

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

This div background color is #B78D63.


Border color

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

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

This div border color is #B78D63.


Opacity

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

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

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

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

This text has shadow with #B78D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78D63 on black background.


Color preview on white background

This text has color #B78D63 on white background.



Black color preview on #B78D63 background

This text has black color on #B78D63 background.


White color preview on #B78D63 background

This text has white color on #B78D63 background.