COLOR #BBB774

HEX: #BBB774
RGB: (187,183,116)

Color info

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

RGB color model

#BBB774 color RGB value is (187,183,116).

  • red value is 187;
  • green value is 183;
  • blue value is 116.
RGB:
(187,183,116)
(73%,72%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 116 of 255 = 45%

187
183
116

R + G + B ~ 63%. #BBB774 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 116 = 486 (100%)
R 187 of 486 ~ 38.48%
G 183 of 486 ~ 37.65%
B 116 of 486 ~ 23.87%

%38.48
%37.65
%23.87

CMYK color model

#BBB774 color CMYK value is (0,2,38,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 37.97%
  • key color value is 26.67%
CMYK:
(0,2,38,27)
C0M2Y38K27 
(0%,2%,38%,27%)
(0.00/0.02/0.38/0.27)	

CMYK percentages

%0
%2.14
%37.97
%26.67

Codes

Color #BBB774 in popluar color models

BBB774
RGB187183116
HSL57°34.30%59.41%
HSB/HSV57°37.97%73.33%
CMYK0.00%2.14%37.97%
26.67%

Color #BBB774 in popluar number systems.

HEXBBB774
Decimal187183116
Binary10111011101101111110100
Octal273267164

Shades and tints

Shades of #BBB774

#BBB774
(187,183,116)
#AAA76A
(170,167,106)
#999760
(153,151,96)
#888756
(136,135,86)
#77774C
(119,119,76)
#666742
(102,103,66)
#555738
(85,87,56)
#44472E
(68,71,46)
#333724
(51,55,36)
#22271A
(34,39,26)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #BBB774

#BBB774
(187,183,116)
#C1BD80
(193,189,128)
#C7C38C
(199,195,140)
#CDC998
(205,201,152)
#D3CFA4
(211,207,164)
#D9D5B0
(217,213,176)
#DFDBBC
(223,219,188)
#E5E1C8
(229,225,200)
#EBE7D4
(235,231,212)
#F1EDE0
(241,237,224)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB774 color. Also use rgb(187,183,116) instead hex code.

Text Font Color

.myTextColor { color: #BBB774; }

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

This text font color is #BBB774.


Background Color

.myBgColor { background-color: #BBB774; }

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

This div background color is #BBB774.


Border color

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

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

This div border color is #BBB774.


Opacity

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

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

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

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

This text has shadow with #BBB774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB774 on black background.


Color preview on white background

This text has color #BBB774 on white background.



Black color preview on #BBB774 background

This text has black color on #BBB774 background.


White color preview on #BBB774 background

This text has white color on #BBB774 background.