COLOR #BBA891

HEX: #BBA891
RGB: (187,168,145)

Color info

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

RGB color model

#BBA891 color RGB value is (187,168,145).

  • red value is 187;
  • green value is 168;
  • blue value is 145.
RGB: (187,168,145) (73%,66%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 145 of 255 = 57%

187
168
145

R + G + B ~ 65%. #BBA891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 168 + 145 = 500 (100%)
R 187 of 500 ~ 37.4%
G 168 of 500 ~ 33.6%
B 145 of 500 ~ 29%

%37.4
%33.6
%29

CMYK color model

#BBA891 color CMYK value is (0,10,22,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK: (0,10,22,27) C0M10Y22K27 (0%,10%,22%,27%) (0.00/0.10/0.22/0.27)

CMYK percentages

%0
%10.16
%22.46
%26.67

Codes

Color #BBA891 in popluar color models

BBA891
RGB187168145
HSL33°23.60%65.10%
HSB/HSV33°22.46%73.33%
CMYK0.00%10.16%22.46%
26.67%

Color #BBA891 in popluar number systems.

HEXBBA891
Decimal187168145
Binary101110111010100010010001
Octal273250221

Shades and tints

Shades of #BBA891

#BBA891
(187,168,145)
#AA9984
(170,153,132)
#998A77
(153,138,119)
#887B6A
(136,123,106)
#776C5D
(119,108,93)
#665D50
(102,93,80)
#554E43
(85,78,67)
#443F36
(68,63,54)
#333029
(51,48,41)
#22211C
(34,33,28)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #BBA891

#BBA891
(187,168,145)
#C1AF9B
(193,175,155)
#C7B6A5
(199,182,165)
#CDBDAF
(205,189,175)
#D3C4B9
(211,196,185)
#D9CBC3
(217,203,195)
#DFD2CD
(223,210,205)
#E5D9D7
(229,217,215)
#EBE0E1
(235,224,225)
#F1E7EB
(241,231,235)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA891 color. Also use rgb(187,168,145) instead hex code.

Text Font Color

.myTextColor { color: #BBA891; }

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

This text font color is #BBA891.


Background Color

.myBgColor { background-color: #BBA891; }

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

This div background color is #BBA891.


Border color

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

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

This div border color is #BBA891.


Opacity

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

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

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

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

This text has shadow with #BBA891 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBA891 on black background.


Color preview on white background

This text has color #BBA891 on white background.



Black color preview on #BBA891 background

This text has black color on #BBA891 background.


White color preview on #BBA891 background

This text has white color on #BBA891 background.