COLOR #BBA486

HEX: #BBA486 RGB: (187,164,134)

Color info

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

RGB color model

#BBA486 color RGB value is (187,164,134).

RGB: (187,164,134) (73%, 64%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 134 of 255 = 53%

187
164
134

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

Portions of RGB colors in percentages

R + G + B = 187 + 164 + 134 = 485 (100%)
R 187 of 485 ~ 38.56%
G 164 of 485 ~ 33.81%
B 134 of 485 ~ 27.63'%

%38.56
%33.81
%27.63

CMYK color model

#BBA486 color CMYK value is (0,12,28,27).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 28.34%
  • key color value is 26.67%

CMYK: (0,12,28,27)
C0M12Y28K27 (0%, 12%, 28%, 27%)
(0.00 / 0.12 / 0.28 / 0.27)

CMYK percentages

%0
%12.3
%28.34
%26.67

Codes

Color #BBA486 in popluar color models

BB A4 86
RGB 187 164 134
HSL 34° 28.04% 62.94%
HSB/HSV 34° 28.34% 73.33%
CMYK 0.00% 12.30% 28.34%
26.67%

Color #BBA486 in popluar number systems.

HEX BB A4 86
Decimal 187 164 134
Binary 10111011 10100100 10000110
Octal 273 244 206

Shades and tints

Shades of #BBA486

#BBA486
(187,164,134)
#AA967A
(170,150,122)
#99886E
(153,136,110)
#887A62
(136,122,98)
#776C56
(119,108,86)
#665E4A
(102,94,74)
#55503E
(85,80,62)
#444232
(68,66,50)
#333426
(51,52,38)
#22261A
(34,38,26)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #BBA486

#BBA486
(187,164,134)
#C1AC91
(193,172,145)
#C7B49C
(199,180,156)
#CDBCA7
(205,188,167)
#D3C4B2
(211,196,178)
#D9CCBD
(217,204,189)
#DFD4C8
(223,212,200)
#E5DCD3
(229,220,211)
#EBE4DE
(235,228,222)
#F1ECE9
(241,236,233)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA486 color. Also use rgb(187,164,134) instead hex code.

Text Font Color

.myTextColor { color: #BBA486; }

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

This text font color is #BBA486.

Background Color

.myBgColor { background-color: #BBA486; }

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

This div background color is #BBA486.

Border color

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

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

This div border color is #BBA486.

Opacity

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

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

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

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

This text has shadow with #BBA486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA486.

Preview

Color preview on black background

This text has color #BBA486 on black background.


Color preview on white background

This text has color #BBA486 on white background.


Black color preview on #BBA486 background

This text has black color on #BBA486 background.


White color preview on #BBA486 background

This text has white color on #BBA486 background.


Related colors

Complementary color

Complementary color for #hex is #445B79.


I love getcolorcode.com

Triadic colors

1 #86BBA4 and #A486BB with #BBA486 are triadic colors.

2 #86A4BB and #A4BB86 with #BBA486 are triadic colors.