COLOR #BBA757

HEX: #BBA757
RGB: (187,167,87)

Color info

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

RGB color model

#BBA757 color RGB value is (187,167,87).

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

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 87 of 255 = 34%

187
167
87

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

Portions of RGB colors in percentages

R + G + B =
187 + 167 + 87 = 441 (100%)
R 187 of 441 ~ 42.4%
G 167 of 441 ~ 37.87%
B 87 of 441 ~ 19.73%

%42.4
%37.87
%19.73

CMYK color model

#BBA757 color CMYK value is (0,11,53,27).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 53.48%
  • key color value is 26.67%
CMYK:
(0,11,53,27)
C0M11Y53K27 
(0%,11%,53%,27%)
(0.00/0.11/0.53/0.27)	

CMYK percentages

%0
%10.7
%53.48
%26.67

Codes

Color #BBA757 in popluar color models

BBA757
RGB18716787
HSL48°42.37%53.73%
HSB/HSV48°53.48%73.33%
CMYK0.00%10.70%53.48%
26.67%

Color #BBA757 in popluar number systems.

HEXBBA757
Decimal18716787
Binary10111011101001111010111
Octal273247127

Shades and tints

Shades of #BBA757

#BBA757
(187,167,87)
#AA9850
(170,152,80)
#998949
(153,137,73)
#887A42
(136,122,66)
#776B3B
(119,107,59)
#665C34
(102,92,52)
#554D2D
(85,77,45)
#443E26
(68,62,38)
#332F1F
(51,47,31)
#222018
(34,32,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BBA757

#BBA757
(187,167,87)
#C1AF66
(193,175,102)
#C7B775
(199,183,117)
#CDBF84
(205,191,132)
#D3C793
(211,199,147)
#D9CFA2
(217,207,162)
#DFD7B1
(223,215,177)
#E5DFC0
(229,223,192)
#EBE7CF
(235,231,207)
#F1EFDE
(241,239,222)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA757; }

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

This text font color is #BBA757.


Background Color

.myBgColor { background-color: #BBA757; }

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

This div background color is #BBA757.


Border color

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

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

This div border color is #BBA757.


Opacity

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

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

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

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

This text has shadow with #BBA757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA757 on black background.


Color preview on white background

This text has color #BBA757 on white background.



Black color preview on #BBA757 background

This text has black color on #BBA757 background.


White color preview on #BBA757 background

This text has white color on #BBA757 background.