COLOR #B7A146

HEX: #B7A146 RGB: (183,161,70)

Color info

#B7A146 contains mainly red and green colors. Web safe color of #B7A146 is #CC9933 (or #C93).

RGB color model

#B7A146 color RGB value is (183,161,70).

RGB: (183,161,70) (72%, 63%, 27%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 70 of 255 = 27%

183
161
70

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

Portions of RGB colors in percentages

R + G + B = 183 + 161 + 70 = 414 (100%)
R 183 of 414 ~ 44.2%
G 161 of 414 ~ 38.89%
B 70 of 414 ~ 16.91'%

%44.2
%38.89
%16.91

CMYK color model

#B7A146 color CMYK value is (0,12,62,28).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 61.75%
  • key color value is 28.24%

CMYK: (0,12,62,28)
C0M12Y62K28 (0%, 12%, 62%, 28%)
(0.00 / 0.12 / 0.62 / 0.28)

CMYK percentages

%0
%12.02
%61.75
%28.24

Codes

Color #B7A146 in popluar color models

B7 A1 46
RGB 183 161 70
HSL 48° 44.66% 49.61%
HSB/HSV 48° 61.75% 71.76%
CMYK 0.00% 12.02% 61.75%
28.24%

Color #B7A146 in popluar number systems.

HEX B7 A1 46
Decimal 183 161 70
Binary 10110111 10100001 1000110
Octal 267 241 106

Shades and tints

Shades of #B7A146

#B7A146
(183,161,70)
#A79340
(167,147,64)
#97853A
(151,133,58)
#877734
(135,119,52)
#77692E
(119,105,46)
#675B28
(103,91,40)
#574D22
(87,77,34)
#473F1C
(71,63,28)
#373116
(55,49,22)
#272310
(39,35,16)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #B7A146

#B7A146
(183,161,70)
#BDA956
(189,169,86)
#C3B166
(195,177,102)
#C9B976
(201,185,118)
#CFC186
(207,193,134)
#D5C996
(213,201,150)
#DBD1A6
(219,209,166)
#E1D9B6
(225,217,182)
#E7E1C6
(231,225,198)
#EDE9D6
(237,233,214)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A146 color. Also use rgb(183,161,70) instead hex code.

Text Font Color

.myTextColor { color: #B7A146; }

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

This text font color is #B7A146.

Background Color

.myBgColor { background-color: #B7A146; }

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

This div background color is #B7A146.

Border color

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

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

This div border color is #B7A146.

Opacity

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

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

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

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

This text has shadow with #B7A146 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A146.

Preview

Color preview on black background

This text has color #B7A146 on black background.


Color preview on white background

This text has color #B7A146 on white background.


Black color preview on #B7A146 background

This text has black color on #B7A146 background.


White color preview on #B7A146 background

This text has white color on #B7A146 background.


Related colors

Complementary color

Complementary color for #hex is #485EB9.


I love getcolorcode.com

Triadic colors

1 #46B7A1 and #A146B7 with #B7A146 are triadic colors.

2 #46A1B7 and #A1B746 with #B7A146 are triadic colors.