COLOR #BBAA71

HEX: #BBAA71
RGB: (187,170,113)

Color info

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

RGB color model

#BBAA71 color RGB value is (187,170,113).

  • red value is 187;
  • green value is 170;
  • blue value is 113.
RGB:
(187,170,113)
(73%,67%,44%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 113 of 255 = 44%

187
170
113

R + G + B ~ 61%. #BBAA71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 113 = 470 (100%)
R 187 of 470 ~ 39.79%
G 170 of 470 ~ 36.17%
B 113 of 470 ~ 24.04%

%39.79
%36.17
%24.04

CMYK color model

#BBAA71 color CMYK value is (0,9,40,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 39.57%
  • key color value is 26.67%
CMYK:
(0,9,40,27)
C0M9Y40K27 
(0%,9%,40%,27%)
(0.00/0.09/0.40/0.27)	

CMYK percentages

%0
%9.09
%39.57
%26.67

Codes

Color #BBAA71 in popluar color models

BBAA71
RGB187170113
HSL46°35.24%58.82%
HSB/HSV46°39.57%73.33%
CMYK0.00%9.09%39.57%
26.67%

Color #BBAA71 in popluar number systems.

HEXBBAA71
Decimal187170113
Binary10111011101010101110001
Octal273252161

Shades and tints

Shades of #BBAA71

#BBAA71
(187,170,113)
#AA9B67
(170,155,103)
#998C5D
(153,140,93)
#887D53
(136,125,83)
#776E49
(119,110,73)
#665F3F
(102,95,63)
#555035
(85,80,53)
#44412B
(68,65,43)
#333221
(51,50,33)
#222317
(34,35,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #BBAA71

#BBAA71
(187,170,113)
#C1B17D
(193,177,125)
#C7B889
(199,184,137)
#CDBF95
(205,191,149)
#D3C6A1
(211,198,161)
#D9CDAD
(217,205,173)
#DFD4B9
(223,212,185)
#E5DBC5
(229,219,197)
#EBE2D1
(235,226,209)
#F1E9DD
(241,233,221)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAA71 color. Also use rgb(187,170,113) instead hex code.

Text Font Color

.myTextColor { color: #BBAA71; }

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

This text font color is #BBAA71.


Background Color

.myBgColor { background-color: #BBAA71; }

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

This div background color is #BBAA71.


Border color

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

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

This div border color is #BBAA71.


Opacity

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

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

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

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

This text has shadow with #BBAA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAA71 on black background.


Color preview on white background

This text has color #BBAA71 on white background.



Black color preview on #BBAA71 background

This text has black color on #BBAA71 background.


White color preview on #BBAA71 background

This text has white color on #BBAA71 background.