COLOR #B5A48F

HEX: #B5A48F
RGB: (181,164,143)

Color info

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

RGB color model

#B5A48F color RGB value is (181,164,143).

  • red value is 181;
  • green value is 164;
  • blue value is 143.
RGB:
(181,164,143)
(71%,64%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 143 of 255 = 56%

181
164
143

R + G + B ~ 64%. #B5A48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 143 = 488 (100%)
R 181 of 488 ~ 37.09%
G 164 of 488 ~ 33.61%
B 143 of 488 ~ 29.3%

%37.09
%33.61
%29.3

CMYK color model

#B5A48F color CMYK value is (0,9,21,29).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 20.99%
  • key color value is 29.02%
CMYK:
(0,9,21,29)
C0M9Y21K29 
(0%,9%,21%,29%)
(0.00/0.09/0.21/0.29)	

CMYK percentages

%0
%9.39
%20.99
%29.02

Codes

Color #B5A48F in popluar color models

B5A48F
RGB181164143
HSL33°20.43%63.53%
HSB/HSV33°20.99%70.98%
CMYK0.00%9.39%20.99%
29.02%

Color #B5A48F in popluar number systems.

HEXB5A48F
Decimal181164143
Binary101101011010010010001111
Octal265244217

Shades and tints

Shades of #B5A48F

#B5A48F
(181,164,143)
#A59682
(165,150,130)
#958875
(149,136,117)
#857A68
(133,122,104)
#756C5B
(117,108,91)
#655E4E
(101,94,78)
#555041
(85,80,65)
#454234
(69,66,52)
#353427
(53,52,39)
#25261A
(37,38,26)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #B5A48F

#B5A48F
(181,164,143)
#BBAC99
(187,172,153)
#C1B4A3
(193,180,163)
#C7BCAD
(199,188,173)
#CDC4B7
(205,196,183)
#D3CCC1
(211,204,193)
#D9D4CB
(217,212,203)
#DFDCD5
(223,220,213)
#E5E4DF
(229,228,223)
#EBECE9
(235,236,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A48F color. Also use rgb(181,164,143) instead hex code.

Text Font Color

.myTextColor { color: #B5A48F; }

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

This text font color is #B5A48F.


Background Color

.myBgColor { background-color: #B5A48F; }

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

This div background color is #B5A48F.


Border color

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

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

This div border color is #B5A48F.


Opacity

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

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

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

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

This text has shadow with #B5A48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A48F on black background.


Color preview on white background

This text has color #B5A48F on white background.



Black color preview on #B5A48F background

This text has black color on #B5A48F background.


White color preview on #B5A48F background

This text has white color on #B5A48F background.