COLOR #B78966

HEX: #B78966 RGB: (183,137,102)

Color info

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

RGB color model

#B78966 color RGB value is (183,137,102).

RGB: (183,137,102) (72%, 54%, 40%)

RGB channels and saturation

R 183 of 255 = 72%
G 137 of 255 = 54%
B 102 of 255 = 40%

183
137
102

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

Portions of RGB colors in percentages

R + G + B = 183 + 137 + 102 = 422 (100%)
R 183 of 422 ~ 43.36%
G 137 of 422 ~ 32.46%
B 102 of 422 ~ 24.17'%

%43.36
%32.46
%24.17

CMYK color model

#B78966 color CMYK value is (0,25,44,28).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 44.26%
  • key color value is 28.24%

CMYK: (0,25,44,28)
C0M25Y44K28 (0%, 25%, 44%, 28%)
(0.00 / 0.25 / 0.44 / 0.28)

CMYK percentages

%0
%25.14
%44.26
%28.24

Codes

Color #B78966 in popluar color models

B7 89 66
RGB 183 137 102
HSL 26° 36.00% 55.88%
HSB/HSV 26° 44.26% 71.76%
CMYK 0.00% 25.14% 44.26%
28.24%

Color #B78966 in popluar number systems.

HEX B7 89 66
Decimal 183 137 102
Binary 10110111 10001001 1100110
Octal 267 211 146

Shades and tints

Shades of #B78966

#B78966
(183,137,102)
#A77D5D
(167,125,93)
#977154
(151,113,84)
#87654B
(135,101,75)
#775942
(119,89,66)
#674D39
(103,77,57)
#574130
(87,65,48)
#473527
(71,53,39)
#37291E
(55,41,30)
#271D15
(39,29,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #B78966

#B78966
(183,137,102)
#BD9373
(189,147,115)
#C39D80
(195,157,128)
#C9A78D
(201,167,141)
#CFB19A
(207,177,154)
#D5BBA7
(213,187,167)
#DBC5B4
(219,197,180)
#E1CFC1
(225,207,193)
#E7D9CE
(231,217,206)
#EDE3DB
(237,227,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78966 color. Also use rgb(183,137,102) instead hex code.

Text Font Color

.myTextColor { color: #B78966; }

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

This text font color is #B78966.

Background Color

.myBgColor { background-color: #B78966; }

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

This div background color is #B78966.

Border color

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

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

This div border color is #B78966.

Opacity

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

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

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

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

This text has shadow with #B78966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B78966.

Preview

Color preview on black background

This text has color #B78966 on black background.


Color preview on white background

This text has color #B78966 on white background.


Black color preview on #B78966 background

This text has black color on #B78966 background.


White color preview on #B78966 background

This text has white color on #B78966 background.


Related colors

Complementary color

Complementary color for #hex is #487699.


I love getcolorcode.com

Triadic colors

1 #66B789 and #8966B7 with #B78966 are triadic colors.

2 #6689B7 and #89B766 with #B78966 are triadic colors.