COLOR #B0AB69

HEX: #B0AB69
RGB: (176,171,105)

Color info

#B0AB69 contains mainly red and green colors. Web safe color of #B0AB69 is #999966 (or #996).

RGB color model

#B0AB69 color RGB value is (176,171,105).

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

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 105 of 255 = 41%

176
171
105

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 105 = 452 (100%)
R 176 of 452 ~ 38.94%
G 171 of 452 ~ 37.83%
B 105 of 452 ~ 23.23%

%38.94
%37.83
%23.23

CMYK color model

#B0AB69 color CMYK value is (0,3,40,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 40.34%
  • key color value is 30.98%
CMYK:
(0,3,40,31)
C0M3Y40K31 
(0%,3%,40%,31%)
(0.00/0.03/0.40/0.31)	

CMYK percentages

%0
%2.84
%40.34
%30.98

Codes

Color #B0AB69 in popluar color models

B0AB69
RGB176171105
HSL56°31.00%55.10%
HSB/HSV56°40.34%69.02%
CMYK0.00%2.84%40.34%
30.98%

Color #B0AB69 in popluar number systems.

HEXB0AB69
Decimal176171105
Binary10110000101010111101001
Octal260253151

Shades and tints

Shades of #B0AB69

#B0AB69
(176,171,105)
#A09C60
(160,156,96)
#908D57
(144,141,87)
#807E4E
(128,126,78)
#706F45
(112,111,69)
#60603C
(96,96,60)
#505133
(80,81,51)
#40422A
(64,66,42)
#303321
(48,51,33)
#202418
(32,36,24)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B0AB69

#B0AB69
(176,171,105)
#B7B276
(183,178,118)
#BEB983
(190,185,131)
#C5C090
(197,192,144)
#CCC79D
(204,199,157)
#D3CEAA
(211,206,170)
#DAD5B7
(218,213,183)
#E1DCC4
(225,220,196)
#E8E3D1
(232,227,209)
#EFEADE
(239,234,222)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AB69; }

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

This text font color is #B0AB69.


Background Color

.myBgColor { background-color: #B0AB69; }

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

This div background color is #B0AB69.


Border color

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

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

This div border color is #B0AB69.


Opacity

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

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

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

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

This text has shadow with #B0AB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB69 on black background.


Color preview on white background

This text has color #B0AB69 on white background.



Black color preview on #B0AB69 background

This text has black color on #B0AB69 background.


White color preview on #B0AB69 background

This text has white color on #B0AB69 background.