COLOR #B0A359

HEX: #B0A359
RGB: (176,163,89)

Color info

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

RGB color model

#B0A359 color RGB value is (176,163,89).

  • red value is 176;
  • green value is 163;
  • blue value is 89.
RGB:
(176,163,89)
(69%,64%,35%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 89 of 255 = 35%

176
163
89

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

Portions of RGB colors in percentages

R + G + B =
176 + 163 + 89 = 428 (100%)
R 176 of 428 ~ 41.12%
G 163 of 428 ~ 38.08%
B 89 of 428 ~ 20.79%

%41.12
%38.08
%20.79

CMYK color model

#B0A359 color CMYK value is (0,7,49,31).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(0,7,49,31)
C0M7Y49K31 
(0%,7%,49%,31%)
(0.00/0.07/0.49/0.31)	

CMYK percentages

%0
%7.39
%49.43
%30.98

Codes

Color #B0A359 in popluar color models

B0A359
RGB17616389
HSL51°35.51%51.96%
HSB/HSV51°49.43%69.02%
CMYK0.00%7.39%49.43%
30.98%

Color #B0A359 in popluar number systems.

HEXB0A359
Decimal17616389
Binary10110000101000111011001
Octal260243131

Shades and tints

Shades of #B0A359

#B0A359
(176,163,89)
#A09551
(160,149,81)
#908749
(144,135,73)
#807941
(128,121,65)
#706B39
(112,107,57)
#605D31
(96,93,49)
#504F29
(80,79,41)
#404121
(64,65,33)
#303319
(48,51,25)
#202511
(32,37,17)
#101709
(16,23,9)
#000000
(0,0,0)

Tints of #B0A359

#B0A359
(176,163,89)
#B7AB68
(183,171,104)
#BEB377
(190,179,119)
#C5BB86
(197,187,134)
#CCC395
(204,195,149)
#D3CBA4
(211,203,164)
#DAD3B3
(218,211,179)
#E1DBC2
(225,219,194)
#E8E3D1
(232,227,209)
#EFEBE0
(239,235,224)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A359 color. Also use rgb(176,163,89) instead hex code.

Text Font Color

.myTextColor { color: #B0A359; }

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

This text font color is #B0A359.


Background Color

.myBgColor { background-color: #B0A359; }

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

This div background color is #B0A359.


Border color

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

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

This div border color is #B0A359.


Opacity

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

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

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

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

This text has shadow with #B0A359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A359 on black background.


Color preview on white background

This text has color #B0A359 on white background.



Black color preview on #B0A359 background

This text has black color on #B0A359 background.


White color preview on #B0A359 background

This text has white color on #B0A359 background.