COLOR #BBA591

HEX: #BBA591
RGB: (187,165,145)

Color info

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

RGB color model

#BBA591 color RGB value is (187,165,145).

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

RGB channels and saturation

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

187
165
145

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 145 = 497 (100%)
R 187 of 497 ~ 37.63%
G 165 of 497 ~ 33.2%
B 145 of 497 ~ 29.18%

%37.63
%33.2
%29.18

CMYK color model

#BBA591 color CMYK value is (0,12,22,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK:
(0,12,22,27)
C0M12Y22K27 
(0%,12%,22%,27%)
(0.00/0.12/0.22/0.27)	

CMYK percentages

%0
%11.76
%22.46
%26.67

Codes

Color #BBA591 in popluar color models

BBA591
RGB187165145
HSL29°23.60%65.10%
HSB/HSV29°22.46%73.33%
CMYK0.00%11.76%22.46%
26.67%

Color #BBA591 in popluar number systems.

HEXBBA591
Decimal187165145
Binary101110111010010110010001
Octal273245221

Shades and tints

Shades of #BBA591

#BBA591
(187,165,145)
#AA9684
(170,150,132)
#998777
(153,135,119)
#88786A
(136,120,106)
#77695D
(119,105,93)
#665A50
(102,90,80)
#554B43
(85,75,67)
#443C36
(68,60,54)
#332D29
(51,45,41)
#221E1C
(34,30,28)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #BBA591

#BBA591
(187,165,145)
#C1AD9B
(193,173,155)
#C7B5A5
(199,181,165)
#CDBDAF
(205,189,175)
#D3C5B9
(211,197,185)
#D9CDC3
(217,205,195)
#DFD5CD
(223,213,205)
#E5DDD7
(229,221,215)
#EBE5E1
(235,229,225)
#F1EDEB
(241,237,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA591; }

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

This text font color is #BBA591.


Background Color

.myBgColor { background-color: #BBA591; }

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

This div background color is #BBA591.


Border color

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

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

This div border color is #BBA591.


Opacity

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

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

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

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

This text has shadow with #BBA591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA591 on black background.


Color preview on white background

This text has color #BBA591 on white background.



Black color preview on #BBA591 background

This text has black color on #BBA591 background.


White color preview on #BBA591 background

This text has white color on #BBA591 background.