COLOR #BBB87A

HEX: #BBB87A
RGB: (187,184,122)

Color info

#BBB87A contains mainly red and green colors. Web safe color of #BBB87A is #CCCC66 (or #CC6).

RGB color model

#BBB87A color RGB value is (187,184,122).

  • red value is 187;
  • green value is 184;
  • blue value is 122.
RGB:
(187,184,122)
(73%,72%,48%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 122 of 255 = 48%

187
184
122

R + G + B ~ 64%. #BBB87A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 184 + 122 = 493 (100%)
R 187 of 493 ~ 37.93%
G 184 of 493 ~ 37.32%
B 122 of 493 ~ 24.75%

%37.93
%37.32
%24.75

CMYK color model

#BBB87A color CMYK value is (0,2,35,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 34.76%
  • key color value is 26.67%
CMYK:
(0,2,35,27)
C0M2Y35K27 
(0%,2%,35%,27%)
(0.00/0.02/0.35/0.27)	

CMYK percentages

%0
%1.6
%34.76
%26.67

Codes

Color #BBB87A in popluar color models

BBB87A
RGB187184122
HSL57°32.34%60.59%
HSB/HSV57°34.76%73.33%
CMYK0.00%1.60%34.76%
26.67%

Color #BBB87A in popluar number systems.

HEXBBB87A
Decimal187184122
Binary10111011101110001111010
Octal273270172

Shades and tints

Shades of #BBB87A

#BBB87A
(187,184,122)
#AAA86F
(170,168,111)
#999864
(153,152,100)
#888859
(136,136,89)
#77784E
(119,120,78)
#666843
(102,104,67)
#555838
(85,88,56)
#44482D
(68,72,45)
#333822
(51,56,34)
#222817
(34,40,23)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #BBB87A

#BBB87A
(187,184,122)
#C1BE86
(193,190,134)
#C7C492
(199,196,146)
#CDCA9E
(205,202,158)
#D3D0AA
(211,208,170)
#D9D6B6
(217,214,182)
#DFDCC2
(223,220,194)
#E5E2CE
(229,226,206)
#EBE8DA
(235,232,218)
#F1EEE6
(241,238,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB87A color. Also use rgb(187,184,122) instead hex code.

Text Font Color

.myTextColor { color: #BBB87A; }

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

This text font color is #BBB87A.


Background Color

.myBgColor { background-color: #BBB87A; }

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

This div background color is #BBB87A.


Border color

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

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

This div border color is #BBB87A.


Opacity

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

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

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

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

This text has shadow with #BBB87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB87A on black background.


Color preview on white background

This text has color #BBB87A on white background.



Black color preview on #BBB87A background

This text has black color on #BBB87A background.


White color preview on #BBB87A background

This text has white color on #BBB87A background.