COLOR #B78B6C

HEX: #B78B6C RGB: (183,139,108)

Color info

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

RGB color model

#B78B6C color RGB value is (183,139,108).

RGB: (183,139,108) (72%, 55%, 42%)

RGB channels and saturation

R 183 of 255 = 72%
G 139 of 255 = 55%
B 108 of 255 = 42%

183
139
108

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

Portions of RGB colors in percentages

R + G + B = 183 + 139 + 108 = 430 (100%)
R 183 of 430 ~ 42.56%
G 139 of 430 ~ 32.33%
B 108 of 430 ~ 25.12'%

%42.56
%32.33
%25.12

CMYK color model

#B78B6C color CMYK value is (0,24,41,28).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 40.98%
  • key color value is 28.24%

CMYK: (0,24,41,28)
C0M24Y41K28 (0%, 24%, 41%, 28%)
(0.00 / 0.24 / 0.41 / 0.28)

CMYK percentages

%0
%24.04
%40.98
%28.24

Codes

Color #B78B6C in popluar color models

B7 8B 6C
RGB 183 139 108
HSL 25° 34.25% 57.06%
HSB/HSV 25° 40.98% 71.76%
CMYK 0.00% 24.04% 40.98%
28.24%

Color #B78B6C in popluar number systems.

HEX B7 8B 6C
Decimal 183 139 108
Binary 10110111 10001011 1101100
Octal 267 213 154

Shades and tints

Shades of #B78B6C

#B78B6C
(183,139,108)
#A77F63
(167,127,99)
#97735A
(151,115,90)
#876751
(135,103,81)
#775B48
(119,91,72)
#674F3F
(103,79,63)
#574336
(87,67,54)
#47372D
(71,55,45)
#372B24
(55,43,36)
#271F1B
(39,31,27)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #B78B6C

#B78B6C
(183,139,108)
#BD9579
(189,149,121)
#C39F86
(195,159,134)
#C9A993
(201,169,147)
#CFB3A0
(207,179,160)
#D5BDAD
(213,189,173)
#DBC7BA
(219,199,186)
#E1D1C7
(225,209,199)
#E7DBD4
(231,219,212)
#EDE5E1
(237,229,225)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78B6C color. Also use rgb(183,139,108) instead hex code.

Text Font Color

.myTextColor { color: #B78B6C; }

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

This text font color is #B78B6C.

Background Color

.myBgColor { background-color: #B78B6C; }

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

This div background color is #B78B6C.

Border color

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

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

This div border color is #B78B6C.

Opacity

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

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

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

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

This text has shadow with #B78B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B78B6C.

Preview

Color preview on black background

This text has color #B78B6C on black background.


Color preview on white background

This text has color #B78B6C on white background.


Black color preview on #B78B6C background

This text has black color on #B78B6C background.


White color preview on #B78B6C background

This text has white color on #B78B6C background.


Related colors

Complementary color

Complementary color for #hex is #487493.


I love getcolorcode.com

Triadic colors

1 #6CB78B and #8B6CB7 with #B78B6C are triadic colors.

2 #6C8BB7 and #8BB76C with #B78B6C are triadic colors.