COLOR #B3AC6B

HEX: #B3AC6B RGB: (179,172,107)

Color info

#B3AC6B contains mainly red and green colors. Web safe color of #B3AC6B is #999966 (or #996).

RGB color model

#B3AC6B color RGB value is (179,172,107).

RGB: (179,172,107) (70%, 67%, 42%)

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 107 of 255 = 42%

179
172
107

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

Portions of RGB colors in percentages

R + G + B = 179 + 172 + 107 = 458 (100%)
R 179 of 458 ~ 39.08%
G 172 of 458 ~ 37.55%
B 107 of 458 ~ 23.36'%

%39.08
%37.55
%23.36

CMYK color model

#B3AC6B color CMYK value is (0,4,40,30).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 40.22%
  • key color value is 29.80%

CMYK: (0,4,40,30)
C0M4Y40K30 (0%, 4%, 40%, 30%)
(0.00 / 0.04 / 0.40 / 0.30)

CMYK percentages

%0
%3.91
%40.22
%29.8

Codes

Color #B3AC6B in popluar color models

B3 AC 6B
RGB 179 172 107
HSL 54° 32.14% 56.08%
HSB/HSV 54° 40.22% 70.20%
CMYK 0.00% 3.91% 40.22%
29.80%

Color #B3AC6B in popluar number systems.

HEX B3 AC 6B
Decimal 179 172 107
Binary 10110011 10101100 1101011
Octal 263 254 153

Shades and tints

Shades of #B3AC6B

#B3AC6B
(179,172,107)
#A39D62
(163,157,98)
#938E59
(147,142,89)
#837F50
(131,127,80)
#737047
(115,112,71)
#63613E
(99,97,62)
#535235
(83,82,53)
#43432C
(67,67,44)
#333423
(51,52,35)
#23251A
(35,37,26)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #B3AC6B

#B3AC6B
(179,172,107)
#B9B378
(185,179,120)
#BFBA85
(191,186,133)
#C5C192
(197,193,146)
#CBC89F
(203,200,159)
#D1CFAC
(209,207,172)
#D7D6B9
(215,214,185)
#DDDDC6
(221,221,198)
#E3E4D3
(227,228,211)
#E9EBE0
(233,235,224)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AC6B color. Also use rgb(179,172,107) instead hex code.

Text Font Color

.myTextColor { color: #B3AC6B; }

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

This text font color is #B3AC6B.

Background Color

.myBgColor { background-color: #B3AC6B; }

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

This div background color is #B3AC6B.

Border color

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

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

This div border color is #B3AC6B.

Opacity

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

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

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

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

This text has shadow with #B3AC6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AC6B.

Preview

Color preview on black background

This text has color #B3AC6B on black background.


Color preview on white background

This text has color #B3AC6B on white background.


Black color preview on #B3AC6B background

This text has black color on #B3AC6B background.


White color preview on #B3AC6B background

This text has white color on #B3AC6B background.


Related colors

Complementary color

Complementary color for #hex is #4C5394.


I love getcolorcode.com

Triadic colors

1 #6BB3AC and #AC6BB3 with #B3AC6B are triadic colors.

2 #6BACB3 and #ACB36B with #B3AC6B are triadic colors.