COLOR #B1A56A

HEX: #B1A56A
RGB: (177,165,106)

Color info

#B1A56A contains mainly red and green colors. Web safe color of #B1A56A is #999966 (or #996).

RGB color model

#B1A56A color RGB value is (177,165,106).

  • red value is 177;
  • green value is 165;
  • blue value is 106.
RGB:
(177,165,106)
(69%,65%,42%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 106 of 255 = 42%

177
165
106

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

Portions of RGB colors in percentages

R + G + B =
177 + 165 + 106 = 448 (100%)
R 177 of 448 ~ 39.51%
G 165 of 448 ~ 36.83%
B 106 of 448 ~ 23.66%

%39.51
%36.83
%23.66

CMYK color model

#B1A56A color CMYK value is (0,7,40,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 40.11%
  • key color value is 30.59%
CMYK:
(0,7,40,31)
C0M7Y40K31 
(0%,7%,40%,31%)
(0.00/0.07/0.40/0.31)	

CMYK percentages

%0
%6.78
%40.11
%30.59

Codes

Color #B1A56A in popluar color models

B1A56A
RGB177165106
HSL50°31.28%55.49%
HSB/HSV50°40.11%69.41%
CMYK0.00%6.78%40.11%
30.59%

Color #B1A56A in popluar number systems.

HEXB1A56A
Decimal177165106
Binary10110001101001011101010
Octal261245152

Shades and tints

Shades of #B1A56A

#B1A56A
(177,165,106)
#A19661
(161,150,97)
#918758
(145,135,88)
#81784F
(129,120,79)
#716946
(113,105,70)
#615A3D
(97,90,61)
#514B34
(81,75,52)
#413C2B
(65,60,43)
#312D22
(49,45,34)
#211E19
(33,30,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #B1A56A

#B1A56A
(177,165,106)
#B8AD77
(184,173,119)
#BFB584
(191,181,132)
#C6BD91
(198,189,145)
#CDC59E
(205,197,158)
#D4CDAB
(212,205,171)
#DBD5B8
(219,213,184)
#E2DDC5
(226,221,197)
#E9E5D2
(233,229,210)
#F0EDDF
(240,237,223)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A56A color. Also use rgb(177,165,106) instead hex code.

Text Font Color

.myTextColor { color: #B1A56A; }

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

This text font color is #B1A56A.


Background Color

.myBgColor { background-color: #B1A56A; }

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

This div background color is #B1A56A.


Border color

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

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

This div border color is #B1A56A.


Opacity

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

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

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

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

This text has shadow with #B1A56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A56A on black background.


Color preview on white background

This text has color #B1A56A on white background.



Black color preview on #B1A56A background

This text has black color on #B1A56A background.


White color preview on #B1A56A background

This text has white color on #B1A56A background.