COLOR #B7946A

HEX: #B7946A
RGB: (183,148,106)

Color info

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

RGB color model

#B7946A color RGB value is (183,148,106).

  • red value is 183;
  • green value is 148;
  • blue value is 106.
RGB:
(183,148,106)
(72%,58%,42%)

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 106 of 255 = 42%

183
148
106

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

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 106 = 437 (100%)
R 183 of 437 ~ 41.88%
G 148 of 437 ~ 33.87%
B 106 of 437 ~ 24.26%

%41.88
%33.87
%24.26

CMYK color model

#B7946A color CMYK value is (0,19,42,28).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 42.08%
  • key color value is 28.24%
CMYK:
(0,19,42,28)
C0M19Y42K28 
(0%,19%,42%,28%)
(0.00/0.19/0.42/0.28)	

CMYK percentages

%0
%19.13
%42.08
%28.24

Codes

Color #B7946A in popluar color models

B7946A
RGB183148106
HSL33°34.84%56.67%
HSB/HSV33°42.08%71.76%
CMYK0.00%19.13%42.08%
28.24%

Color #B7946A in popluar number systems.

HEXB7946A
Decimal183148106
Binary10110111100101001101010
Octal267224152

Shades and tints

Shades of #B7946A

#B7946A
(183,148,106)
#A78761
(167,135,97)
#977A58
(151,122,88)
#876D4F
(135,109,79)
#776046
(119,96,70)
#67533D
(103,83,61)
#574634
(87,70,52)
#47392B
(71,57,43)
#372C22
(55,44,34)
#271F19
(39,31,25)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #B7946A

#B7946A
(183,148,106)
#BD9D77
(189,157,119)
#C3A684
(195,166,132)
#C9AF91
(201,175,145)
#CFB89E
(207,184,158)
#D5C1AB
(213,193,171)
#DBCAB8
(219,202,184)
#E1D3C5
(225,211,197)
#E7DCD2
(231,220,210)
#EDE5DF
(237,229,223)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7946A color. Also use rgb(183,148,106) instead hex code.

Text Font Color

.myTextColor { color: #B7946A; }

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

This text font color is #B7946A.


Background Color

.myBgColor { background-color: #B7946A; }

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

This div background color is #B7946A.


Border color

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

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

This div border color is #B7946A.


Opacity

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

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

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

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

This text has shadow with #B7946A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7946A on black background.


Color preview on white background

This text has color #B7946A on white background.



Black color preview on #B7946A background

This text has black color on #B7946A background.


White color preview on #B7946A background

This text has white color on #B7946A background.