COLOR #BBA784

HEX: #BBA784 RGB: (187,167,132)

Color info

#BBA784 contains red, green and blue colors in about the same proportion. Web safe color of #BBA784 is #CC9999 (or #C99).

RGB color model

#BBA784 color RGB value is (187,167,132).

RGB: (187,167,132) (73%, 65%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 132 of 255 = 52%

187
167
132

R + G + B ~ 63%. #BBA784 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 167 + 132 = 486 (100%)
R 187 of 486 ~ 38.48%
G 167 of 486 ~ 34.36%
B 132 of 486 ~ 27.16'%

%38.48
%34.36
%27.16

CMYK color model

#BBA784 color CMYK value is (0,11,29,27).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 29.41%
  • key color value is 26.67%
CMYK: (0,11,29,27) C0M11Y29K27 (0%,11%,29%,27%) (0.00/0.11/0.29/0.27) 

CMYK percentages

%0
%10.7
%29.41
%26.67

Codes

Color #BBA784 in popluar color models

BB A7 84
RGB 187 167 132
HSL 38° 28.80% 62.55%
HSB/HSV 38° 29.41% 73.33%
CMYK 0.00% 10.70% 29.41%
26.67%

Color #BBA784 in popluar number systems.

HEX BB A7 84
Decimal 187 167 132
Binary 10111011 10100111 10000100
Octal 273 247 204

Shades and tints

Shades of #BBA784

#BBA784
(187,167,132)
#AA9878
(170,152,120)
#99896C
(153,137,108)
#887A60
(136,122,96)
#776B54
(119,107,84)
#665C48
(102,92,72)
#554D3C
(85,77,60)
#443E30
(68,62,48)
#332F24
(51,47,36)
#222018
(34,32,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #BBA784

#BBA784
(187,167,132)
#C1AF8F
(193,175,143)
#C7B79A
(199,183,154)
#CDBFA5
(205,191,165)
#D3C7B0
(211,199,176)
#D9CFBB
(217,207,187)
#DFD7C6
(223,215,198)
#E5DFD1
(229,223,209)
#EBE7DC
(235,231,220)
#F1EFE7
(241,239,231)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA784; }

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

This text font color is #BBA784.

Background Color

.myBgColor { background-color: #BBA784; }

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

This div background color is #BBA784.

Border color

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

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

This div border color is #BBA784.

Opacity

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

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

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

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

This text has shadow with #BBA784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA784.

Preview

Color preview on black background

This text has color #BBA784 on black background.


Color preview on white background

This text has color #BBA784 on white background.


Black color preview on #BBA784 background

This text has black color on #BBA784 background.


White color preview on #BBA784 background

This text has white color on #BBA784 background.


Related colors

Complementary color

Complementary color for #hex is #44587B.


I love getcolorcode.com

Triadic colors

1 #84BBA7 and #A784BB with #BBA784 are triadic colors.

2 #84A7BB and #A7BB84 with #BBA784 are triadic colors.