COLOR #B1A58A

HEX: #B1A58A
RGB: (177,165,138)

Color info

#B1A58A contains red, green and blue colors in about the same proportion. Web safe color of #B1A58A is #999999 (or #999).

RGB color model

#B1A58A color RGB value is (177,165,138).

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

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 138 of 255 = 54%

177
165
138

R + G + B ~ 63%. #B1A58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 165 + 138 = 480 (100%)
R 177 of 480 ~ 36.88%
G 165 of 480 ~ 34.38%
B 138 of 480 ~ 28.75%

%36.88
%34.38
%28.75

CMYK color model

#B1A58A color CMYK value is (0,7,22,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 22.03%
  • key color value is 30.59%
CMYK:
(0,7,22,31)
C0M7Y22K31 
(0%,7%,22%,31%)
(0.00/0.07/0.22/0.31)	

CMYK percentages

%0
%6.78
%22.03
%30.59

Codes

Color #B1A58A in popluar color models

B1A58A
RGB177165138
HSL42°20.00%61.76%
HSB/HSV42°22.03%69.41%
CMYK0.00%6.78%22.03%
30.59%

Color #B1A58A in popluar number systems.

HEXB1A58A
Decimal177165138
Binary101100011010010110001010
Octal261245212

Shades and tints

Shades of #B1A58A

#B1A58A
(177,165,138)
#A1967E
(161,150,126)
#918772
(145,135,114)
#817866
(129,120,102)
#71695A
(113,105,90)
#615A4E
(97,90,78)
#514B42
(81,75,66)
#413C36
(65,60,54)
#312D2A
(49,45,42)
#211E1E
(33,30,30)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #B1A58A

#B1A58A
(177,165,138)
#B8AD94
(184,173,148)
#BFB59E
(191,181,158)
#C6BDA8
(198,189,168)
#CDC5B2
(205,197,178)
#D4CDBC
(212,205,188)
#DBD5C6
(219,213,198)
#E2DDD0
(226,221,208)
#E9E5DA
(233,229,218)
#F0EDE4
(240,237,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A58A; }

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

This text font color is #B1A58A.


Background Color

.myBgColor { background-color: #B1A58A; }

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

This div background color is #B1A58A.


Border color

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

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

This div border color is #B1A58A.


Opacity

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

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

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

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

This text has shadow with #B1A58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A58A on black background.


Color preview on white background

This text has color #B1A58A on white background.



Black color preview on #B1A58A background

This text has black color on #B1A58A background.


White color preview on #B1A58A background

This text has white color on #B1A58A background.