COLOR #BBB876

HEX: #BBB876
RGB: (187,184,118)

Color info

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

RGB color model

#BBB876 color RGB value is (187,184,118).

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

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 118 of 255 = 46%

187
184
118

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

Portions of RGB colors in percentages

R + G + B =
187 + 184 + 118 = 489 (100%)
R 187 of 489 ~ 38.24%
G 184 of 489 ~ 37.63%
B 118 of 489 ~ 24.13%

%38.24
%37.63
%24.13

CMYK color model

#BBB876 color CMYK value is (0,2,37,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 36.90%
  • key color value is 26.67%
CMYK:
(0,2,37,27)
C0M2Y37K27 
(0%,2%,37%,27%)
(0.00/0.02/0.37/0.27)	

CMYK percentages

%0
%1.6
%36.9
%26.67

Codes

Color #BBB876 in popluar color models

BBB876
RGB187184118
HSL57°33.66%59.80%
HSB/HSV57°36.90%73.33%
CMYK0.00%1.60%36.90%
26.67%

Color #BBB876 in popluar number systems.

HEXBBB876
Decimal187184118
Binary10111011101110001110110
Octal273270166

Shades and tints

Shades of #BBB876

#BBB876
(187,184,118)
#AAA86C
(170,168,108)
#999862
(153,152,98)
#888858
(136,136,88)
#77784E
(119,120,78)
#666844
(102,104,68)
#55583A
(85,88,58)
#444830
(68,72,48)
#333826
(51,56,38)
#22281C
(34,40,28)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBB876

#BBB876
(187,184,118)
#C1BE82
(193,190,130)
#C7C48E
(199,196,142)
#CDCA9A
(205,202,154)
#D3D0A6
(211,208,166)
#D9D6B2
(217,214,178)
#DFDCBE
(223,220,190)
#E5E2CA
(229,226,202)
#EBE8D6
(235,232,214)
#F1EEE2
(241,238,226)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB876; }

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

This text font color is #BBB876.


Background Color

.myBgColor { background-color: #BBB876; }

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

This div background color is #BBB876.


Border color

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

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

This div border color is #BBB876.


Opacity

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

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

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

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

This text has shadow with #BBB876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB876 on black background.


Color preview on white background

This text has color #BBB876 on white background.



Black color preview on #BBB876 background

This text has black color on #BBB876 background.


White color preview on #BBB876 background

This text has white color on #BBB876 background.