COLOR #BBA57A

HEX: #BBA57A
RGB: (187,165,122)

Color info

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

RGB color model

#BBA57A color RGB value is (187,165,122).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 122 of 255 = 48%

187
165
122

R + G + B ~ 62%. #BBA57A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 122 = 474 (100%)
R 187 of 474 ~ 39.45%
G 165 of 474 ~ 34.81%
B 122 of 474 ~ 25.74%

%39.45
%34.81
%25.74

CMYK color model

#BBA57A color CMYK value is (0,12,35,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 34.76%
  • key color value is 26.67%
CMYK:
(0,12,35,27)
C0M12Y35K27 
(0%,12%,35%,27%)
(0.00/0.12/0.35/0.27)	

CMYK percentages

%0
%11.76
%34.76
%26.67

Codes

Color #BBA57A in popluar color models

BBA57A
RGB187165122
HSL40°32.34%60.59%
HSB/HSV40°34.76%73.33%
CMYK0.00%11.76%34.76%
26.67%

Color #BBA57A in popluar number systems.

HEXBBA57A
Decimal187165122
Binary10111011101001011111010
Octal273245172

Shades and tints

Shades of #BBA57A

#BBA57A
(187,165,122)
#AA966F
(170,150,111)
#998764
(153,135,100)
#887859
(136,120,89)
#77694E
(119,105,78)
#665A43
(102,90,67)
#554B38
(85,75,56)
#443C2D
(68,60,45)
#332D22
(51,45,34)
#221E17
(34,30,23)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #BBA57A

#BBA57A
(187,165,122)
#C1AD86
(193,173,134)
#C7B592
(199,181,146)
#CDBD9E
(205,189,158)
#D3C5AA
(211,197,170)
#D9CDB6
(217,205,182)
#DFD5C2
(223,213,194)
#E5DDCE
(229,221,206)
#EBE5DA
(235,229,218)
#F1EDE6
(241,237,230)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA57A; }

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

This text font color is #BBA57A.


Background Color

.myBgColor { background-color: #BBA57A; }

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

This div background color is #BBA57A.


Border color

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

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

This div border color is #BBA57A.


Opacity

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

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

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

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

This text has shadow with #BBA57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA57A on black background.


Color preview on white background

This text has color #BBA57A on white background.



Black color preview on #BBA57A background

This text has black color on #BBA57A background.


White color preview on #BBA57A background

This text has white color on #BBA57A background.