COLOR #BBA76A

HEX: #BBA76A
RGB: (187,167,106)

Color info

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

RGB color model

#BBA76A color RGB value is (187,167,106).

  • red value is 187;
  • green value is 167;
  • blue value is 106.
RGB:
(187,167,106)
(73%,65%,42%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 106 of 255 = 42%

187
167
106

R + G + B ~ 60%. #BBA76A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 167 + 106 = 460 (100%)
R 187 of 460 ~ 40.65%
G 167 of 460 ~ 36.3%
B 106 of 460 ~ 23.04%

%40.65
%36.3
%23.04

CMYK color model

#BBA76A color CMYK value is (0,11,43,27).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 43.32%
  • key color value is 26.67%
CMYK:
(0,11,43,27)
C0M11Y43K27 
(0%,11%,43%,27%)
(0.00/0.11/0.43/0.27)	

CMYK percentages

%0
%10.7
%43.32
%26.67

Codes

Color #BBA76A in popluar color models

BBA76A
RGB187167106
HSL45°37.33%57.45%
HSB/HSV45°43.32%73.33%
CMYK0.00%10.70%43.32%
26.67%

Color #BBA76A in popluar number systems.

HEXBBA76A
Decimal187167106
Binary10111011101001111101010
Octal273247152

Shades and tints

Shades of #BBA76A

#BBA76A
(187,167,106)
#AA9861
(170,152,97)
#998958
(153,137,88)
#887A4F
(136,122,79)
#776B46
(119,107,70)
#665C3D
(102,92,61)
#554D34
(85,77,52)
#443E2B
(68,62,43)
#332F22
(51,47,34)
#222019
(34,32,25)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BBA76A

#BBA76A
(187,167,106)
#C1AF77
(193,175,119)
#C7B784
(199,183,132)
#CDBF91
(205,191,145)
#D3C79E
(211,199,158)
#D9CFAB
(217,207,171)
#DFD7B8
(223,215,184)
#E5DFC5
(229,223,197)
#EBE7D2
(235,231,210)
#F1EFDF
(241,239,223)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA76A color. Also use rgb(187,167,106) instead hex code.

Text Font Color

.myTextColor { color: #BBA76A; }

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

This text font color is #BBA76A.


Background Color

.myBgColor { background-color: #BBA76A; }

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

This div background color is #BBA76A.


Border color

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

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

This div border color is #BBA76A.


Opacity

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

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

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

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

This text has shadow with #BBA76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA76A on black background.


Color preview on white background

This text has color #BBA76A on white background.



Black color preview on #BBA76A background

This text has black color on #BBA76A background.


White color preview on #BBA76A background

This text has white color on #BBA76A background.