COLOR #B2A57E

HEX: #B2A57E
RGB: (178,165,126)

Color info

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

RGB color model

#B2A57E color RGB value is (178,165,126).

  • red value is 178;
  • green value is 165;
  • blue value is 126.
RGB: (178,165,126) (70%,65%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 126 of 255 = 49%

178
165
126

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

Portions of RGB colors in percentages

R + G + B =
178 + 165 + 126 = 469 (100%)
R 178 of 469 ~ 37.95%
G 165 of 469 ~ 35.18%
B 126 of 469 ~ 26.87%

%37.95
%35.18
%26.87

CMYK color model

#B2A57E color CMYK value is (0,7,29,30).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK: (0,7,29,30) C0M7Y29K30 (0%,7%,29%,30%) (0.00/0.07/0.29/0.30)

CMYK percentages

%0
%7.3
%29.21
%30.2

Codes

Color #B2A57E in popluar color models

B2A57E
RGB178165126
HSL45°25.24%59.61%
HSB/HSV45°29.21%69.80%
CMYK0.00%7.30%29.21%
30.20%

Color #B2A57E in popluar number systems.

HEXB2A57E
Decimal178165126
Binary10110010101001011111110
Octal262245176

Shades and tints

Shades of #B2A57E

#B2A57E
(178,165,126)
#A29673
(162,150,115)
#928768
(146,135,104)
#82785D
(130,120,93)
#726952
(114,105,82)
#625A47
(98,90,71)
#524B3C
(82,75,60)
#423C31
(66,60,49)
#322D26
(50,45,38)
#221E1B
(34,30,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #B2A57E

#B2A57E
(178,165,126)
#B9AD89
(185,173,137)
#C0B594
(192,181,148)
#C7BD9F
(199,189,159)
#CEC5AA
(206,197,170)
#D5CDB5
(213,205,181)
#DCD5C0
(220,213,192)
#E3DDCB
(227,221,203)
#EAE5D6
(234,229,214)
#F1EDE1
(241,237,225)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A57E color. Also use rgb(178,165,126) instead hex code.

Text Font Color

.myTextColor { color: #B2A57E; }

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

This text font color is #B2A57E.


Background Color

.myBgColor { background-color: #B2A57E; }

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

This div background color is #B2A57E.


Border color

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

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

This div border color is #B2A57E.


Opacity

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

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

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

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

This text has shadow with #B2A57E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2A57E on black background.


Color preview on white background

This text has color #B2A57E on white background.



Black color preview on #B2A57E background

This text has black color on #B2A57E background.


White color preview on #B2A57E background

This text has white color on #B2A57E background.