COLOR #B9AC58

HEX: #B9AC58 RGB: (185,172,88)

Color info

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

RGB color model

#B9AC58 color RGB value is (185,172,88).

RGB: (185,172,88) (73%, 67%, 35%)

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 88 of 255 = 35%

185
172
88

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

Portions of RGB colors in percentages

R + G + B = 185 + 172 + 88 = 445 (100%)
R 185 of 445 ~ 41.57%
G 172 of 445 ~ 38.65%
B 88 of 445 ~ 19.78'%

%41.57
%38.65
%19.78

CMYK color model

#B9AC58 color CMYK value is (0,7,52,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 52.43%
  • key color value is 27.45%

CMYK: (0,7,52,27)
C0M7Y52K27 (0%, 7%, 52%, 27%)
(0.00 / 0.07 / 0.52 / 0.27)

CMYK percentages

%0
%7.03
%52.43
%27.45

Codes

Color #B9AC58 in popluar color models

B9 AC 58
RGB 185 172 88
HSL 52° 40.93% 53.53%
HSB/HSV 52° 52.43% 72.55%
CMYK 0.00% 7.03% 52.43%
27.45%

Color #B9AC58 in popluar number systems.

HEX B9 AC 58
Decimal 185 172 88
Binary 10111001 10101100 1011000
Octal 271 254 130

Shades and tints

Shades of #B9AC58

#B9AC58
(185,172,88)
#A99D50
(169,157,80)
#998E48
(153,142,72)
#897F40
(137,127,64)
#797038
(121,112,56)
#696130
(105,97,48)
#595228
(89,82,40)
#494320
(73,67,32)
#393418
(57,52,24)
#292510
(41,37,16)
#191608
(25,22,8)
#000000
(0,0,0)

Tints of #B9AC58

#B9AC58
(185,172,88)
#BFB367
(191,179,103)
#C5BA76
(197,186,118)
#CBC185
(203,193,133)
#D1C894
(209,200,148)
#D7CFA3
(215,207,163)
#DDD6B2
(221,214,178)
#E3DDC1
(227,221,193)
#E9E4D0
(233,228,208)
#EFEBDF
(239,235,223)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AC58 color. Also use rgb(185,172,88) instead hex code.

Text Font Color

.myTextColor { color: #B9AC58; }

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

This text font color is #B9AC58.

Background Color

.myBgColor { background-color: #B9AC58; }

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

This div background color is #B9AC58.

Border color

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

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

This div border color is #B9AC58.

Opacity

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

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

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

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

This text has shadow with #B9AC58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AC58.

Preview

Color preview on black background

This text has color #B9AC58 on black background.


Color preview on white background

This text has color #B9AC58 on white background.


Black color preview on #B9AC58 background

This text has black color on #B9AC58 background.


White color preview on #B9AC58 background

This text has white color on #B9AC58 background.


Related colors

Complementary color

Complementary color for #hex is #4653A7.


I love getcolorcode.com

Triadic colors

1 #58B9AC and #AC58B9 with #B9AC58 are triadic colors.

2 #58ACB9 and #ACB958 with #B9AC58 are triadic colors.