COLOR #B5A68C

HEX: #B5A68C
RGB: (181,166,140)

Color info

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

RGB color model

#B5A68C color RGB value is (181,166,140).

  • red value is 181;
  • green value is 166;
  • blue value is 140.
RGB:
(181,166,140)
(71%,65%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 166 of 255 = 65%
B 140 of 255 = 55%

181
166
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 166 + 140 = 487 (100%)
R 181 of 487 ~ 37.17%
G 166 of 487 ~ 34.09%
B 140 of 487 ~ 28.75%

%37.17
%34.09
%28.75

CMYK color model

#B5A68C color CMYK value is (0,8,23,29).

  • cyan value is 0.00%
  • magenta value is 8.29%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,8,23,29)
C0M8Y23K29 
(0%,8%,23%,29%)
(0.00/0.08/0.23/0.29)	

CMYK percentages

%0
%8.29
%22.65
%29.02

Codes

Color #B5A68C in popluar color models

B5A68C
RGB181166140
HSL38°21.69%62.94%
HSB/HSV38°22.65%70.98%
CMYK0.00%8.29%22.65%
29.02%

Color #B5A68C in popluar number systems.

HEXB5A68C
Decimal181166140
Binary101101011010011010001100
Octal265246214

Shades and tints

Shades of #B5A68C

#B5A68C
(181,166,140)
#A59780
(165,151,128)
#958874
(149,136,116)
#857968
(133,121,104)
#756A5C
(117,106,92)
#655B50
(101,91,80)
#554C44
(85,76,68)
#453D38
(69,61,56)
#352E2C
(53,46,44)
#251F20
(37,31,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #B5A68C

#B5A68C
(181,166,140)
#BBAE96
(187,174,150)
#C1B6A0
(193,182,160)
#C7BEAA
(199,190,170)
#CDC6B4
(205,198,180)
#D3CEBE
(211,206,190)
#D9D6C8
(217,214,200)
#DFDED2
(223,222,210)
#E5E6DC
(229,230,220)
#EBEEE6
(235,238,230)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A68C color. Also use rgb(181,166,140) instead hex code.

Text Font Color

.myTextColor { color: #B5A68C; }

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

This text font color is #B5A68C.


Background Color

.myBgColor { background-color: #B5A68C; }

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

This div background color is #B5A68C.


Border color

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

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

This div border color is #B5A68C.


Opacity

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

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

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

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

This text has shadow with #B5A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A68C on black background.


Color preview on white background

This text has color #B5A68C on white background.



Black color preview on #B5A68C background

This text has black color on #B5A68C background.


White color preview on #B5A68C background

This text has white color on #B5A68C background.