COLOR #BBA691

HEX: #BBA691
RGB: (187,166,145)

Color info

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

RGB color model

#BBA691 color RGB value is (187,166,145).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 145 of 255 = 57%

187
166
145

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 145 = 498 (100%)
R 187 of 498 ~ 37.55%
G 166 of 498 ~ 33.33%
B 145 of 498 ~ 29.12%

%37.55
%33.33
%29.12

CMYK color model

#BBA691 color CMYK value is (0,11,22,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK:
(0,11,22,27)
C0M11Y22K27 
(0%,11%,22%,27%)
(0.00/0.11/0.22/0.27)	

CMYK percentages

%0
%11.23
%22.46
%26.67

Codes

Color #BBA691 in popluar color models

BBA691
RGB187166145
HSL30°23.60%65.10%
HSB/HSV30°22.46%73.33%
CMYK0.00%11.23%22.46%
26.67%

Color #BBA691 in popluar number systems.

HEXBBA691
Decimal187166145
Binary101110111010011010010001
Octal273246221

Shades and tints

Shades of #BBA691

#BBA691
(187,166,145)
#AA9784
(170,151,132)
#998877
(153,136,119)
#88796A
(136,121,106)
#776A5D
(119,106,93)
#665B50
(102,91,80)
#554C43
(85,76,67)
#443D36
(68,61,54)
#332E29
(51,46,41)
#221F1C
(34,31,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #BBA691

#BBA691
(187,166,145)
#C1AE9B
(193,174,155)
#C7B6A5
(199,182,165)
#CDBEAF
(205,190,175)
#D3C6B9
(211,198,185)
#D9CEC3
(217,206,195)
#DFD6CD
(223,214,205)
#E5DED7
(229,222,215)
#EBE6E1
(235,230,225)
#F1EEEB
(241,238,235)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA691; }

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

This text font color is #BBA691.


Background Color

.myBgColor { background-color: #BBA691; }

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

This div background color is #BBA691.


Border color

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

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

This div border color is #BBA691.


Opacity

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

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

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

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

This text has shadow with #BBA691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA691 on black background.


Color preview on white background

This text has color #BBA691 on white background.



Black color preview on #BBA691 background

This text has black color on #BBA691 background.


White color preview on #BBA691 background

This text has white color on #BBA691 background.