COLOR #B8A793

HEX: #B8A793 RGB: (184,167,147)

Color info

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

RGB color model

#B8A793 color RGB value is (184,167,147).

RGB: (184,167,147) (72%, 65%, 58%)

RGB channels and saturation

R 184 of 255 = 72%
G 167 of 255 = 65%
B 147 of 255 = 58%

184
167
147

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

Portions of RGB colors in percentages

R + G + B = 184 + 167 + 147 = 498 (100%)
R 184 of 498 ~ 36.95%
G 167 of 498 ~ 33.53%
B 147 of 498 ~ 29.52'%

%36.95
%33.53
%29.52

CMYK color model

#B8A793 color CMYK value is (0,9,20,28).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK: (0,9,20,28) C0M9Y20K28 (0%,9%,20%,28%) (0.00/0.09/0.20/0.28) 

CMYK percentages

%0
%9.24
%20.11
%27.84

Codes

Color #B8A793 in popluar color models

B8 A7 93
RGB 184 167 147
HSL 32° 20.67% 64.90%
HSB/HSV 32° 20.11% 72.16%
CMYK 0.00% 9.24% 20.11%
27.84%

Color #B8A793 in popluar number systems.

HEX B8 A7 93
Decimal 184 167 147
Binary 10111000 10100111 10010011
Octal 270 247 223

Shades and tints

Shades of #B8A793

#B8A793
(184,167,147)
#A89886
(168,152,134)
#988979
(152,137,121)
#887A6C
(136,122,108)
#786B5F
(120,107,95)
#685C52
(104,92,82)
#584D45
(88,77,69)
#483E38
(72,62,56)
#382F2B
(56,47,43)
#28201E
(40,32,30)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #B8A793

#B8A793
(184,167,147)
#BEAF9C
(190,175,156)
#C4B7A5
(196,183,165)
#CABFAE
(202,191,174)
#D0C7B7
(208,199,183)
#D6CFC0
(214,207,192)
#DCD7C9
(220,215,201)
#E2DFD2
(226,223,210)
#E8E7DB
(232,231,219)
#EEEFE4
(238,239,228)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A793 color. Also use rgb(184,167,147) instead hex code.

Text Font Color

.myTextColor { color: #B8A793; }

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

This text font color is #B8A793.

Background Color

.myBgColor { background-color: #B8A793; }

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

This div background color is #B8A793.

Border color

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

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

This div border color is #B8A793.

Opacity

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

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

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

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

This text has shadow with #B8A793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A793.

Preview

Color preview on black background

This text has color #B8A793 on black background.


Color preview on white background

This text has color #B8A793 on white background.


Black color preview on #B8A793 background

This text has black color on #B8A793 background.


White color preview on #B8A793 background

This text has white color on #B8A793 background.


Related colors

Complementary color

Complementary color for #hex is #47586C.


I love getcolorcode.com

Triadic colors

1 #93B8A7 and #A793B8 with #B8A793 are triadic colors.

2 #93A7B8 and #A7B893 with #B8A793 are triadic colors.