COLOR #B8946C

HEX: #B8946C RGB: (184,148,108)

Color info

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

RGB color model

#B8946C color RGB value is (184,148,108).

RGB: (184,148,108) (72%, 58%, 42%)

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 108 of 255 = 42%

184
148
108

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

Portions of RGB colors in percentages

R + G + B = 184 + 148 + 108 = 440 (100%)
R 184 of 440 ~ 41.82%
G 148 of 440 ~ 33.64%
B 108 of 440 ~ 24.55'%

%41.82
%33.64
%24.55

CMYK color model

#B8946C color CMYK value is (0,20,41,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 41.30%
  • key color value is 27.84%

CMYK: (0,20,41,28)
C0M20Y41K28 (0%, 20%, 41%, 28%)
(0.00 / 0.20 / 0.41 / 0.28)

CMYK percentages

%0
%19.57
%41.3
%27.84

Codes

Color #B8946C in popluar color models

B8 94 6C
RGB 184 148 108
HSL 32° 34.86% 57.25%
HSB/HSV 32° 41.30% 72.16%
CMYK 0.00% 19.57% 41.30%
27.84%

Color #B8946C in popluar number systems.

HEX B8 94 6C
Decimal 184 148 108
Binary 10111000 10010100 1101100
Octal 270 224 154

Shades and tints

Shades of #B8946C

#B8946C
(184,148,108)
#A88763
(168,135,99)
#987A5A
(152,122,90)
#886D51
(136,109,81)
#786048
(120,96,72)
#68533F
(104,83,63)
#584636
(88,70,54)
#48392D
(72,57,45)
#382C24
(56,44,36)
#281F1B
(40,31,27)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B8946C

#B8946C
(184,148,108)
#BE9D79
(190,157,121)
#C4A686
(196,166,134)
#CAAF93
(202,175,147)
#D0B8A0
(208,184,160)
#D6C1AD
(214,193,173)
#DCCABA
(220,202,186)
#E2D3C7
(226,211,199)
#E8DCD4
(232,220,212)
#EEE5E1
(238,229,225)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8946C color. Also use rgb(184,148,108) instead hex code.

Text Font Color

.myTextColor { color: #B8946C; }

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

This text font color is #B8946C.

Background Color

.myBgColor { background-color: #B8946C; }

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

This div background color is #B8946C.

Border color

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

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

This div border color is #B8946C.

Opacity

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

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

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

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

This text has shadow with #B8946C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8946C.

Preview

Color preview on black background

This text has color #B8946C on black background.


Color preview on white background

This text has color #B8946C on white background.


Black color preview on #B8946C background

This text has black color on #B8946C background.


White color preview on #B8946C background

This text has white color on #B8946C background.


Related colors

Complementary color

Complementary color for #hex is #476B93.


I love getcolorcode.com

Triadic colors

1 #6CB894 and #946CB8 with #B8946C are triadic colors.

2 #6C94B8 and #94B86C with #B8946C are triadic colors.