COLOR #BBAC73

HEX: #BBAC73
RGB: (187,172,115)

Color info

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

RGB color model

#BBAC73 color RGB value is (187,172,115).

  • red value is 187;
  • green value is 172;
  • blue value is 115.
RGB:
(187,172,115)
(73%,67%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 115 of 255 = 45%

187
172
115

R + G + B ~ 62%. #BBAC73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 115 = 474 (100%)
R 187 of 474 ~ 39.45%
G 172 of 474 ~ 36.29%
B 115 of 474 ~ 24.26%

%39.45
%36.29
%24.26

CMYK color model

#BBAC73 color CMYK value is (0,8,39,27).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 38.50%
  • key color value is 26.67%
CMYK:
(0,8,39,27)
C0M8Y39K27 
(0%,8%,39%,27%)
(0.00/0.08/0.39/0.27)	

CMYK percentages

%0
%8.02
%38.5
%26.67

Codes

Color #BBAC73 in popluar color models

BBAC73
RGB187172115
HSL48°34.62%59.22%
HSB/HSV48°38.50%73.33%
CMYK0.00%8.02%38.50%
26.67%

Color #BBAC73 in popluar number systems.

HEXBBAC73
Decimal187172115
Binary10111011101011001110011
Octal273254163

Shades and tints

Shades of #BBAC73

#BBAC73
(187,172,115)
#AA9D69
(170,157,105)
#998E5F
(153,142,95)
#887F55
(136,127,85)
#77704B
(119,112,75)
#666141
(102,97,65)
#555237
(85,82,55)
#44432D
(68,67,45)
#333423
(51,52,35)
#222519
(34,37,25)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBAC73

#BBAC73
(187,172,115)
#C1B37F
(193,179,127)
#C7BA8B
(199,186,139)
#CDC197
(205,193,151)
#D3C8A3
(211,200,163)
#D9CFAF
(217,207,175)
#DFD6BB
(223,214,187)
#E5DDC7
(229,221,199)
#EBE4D3
(235,228,211)
#F1EBDF
(241,235,223)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAC73 color. Also use rgb(187,172,115) instead hex code.

Text Font Color

.myTextColor { color: #BBAC73; }

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

This text font color is #BBAC73.


Background Color

.myBgColor { background-color: #BBAC73; }

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

This div background color is #BBAC73.


Border color

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

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

This div border color is #BBAC73.


Opacity

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

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

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

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

This text has shadow with #BBAC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAC73 on black background.


Color preview on white background

This text has color #BBAC73 on white background.



Black color preview on #BBAC73 background

This text has black color on #BBAC73 background.


White color preview on #BBAC73 background

This text has white color on #BBAC73 background.