COLOR #B2A67A

HEX: #B2A67A
RGB: (178,166,122)

Color info

#B2A67A contains red, green and blue colors in about the same proportion. Web safe color of #B2A67A is #999966 (or #996).

RGB color model

#B2A67A color RGB value is (178,166,122).

  • red value is 178;
  • green value is 166;
  • blue value is 122.
RGB:
(178,166,122)
(70%,65%,48%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 122 of 255 = 48%

178
166
122

R + G + B ~ 61%. #B2A67A is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 122 = 466 (100%)
R 178 of 466 ~ 38.2%
G 166 of 466 ~ 35.62%
B 122 of 466 ~ 26.18%

%38.2
%35.62
%26.18

CMYK color model

#B2A67A color CMYK value is (0,7,31,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 31.46%
  • key color value is 30.20%
CMYK:
(0,7,31,30)
C0M7Y31K30 
(0%,7%,31%,30%)
(0.00/0.07/0.31/0.30)	

CMYK percentages

%0
%6.74
%31.46
%30.2

Codes

Color #B2A67A in popluar color models

B2A67A
RGB178166122
HSL47°26.67%58.82%
HSB/HSV47°31.46%69.80%
CMYK0.00%6.74%31.46%
30.20%

Color #B2A67A in popluar number systems.

HEXB2A67A
Decimal178166122
Binary10110010101001101111010
Octal262246172

Shades and tints

Shades of #B2A67A

#B2A67A
(178,166,122)
#A2976F
(162,151,111)
#928864
(146,136,100)
#827959
(130,121,89)
#726A4E
(114,106,78)
#625B43
(98,91,67)
#524C38
(82,76,56)
#423D2D
(66,61,45)
#322E22
(50,46,34)
#221F17
(34,31,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #B2A67A

#B2A67A
(178,166,122)
#B9AE86
(185,174,134)
#C0B692
(192,182,146)
#C7BE9E
(199,190,158)
#CEC6AA
(206,198,170)
#D5CEB6
(213,206,182)
#DCD6C2
(220,214,194)
#E3DECE
(227,222,206)
#EAE6DA
(234,230,218)
#F1EEE6
(241,238,230)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A67A color. Also use rgb(178,166,122) instead hex code.

Text Font Color

.myTextColor { color: #B2A67A; }

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

This text font color is #B2A67A.


Background Color

.myBgColor { background-color: #B2A67A; }

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

This div background color is #B2A67A.


Border color

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

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

This div border color is #B2A67A.


Opacity

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

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

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

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

This text has shadow with #B2A67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A67A on black background.


Color preview on white background

This text has color #B2A67A on white background.



Black color preview on #B2A67A background

This text has black color on #B2A67A background.


White color preview on #B2A67A background

This text has white color on #B2A67A background.