COLOR #BBA48A

HEX: #BBA48A
RGB: (187,164,138)

Color info

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

RGB color model

#BBA48A color RGB value is (187,164,138).

  • red value is 187;
  • green value is 164;
  • blue value is 138.
RGB:
(187,164,138)
(73%,64%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 138 of 255 = 54%

187
164
138

R + G + B ~ 64%. #BBA48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 138 = 489 (100%)
R 187 of 489 ~ 38.24%
G 164 of 489 ~ 33.54%
B 138 of 489 ~ 28.22%

%38.24
%33.54
%28.22

CMYK color model

#BBA48A color CMYK value is (0,12,26,27).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK:
(0,12,26,27)
C0M12Y26K27 
(0%,12%,26%,27%)
(0.00/0.12/0.26/0.27)	

CMYK percentages

%0
%12.3
%26.2
%26.67

Codes

Color #BBA48A in popluar color models

BBA48A
RGB187164138
HSL32°26.49%63.73%
HSB/HSV32°26.20%73.33%
CMYK0.00%12.30%26.20%
26.67%

Color #BBA48A in popluar number systems.

HEXBBA48A
Decimal187164138
Binary101110111010010010001010
Octal273244212

Shades and tints

Shades of #BBA48A

#BBA48A
(187,164,138)
#AA967E
(170,150,126)
#998872
(153,136,114)
#887A66
(136,122,102)
#776C5A
(119,108,90)
#665E4E
(102,94,78)
#555042
(85,80,66)
#444236
(68,66,54)
#33342A
(51,52,42)
#22261E
(34,38,30)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBA48A

#BBA48A
(187,164,138)
#C1AC94
(193,172,148)
#C7B49E
(199,180,158)
#CDBCA8
(205,188,168)
#D3C4B2
(211,196,178)
#D9CCBC
(217,204,188)
#DFD4C6
(223,212,198)
#E5DCD0
(229,220,208)
#EBE4DA
(235,228,218)
#F1ECE4
(241,236,228)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA48A; }

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

This text font color is #BBA48A.


Background Color

.myBgColor { background-color: #BBA48A; }

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

This div background color is #BBA48A.


Border color

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

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

This div border color is #BBA48A.


Opacity

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

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

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

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

This text has shadow with #BBA48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA48A on black background.


Color preview on white background

This text has color #BBA48A on white background.



Black color preview on #BBA48A background

This text has black color on #BBA48A background.


White color preview on #BBA48A background

This text has white color on #BBA48A background.