COLOR #BBA094

HEX: #BBA094
RGB: (187,160,148)

Color info

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

RGB color model

#BBA094 color RGB value is (187,160,148).

  • red value is 187;
  • green value is 160;
  • blue value is 148.
RGB:
(187,160,148)
(73%,63%,58%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 148 of 255 = 58%

187
160
148

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

Portions of RGB colors in percentages

R + G + B =
187 + 160 + 148 = 495 (100%)
R 187 of 495 ~ 37.78%
G 160 of 495 ~ 32.32%
B 148 of 495 ~ 29.9%

%37.78
%32.32
%29.9

CMYK color model

#BBA094 color CMYK value is (0,14,21,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(0,14,21,27)
C0M14Y21K27 
(0%,14%,21%,27%)
(0.00/0.14/0.21/0.27)	

CMYK percentages

%0
%14.44
%20.86
%26.67

Codes

Color #BBA094 in popluar color models

BBA094
RGB187160148
HSL18°22.29%65.69%
HSB/HSV18°20.86%73.33%
CMYK0.00%14.44%20.86%
26.67%

Color #BBA094 in popluar number systems.

HEXBBA094
Decimal187160148
Binary101110111010000010010100
Octal273240224

Shades and tints

Shades of #BBA094

#BBA094
(187,160,148)
#AA9287
(170,146,135)
#99847A
(153,132,122)
#88766D
(136,118,109)
#776860
(119,104,96)
#665A53
(102,90,83)
#554C46
(85,76,70)
#443E39
(68,62,57)
#33302C
(51,48,44)
#22221F
(34,34,31)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBA094

#BBA094
(187,160,148)
#C1A89D
(193,168,157)
#C7B0A6
(199,176,166)
#CDB8AF
(205,184,175)
#D3C0B8
(211,192,184)
#D9C8C1
(217,200,193)
#DFD0CA
(223,208,202)
#E5D8D3
(229,216,211)
#EBE0DC
(235,224,220)
#F1E8E5
(241,232,229)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA094 color. Also use rgb(187,160,148) instead hex code.

Text Font Color

.myTextColor { color: #BBA094; }

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

This text font color is #BBA094.


Background Color

.myBgColor { background-color: #BBA094; }

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

This div background color is #BBA094.


Border color

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

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

This div border color is #BBA094.


Opacity

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

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

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

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

This text has shadow with #BBA094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA094 on black background.


Color preview on white background

This text has color #BBA094 on white background.



Black color preview on #BBA094 background

This text has black color on #BBA094 background.


White color preview on #BBA094 background

This text has white color on #BBA094 background.