COLOR #B6A369

HEX: #B6A369
RGB: (182,163,105)

Color info

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

RGB color model

#B6A369 color RGB value is (182,163,105).

  • red value is 182;
  • green value is 163;
  • blue value is 105.
RGB:
(182,163,105)
(71%,64%,41%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 105 of 255 = 41%

182
163
105

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

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 105 = 450 (100%)
R 182 of 450 ~ 40.44%
G 163 of 450 ~ 36.22%
B 105 of 450 ~ 23.33%

%40.44
%36.22
%23.33

CMYK color model

#B6A369 color CMYK value is (0,10,42,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 42.31%
  • key color value is 28.63%
CMYK:
(0,10,42,29)
C0M10Y42K29 
(0%,10%,42%,29%)
(0.00/0.10/0.42/0.29)	

CMYK percentages

%0
%10.44
%42.31
%28.63

Codes

Color #B6A369 in popluar color models

B6A369
RGB182163105
HSL45°34.53%56.27%
HSB/HSV45°42.31%71.37%
CMYK0.00%10.44%42.31%
28.63%

Color #B6A369 in popluar number systems.

HEXB6A369
Decimal182163105
Binary10110110101000111101001
Octal266243151

Shades and tints

Shades of #B6A369

#B6A369
(182,163,105)
#A69560
(166,149,96)
#968757
(150,135,87)
#86794E
(134,121,78)
#766B45
(118,107,69)
#665D3C
(102,93,60)
#564F33
(86,79,51)
#46412A
(70,65,42)
#363321
(54,51,33)
#262518
(38,37,24)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6A369

#B6A369
(182,163,105)
#BCAB76
(188,171,118)
#C2B383
(194,179,131)
#C8BB90
(200,187,144)
#CEC39D
(206,195,157)
#D4CBAA
(212,203,170)
#DAD3B7
(218,211,183)
#E0DBC4
(224,219,196)
#E6E3D1
(230,227,209)
#ECEBDE
(236,235,222)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A369 color. Also use rgb(182,163,105) instead hex code.

Text Font Color

.myTextColor { color: #B6A369; }

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

This text font color is #B6A369.


Background Color

.myBgColor { background-color: #B6A369; }

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

This div background color is #B6A369.


Border color

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

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

This div border color is #B6A369.


Opacity

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

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

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

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

This text has shadow with #B6A369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A369 on black background.


Color preview on white background

This text has color #B6A369 on white background.



Black color preview on #B6A369 background

This text has black color on #B6A369 background.


White color preview on #B6A369 background

This text has white color on #B6A369 background.