COLOR #B7946B

HEX: #B7946B RGB: (183,148,107)

Color info

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

RGB color model

#B7946B color RGB value is (183,148,107).

RGB: (183,148,107) (72%, 58%, 42%)

RGB channels and saturation

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

183
148
107

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

Portions of RGB colors in percentages

R + G + B = 183 + 148 + 107 = 438 (100%)
R 183 of 438 ~ 41.78%
G 148 of 438 ~ 33.79%
B 107 of 438 ~ 24.43'%

%41.78
%33.79
%24.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 41.53%
  • 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
%41.53
%28.24

Codes

Color #B7946B in popluar color models

B7 94 6B
RGB 183 148 107
HSL 32° 34.55% 56.86%
HSB/HSV 32° 41.53% 71.76%
CMYK 0.00% 19.13% 41.53%
28.24%

Color #B7946B in popluar number systems.

HEX B7 94 6B
Decimal 183 148 107
Binary 10110111 10010100 1101011
Octal 267 224 153

Shades and tints

Shades of #B7946B

#B7946B
(183,148,107)
#A78762
(167,135,98)
#977A59
(151,122,89)
#876D50
(135,109,80)
#776047
(119,96,71)
#67533E
(103,83,62)
#574635
(87,70,53)
#47392C
(71,57,44)
#372C23
(55,44,35)
#271F1A
(39,31,26)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #B7946B

#B7946B
(183,148,107)
#BD9D78
(189,157,120)
#C3A685
(195,166,133)
#C9AF92
(201,175,146)
#CFB89F
(207,184,159)
#D5C1AC
(213,193,172)
#DBCAB9
(219,202,185)
#E1D3C6
(225,211,198)
#E7DCD3
(231,220,211)
#EDE5E0
(237,229,224)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7946B; }

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

This text font color is #B7946B.

Background Color

.myBgColor { background-color: #B7946B; }

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

This div background color is #B7946B.

Border color

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

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

This div border color is #B7946B.

Opacity

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

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

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

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

This text has shadow with #B7946B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7946B.

Preview

Color preview on black background

This text has color #B7946B on black background.


Color preview on white background

This text has color #B7946B on white background.


Black color preview on #B7946B background

This text has black color on #B7946B background.


White color preview on #B7946B background

This text has white color on #B7946B background.


Related colors

Complementary color

Complementary color for #hex is #486B94.


I love getcolorcode.com

Triadic colors

1 #6BB794 and #946BB7 with #B7946B are triadic colors.

2 #6B94B7 and #94B76B with #B7946B are triadic colors.