COLOR #B8997A

HEX: #B8997A RGB: (184,153,122)

Color info

#B8997A contains mainly red and green colors. Web safe color of #B8997A is #CC9966 (or #C96).

RGB color model

#B8997A color RGB value is (184,153,122).

RGB: (184,153,122) (72%, 60%, 48%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 122 of 255 = 48%

184
153
122

R + G + B ~ 60%. #B8997A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 122 = 459 (100%)
R 184 of 459 ~ 40.09%
G 153 of 459 ~ 33.33%
B 122 of 459 ~ 26.58'%

%40.09
%33.33
%26.58

CMYK color model

#B8997A color CMYK value is (0,17,34,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 33.70%
  • key color value is 27.84%

CMYK: (0,17,34,28)
C0M17Y34K28 (0%, 17%, 34%, 28%)
(0.00 / 0.17 / 0.34 / 0.28)

CMYK percentages

%0
%16.85
%33.7
%27.84

Codes

Color #B8997A in popluar color models

B8 99 7A
RGB 184 153 122
HSL 30° 30.39% 60.00%
HSB/HSV 30° 33.70% 72.16%
CMYK 0.00% 16.85% 33.70%
27.84%

Color #B8997A in popluar number systems.

HEX B8 99 7A
Decimal 184 153 122
Binary 10111000 10011001 1111010
Octal 270 231 172

Shades and tints

Shades of #B8997A

#B8997A
(184,153,122)
#A88C6F
(168,140,111)
#987F64
(152,127,100)
#887259
(136,114,89)
#78654E
(120,101,78)
#685843
(104,88,67)
#584B38
(88,75,56)
#483E2D
(72,62,45)
#383122
(56,49,34)
#282417
(40,36,23)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #B8997A

#B8997A
(184,153,122)
#BEA286
(190,162,134)
#C4AB92
(196,171,146)
#CAB49E
(202,180,158)
#D0BDAA
(208,189,170)
#D6C6B6
(214,198,182)
#DCCFC2
(220,207,194)
#E2D8CE
(226,216,206)
#E8E1DA
(232,225,218)
#EEEAE6
(238,234,230)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8997A color. Also use rgb(184,153,122) instead hex code.

Text Font Color

.myTextColor { color: #B8997A; }

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

This text font color is #B8997A.

Background Color

.myBgColor { background-color: #B8997A; }

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

This div background color is #B8997A.

Border color

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

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

This div border color is #B8997A.

Opacity

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

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

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

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

This text has shadow with #B8997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8997A.

Preview

Color preview on black background

This text has color #B8997A on black background.


Color preview on white background

This text has color #B8997A on white background.


Black color preview on #B8997A background

This text has black color on #B8997A background.


White color preview on #B8997A background

This text has white color on #B8997A background.


Related colors

Complementary color

Complementary color for #hex is #476685.


I love getcolorcode.com

Triadic colors

1 #7AB899 and #997AB8 with #B8997A are triadic colors.

2 #7A99B8 and #99B87A with #B8997A are triadic colors.