COLOR #BBA56F

HEX: #BBA56F
RGB: (187,165,111)

Color info

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

RGB color model

#BBA56F color RGB value is (187,165,111).

  • red value is 187;
  • green value is 165;
  • blue value is 111.
RGB:
(187,165,111)
(73%,65%,44%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 111 of 255 = 44%

187
165
111

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 111 = 463 (100%)
R 187 of 463 ~ 40.39%
G 165 of 463 ~ 35.64%
B 111 of 463 ~ 23.97%

%40.39
%35.64
%23.97

CMYK color model

#BBA56F color CMYK value is (0,12,41,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 40.64%
  • key color value is 26.67%
CMYK:
(0,12,41,27)
C0M12Y41K27 
(0%,12%,41%,27%)
(0.00/0.12/0.41/0.27)	

CMYK percentages

%0
%11.76
%40.64
%26.67

Codes

Color #BBA56F in popluar color models

BBA56F
RGB187165111
HSL43°35.85%58.43%
HSB/HSV43°40.64%73.33%
CMYK0.00%11.76%40.64%
26.67%

Color #BBA56F in popluar number systems.

HEXBBA56F
Decimal187165111
Binary10111011101001011101111
Octal273245157

Shades and tints

Shades of #BBA56F

#BBA56F
(187,165,111)
#AA9665
(170,150,101)
#99875B
(153,135,91)
#887851
(136,120,81)
#776947
(119,105,71)
#665A3D
(102,90,61)
#554B33
(85,75,51)
#443C29
(68,60,41)
#332D1F
(51,45,31)
#221E15
(34,30,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #BBA56F

#BBA56F
(187,165,111)
#C1AD7C
(193,173,124)
#C7B589
(199,181,137)
#CDBD96
(205,189,150)
#D3C5A3
(211,197,163)
#D9CDB0
(217,205,176)
#DFD5BD
(223,213,189)
#E5DDCA
(229,221,202)
#EBE5D7
(235,229,215)
#F1EDE4
(241,237,228)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA56F color. Also use rgb(187,165,111) instead hex code.

Text Font Color

.myTextColor { color: #BBA56F; }

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

This text font color is #BBA56F.


Background Color

.myBgColor { background-color: #BBA56F; }

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

This div background color is #BBA56F.


Border color

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

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

This div border color is #BBA56F.


Opacity

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

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

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

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

This text has shadow with #BBA56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA56F on black background.


Color preview on white background

This text has color #BBA56F on white background.



Black color preview on #BBA56F background

This text has black color on #BBA56F background.


White color preview on #BBA56F background

This text has white color on #BBA56F background.