COLOR #B8957C

HEX: #B8957C
RGB: (184,149,124)

Color info

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

RGB color model

#B8957C color RGB value is (184,149,124).

  • red value is 184;
  • green value is 149;
  • blue value is 124.
RGB:
(184,149,124)
(72%,58%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 124 of 255 = 49%

184
149
124

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

Portions of RGB colors in percentages

R + G + B =
184 + 149 + 124 = 457 (100%)
R 184 of 457 ~ 40.26%
G 149 of 457 ~ 32.6%
B 124 of 457 ~ 27.13%

%40.26
%32.6
%27.13

CMYK color model

#B8957C color CMYK value is (0,19,33,28).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 32.61%
  • key color value is 27.84%
CMYK:
(0,19,33,28)
C0M19Y33K28 
(0%,19%,33%,28%)
(0.00/0.19/0.33/0.28)	

CMYK percentages

%0
%19.02
%32.61
%27.84

Codes

Color #B8957C in popluar color models

B8957C
RGB184149124
HSL25°29.70%60.39%
HSB/HSV25°32.61%72.16%
CMYK0.00%19.02%32.61%
27.84%

Color #B8957C in popluar number systems.

HEXB8957C
Decimal184149124
Binary10111000100101011111100
Octal270225174

Shades and tints

Shades of #B8957C

#B8957C
(184,149,124)
#A88871
(168,136,113)
#987B66
(152,123,102)
#886E5B
(136,110,91)
#786150
(120,97,80)
#685445
(104,84,69)
#58473A
(88,71,58)
#483A2F
(72,58,47)
#382D24
(56,45,36)
#282019
(40,32,25)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #B8957C

#B8957C
(184,149,124)
#BE9E87
(190,158,135)
#C4A792
(196,167,146)
#CAB09D
(202,176,157)
#D0B9A8
(208,185,168)
#D6C2B3
(214,194,179)
#DCCBBE
(220,203,190)
#E2D4C9
(226,212,201)
#E8DDD4
(232,221,212)
#EEE6DF
(238,230,223)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8957C color. Also use rgb(184,149,124) instead hex code.

Text Font Color

.myTextColor { color: #B8957C; }

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

This text font color is #B8957C.


Background Color

.myBgColor { background-color: #B8957C; }

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

This div background color is #B8957C.


Border color

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

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

This div border color is #B8957C.


Opacity

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

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

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

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

This text has shadow with #B8957C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8957C on black background.


Color preview on white background

This text has color #B8957C on white background.



Black color preview on #B8957C background

This text has black color on #B8957C background.


White color preview on #B8957C background

This text has white color on #B8957C background.