COLOR #B2A07C

HEX: #B2A07C
RGB: (178,160,124)

Color info

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

RGB color model

#B2A07C color RGB value is (178,160,124).

  • red value is 178;
  • green value is 160;
  • blue value is 124.
RGB:
(178,160,124)
(70%,63%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 124 of 255 = 49%

178
160
124

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

Portions of RGB colors in percentages

R + G + B =
178 + 160 + 124 = 462 (100%)
R 178 of 462 ~ 38.53%
G 160 of 462 ~ 34.63%
B 124 of 462 ~ 26.84%

%38.53
%34.63
%26.84

CMYK color model

#B2A07C color CMYK value is (0,10,30,30).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 30.34%
  • key color value is 30.20%
CMYK:
(0,10,30,30)
C0M10Y30K30 
(0%,10%,30%,30%)
(0.00/0.10/0.30/0.30)	

CMYK percentages

%0
%10.11
%30.34
%30.2

Codes

Color #B2A07C in popluar color models

B2A07C
RGB178160124
HSL40°25.96%59.22%
HSB/HSV40°30.34%69.80%
CMYK0.00%10.11%30.34%
30.20%

Color #B2A07C in popluar number systems.

HEXB2A07C
Decimal178160124
Binary10110010101000001111100
Octal262240174

Shades and tints

Shades of #B2A07C

#B2A07C
(178,160,124)
#A29271
(162,146,113)
#928466
(146,132,102)
#82765B
(130,118,91)
#726850
(114,104,80)
#625A45
(98,90,69)
#524C3A
(82,76,58)
#423E2F
(66,62,47)
#323024
(50,48,36)
#222219
(34,34,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #B2A07C

#B2A07C
(178,160,124)
#B9A887
(185,168,135)
#C0B092
(192,176,146)
#C7B89D
(199,184,157)
#CEC0A8
(206,192,168)
#D5C8B3
(213,200,179)
#DCD0BE
(220,208,190)
#E3D8C9
(227,216,201)
#EAE0D4
(234,224,212)
#F1E8DF
(241,232,223)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A07C color. Also use rgb(178,160,124) instead hex code.

Text Font Color

.myTextColor { color: #B2A07C; }

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

This text font color is #B2A07C.


Background Color

.myBgColor { background-color: #B2A07C; }

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

This div background color is #B2A07C.


Border color

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

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

This div border color is #B2A07C.


Opacity

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

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

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

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

This text has shadow with #B2A07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A07C on black background.


Color preview on white background

This text has color #B2A07C on white background.



Black color preview on #B2A07C background

This text has black color on #B2A07C background.


White color preview on #B2A07C background

This text has white color on #B2A07C background.