COLOR #B8A389

HEX: #B8A389
RGB: (184,163,137)

Color info

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

RGB color model

#B8A389 color RGB value is (184,163,137).

  • red value is 184;
  • green value is 163;
  • blue value is 137.
RGB:
(184,163,137)
(72%,64%,54%)

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 137 of 255 = 54%

184
163
137

R + G + B ~ 63%. #B8A389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 163 + 137 = 484 (100%)
R 184 of 484 ~ 38.02%
G 163 of 484 ~ 33.68%
B 137 of 484 ~ 28.31%

%38.02
%33.68
%28.31

CMYK color model

#B8A389 color CMYK value is (0,11,26,28).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 25.54%
  • key color value is 27.84%
CMYK:
(0,11,26,28)
C0M11Y26K28 
(0%,11%,26%,28%)
(0.00/0.11/0.26/0.28)	

CMYK percentages

%0
%11.41
%25.54
%27.84

Codes

Color #B8A389 in popluar color models

B8A389
RGB184163137
HSL33°24.87%62.94%
HSB/HSV33°25.54%72.16%
CMYK0.00%11.41%25.54%
27.84%

Color #B8A389 in popluar number systems.

HEXB8A389
Decimal184163137
Binary101110001010001110001001
Octal270243211

Shades and tints

Shades of #B8A389

#B8A389
(184,163,137)
#A8957D
(168,149,125)
#988771
(152,135,113)
#887965
(136,121,101)
#786B59
(120,107,89)
#685D4D
(104,93,77)
#584F41
(88,79,65)
#484135
(72,65,53)
#383329
(56,51,41)
#28251D
(40,37,29)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #B8A389

#B8A389
(184,163,137)
#BEAB93
(190,171,147)
#C4B39D
(196,179,157)
#CABBA7
(202,187,167)
#D0C3B1
(208,195,177)
#D6CBBB
(214,203,187)
#DCD3C5
(220,211,197)
#E2DBCF
(226,219,207)
#E8E3D9
(232,227,217)
#EEEBE3
(238,235,227)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A389 color. Also use rgb(184,163,137) instead hex code.

Text Font Color

.myTextColor { color: #B8A389; }

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

This text font color is #B8A389.


Background Color

.myBgColor { background-color: #B8A389; }

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

This div background color is #B8A389.


Border color

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

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

This div border color is #B8A389.


Opacity

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

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

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

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

This text has shadow with #B8A389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A389 on black background.


Color preview on white background

This text has color #B8A389 on white background.



Black color preview on #B8A389 background

This text has black color on #B8A389 background.


White color preview on #B8A389 background

This text has white color on #B8A389 background.