COLOR #BBA57C

HEX: #BBA57C
RGB: (187,165,124)

Color info

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

RGB color model

#BBA57C color RGB value is (187,165,124).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 124 of 255 = 49%

187
165
124

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 124 = 476 (100%)
R 187 of 476 ~ 39.29%
G 165 of 476 ~ 34.66%
B 124 of 476 ~ 26.05%

%39.29
%34.66
%26.05

CMYK color model

#BBA57C color CMYK value is (0,12,34,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 33.69%
  • key color value is 26.67%
CMYK:
(0,12,34,27)
C0M12Y34K27 
(0%,12%,34%,27%)
(0.00/0.12/0.34/0.27)	

CMYK percentages

%0
%11.76
%33.69
%26.67

Codes

Color #BBA57C in popluar color models

BBA57C
RGB187165124
HSL39°31.66%60.98%
HSB/HSV39°33.69%73.33%
CMYK0.00%11.76%33.69%
26.67%

Color #BBA57C in popluar number systems.

HEXBBA57C
Decimal187165124
Binary10111011101001011111100
Octal273245174

Shades and tints

Shades of #BBA57C

#BBA57C
(187,165,124)
#AA9671
(170,150,113)
#998766
(153,135,102)
#88785B
(136,120,91)
#776950
(119,105,80)
#665A45
(102,90,69)
#554B3A
(85,75,58)
#443C2F
(68,60,47)
#332D24
(51,45,36)
#221E19
(34,30,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #BBA57C

#BBA57C
(187,165,124)
#C1AD87
(193,173,135)
#C7B592
(199,181,146)
#CDBD9D
(205,189,157)
#D3C5A8
(211,197,168)
#D9CDB3
(217,205,179)
#DFD5BE
(223,213,190)
#E5DDC9
(229,221,201)
#EBE5D4
(235,229,212)
#F1EDDF
(241,237,223)
#F7F5EA
(247,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA57C; }

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

This text font color is #BBA57C.


Background Color

.myBgColor { background-color: #BBA57C; }

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

This div background color is #BBA57C.


Border color

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

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

This div border color is #BBA57C.


Opacity

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

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

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

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

This text has shadow with #BBA57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA57C on black background.


Color preview on white background

This text has color #BBA57C on white background.



Black color preview on #BBA57C background

This text has black color on #BBA57C background.


White color preview on #BBA57C background

This text has white color on #BBA57C background.