COLOR #B5A892

HEX: #B5A892
RGB: (181,168,146)

Color info

#B5A892 contains red, green and blue colors in about the same proportion. Web safe color of #B5A892 is #CC9999 (or #C99).

RGB color model

#B5A892 color RGB value is (181,168,146).

  • red value is 181;
  • green value is 168;
  • blue value is 146.
RGB:
(181,168,146)
(71%,66%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 168 of 255 = 66%
B 146 of 255 = 57%

181
168
146

R + G + B ~ 65%. #B5A892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 168 + 146 = 495 (100%)
R 181 of 495 ~ 36.57%
G 168 of 495 ~ 33.94%
B 146 of 495 ~ 29.49%

%36.57
%33.94
%29.49

CMYK color model

#B5A892 color CMYK value is (0,7,19,29).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(0,7,19,29)
C0M7Y19K29 
(0%,7%,19%,29%)
(0.00/0.07/0.19/0.29)	

CMYK percentages

%0
%7.18
%19.34
%29.02

Codes

Color #B5A892 in popluar color models

B5A892
RGB181168146
HSL38°19.13%64.12%
HSB/HSV38°19.34%70.98%
CMYK0.00%7.18%19.34%
29.02%

Color #B5A892 in popluar number systems.

HEXB5A892
Decimal181168146
Binary101101011010100010010010
Octal265250222

Shades and tints

Shades of #B5A892

#B5A892
(181,168,146)
#A59985
(165,153,133)
#958A78
(149,138,120)
#857B6B
(133,123,107)
#756C5E
(117,108,94)
#655D51
(101,93,81)
#554E44
(85,78,68)
#453F37
(69,63,55)
#35302A
(53,48,42)
#25211D
(37,33,29)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #B5A892

#B5A892
(181,168,146)
#BBAF9B
(187,175,155)
#C1B6A4
(193,182,164)
#C7BDAD
(199,189,173)
#CDC4B6
(205,196,182)
#D3CBBF
(211,203,191)
#D9D2C8
(217,210,200)
#DFD9D1
(223,217,209)
#E5E0DA
(229,224,218)
#EBE7E3
(235,231,227)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A892 color. Also use rgb(181,168,146) instead hex code.

Text Font Color

.myTextColor { color: #B5A892; }

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

This text font color is #B5A892.


Background Color

.myBgColor { background-color: #B5A892; }

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

This div background color is #B5A892.


Border color

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

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

This div border color is #B5A892.


Opacity

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

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

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

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

This text has shadow with #B5A892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A892 on black background.


Color preview on white background

This text has color #B5A892 on white background.



Black color preview on #B5A892 background

This text has black color on #B5A892 background.


White color preview on #B5A892 background

This text has white color on #B5A892 background.