COLOR #B5AB69

HEX: #B5AB69
RGB: (181,171,105)

Color info

#B5AB69 contains mainly red and green colors. Web safe color of #B5AB69 is #CC9966 (or #C96).

RGB color model

#B5AB69 color RGB value is (181,171,105).

  • red value is 181;
  • green value is 171;
  • blue value is 105.
RGB:
(181,171,105)
(71%,67%,41%)

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 105 of 255 = 41%

181
171
105

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 105 = 457 (100%)
R 181 of 457 ~ 39.61%
G 171 of 457 ~ 37.42%
B 105 of 457 ~ 22.98%

%39.61
%37.42
%22.98

CMYK color model

#B5AB69 color CMYK value is (0,6,42,29).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 41.99%
  • key color value is 29.02%
CMYK:
(0,6,42,29)
C0M6Y42K29 
(0%,6%,42%,29%)
(0.00/0.06/0.42/0.29)	

CMYK percentages

%0
%5.52
%41.99
%29.02

Codes

Color #B5AB69 in popluar color models

B5AB69
RGB181171105
HSL52°33.93%56.08%
HSB/HSV52°41.99%70.98%
CMYK0.00%5.52%41.99%
29.02%

Color #B5AB69 in popluar number systems.

HEXB5AB69
Decimal181171105
Binary10110101101010111101001
Octal265253151

Shades and tints

Shades of #B5AB69

#B5AB69
(181,171,105)
#A59C60
(165,156,96)
#958D57
(149,141,87)
#857E4E
(133,126,78)
#756F45
(117,111,69)
#65603C
(101,96,60)
#555133
(85,81,51)
#45422A
(69,66,42)
#353321
(53,51,33)
#252418
(37,36,24)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #B5AB69

#B5AB69
(181,171,105)
#BBB276
(187,178,118)
#C1B983
(193,185,131)
#C7C090
(199,192,144)
#CDC79D
(205,199,157)
#D3CEAA
(211,206,170)
#D9D5B7
(217,213,183)
#DFDCC4
(223,220,196)
#E5E3D1
(229,227,209)
#EBEADE
(235,234,222)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AB69 color. Also use rgb(181,171,105) instead hex code.

Text Font Color

.myTextColor { color: #B5AB69; }

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

This text font color is #B5AB69.


Background Color

.myBgColor { background-color: #B5AB69; }

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

This div background color is #B5AB69.


Border color

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

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

This div border color is #B5AB69.


Opacity

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

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

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

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

This text has shadow with #B5AB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AB69 on black background.


Color preview on white background

This text has color #B5AB69 on white background.



Black color preview on #B5AB69 background

This text has black color on #B5AB69 background.


White color preview on #B5AB69 background

This text has white color on #B5AB69 background.