COLOR #BBA38E

HEX: #BBA38E RGB: (187,163,142)

Color info

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

RGB color model

#BBA38E color RGB value is (187,163,142).

RGB: (187,163,142) (73%, 64%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 142 of 255 = 56%

187
163
142

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

Portions of RGB colors in percentages

R + G + B = 187 + 163 + 142 = 492 (100%)
R 187 of 492 ~ 38.01%
G 163 of 492 ~ 33.13%
B 142 of 492 ~ 28.86'%

%38.01
%33.13
%28.86

CMYK color model

#BBA38E color CMYK value is (0,13,24,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 24.06%
  • key color value is 26.67%

CMYK: (0,13,24,27)
C0M13Y24K27 (0%, 13%, 24%, 27%)
(0.00 / 0.13 / 0.24 / 0.27)

CMYK percentages

%0
%12.83
%24.06
%26.67

Codes

Color #BBA38E in popluar color models

BB A3 8E
RGB 187 163 142
HSL 28° 24.86% 64.51%
HSB/HSV 28° 24.06% 73.33%
CMYK 0.00% 12.83% 24.06%
26.67%

Color #BBA38E in popluar number systems.

HEX BB A3 8E
Decimal 187 163 142
Binary 10111011 10100011 10001110
Octal 273 243 216

Shades and tints

Shades of #BBA38E

#BBA38E
(187,163,142)
#AA9582
(170,149,130)
#998776
(153,135,118)
#88796A
(136,121,106)
#776B5E
(119,107,94)
#665D52
(102,93,82)
#554F46
(85,79,70)
#44413A
(68,65,58)
#33332E
(51,51,46)
#222522
(34,37,34)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBA38E

#BBA38E
(187,163,142)
#C1AB98
(193,171,152)
#C7B3A2
(199,179,162)
#CDBBAC
(205,187,172)
#D3C3B6
(211,195,182)
#D9CBC0
(217,203,192)
#DFD3CA
(223,211,202)
#E5DBD4
(229,219,212)
#EBE3DE
(235,227,222)
#F1EBE8
(241,235,232)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA38E color. Also use rgb(187,163,142) instead hex code.

Text Font Color

.myTextColor { color: #BBA38E; }

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

This text font color is #BBA38E.

Background Color

.myBgColor { background-color: #BBA38E; }

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

This div background color is #BBA38E.

Border color

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

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

This div border color is #BBA38E.

Opacity

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

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

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

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

This text has shadow with #BBA38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA38E.

Preview

Color preview on black background

This text has color #BBA38E on black background.


Color preview on white background

This text has color #BBA38E on white background.


Black color preview on #BBA38E background

This text has black color on #BBA38E background.


White color preview on #BBA38E background

This text has white color on #BBA38E background.


Related colors

Complementary color

Complementary color for #hex is #445C71.


I love getcolorcode.com

Triadic colors

1 #8EBBA3 and #A38EBB with #BBA38E are triadic colors.

2 #8EA3BB and #A3BB8E with #BBA38E are triadic colors.