COLOR #B6A68F

HEX: #B6A68F
RGB: (182,166,143)

Color info

#B6A68F contains red, green and blue colors in about the same proportion. Web safe color of #B6A68F is #CC9999 (or #C99).

RGB color model

#B6A68F color RGB value is (182,166,143).

  • red value is 182;
  • green value is 166;
  • blue value is 143.
RGB:
(182,166,143)
(71%,65%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 143 of 255 = 56%

182
166
143

R + G + B ~ 64%. #B6A68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 143 = 491 (100%)
R 182 of 491 ~ 37.07%
G 166 of 491 ~ 33.81%
B 143 of 491 ~ 29.12%

%37.07
%33.81
%29.12

CMYK color model

#B6A68F color CMYK value is (0,9,21,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 21.43%
  • key color value is 28.63%
CMYK:
(0,9,21,29)
C0M9Y21K29 
(0%,9%,21%,29%)
(0.00/0.09/0.21/0.29)	

CMYK percentages

%0
%8.79
%21.43
%28.63

Codes

Color #B6A68F in popluar color models

B6A68F
RGB182166143
HSL35°21.08%63.73%
HSB/HSV35°21.43%71.37%
CMYK0.00%8.79%21.43%
28.63%

Color #B6A68F in popluar number systems.

HEXB6A68F
Decimal182166143
Binary101101101010011010001111
Octal266246217

Shades and tints

Shades of #B6A68F

#B6A68F
(182,166,143)
#A69782
(166,151,130)
#968875
(150,136,117)
#867968
(134,121,104)
#766A5B
(118,106,91)
#665B4E
(102,91,78)
#564C41
(86,76,65)
#463D34
(70,61,52)
#362E27
(54,46,39)
#261F1A
(38,31,26)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #B6A68F

#B6A68F
(182,166,143)
#BCAE99
(188,174,153)
#C2B6A3
(194,182,163)
#C8BEAD
(200,190,173)
#CEC6B7
(206,198,183)
#D4CEC1
(212,206,193)
#DAD6CB
(218,214,203)
#E0DED5
(224,222,213)
#E6E6DF
(230,230,223)
#ECEEE9
(236,238,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A68F color. Also use rgb(182,166,143) instead hex code.

Text Font Color

.myTextColor { color: #B6A68F; }

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

This text font color is #B6A68F.


Background Color

.myBgColor { background-color: #B6A68F; }

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

This div background color is #B6A68F.


Border color

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

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

This div border color is #B6A68F.


Opacity

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

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

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

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

This text has shadow with #B6A68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A68F on black background.


Color preview on white background

This text has color #B6A68F on white background.



Black color preview on #B6A68F background

This text has black color on #B6A68F background.


White color preview on #B6A68F background

This text has white color on #B6A68F background.