COLOR #B8A294

HEX: #B8A294
RGB: (184,162,148)

Color info

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

RGB color model

#B8A294 color RGB value is (184,162,148).

  • red value is 184;
  • green value is 162;
  • blue value is 148.
RGB:
(184,162,148)
(72%,64%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 162 of 255 = 64%
B 148 of 255 = 58%

184
162
148

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

Portions of RGB colors in percentages

R + G + B =
184 + 162 + 148 = 494 (100%)
R 184 of 494 ~ 37.25%
G 162 of 494 ~ 32.79%
B 148 of 494 ~ 29.96%

%37.25
%32.79
%29.96

CMYK color model

#B8A294 color CMYK value is (0,12,20,28).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(0,12,20,28)
C0M12Y20K28 
(0%,12%,20%,28%)
(0.00/0.12/0.20/0.28)	

CMYK percentages

%0
%11.96
%19.57
%27.84

Codes

Color #B8A294 in popluar color models

B8A294
RGB184162148
HSL23°20.22%65.10%
HSB/HSV23°19.57%72.16%
CMYK0.00%11.96%19.57%
27.84%

Color #B8A294 in popluar number systems.

HEXB8A294
Decimal184162148
Binary101110001010001010010100
Octal270242224

Shades and tints

Shades of #B8A294

#B8A294
(184,162,148)
#A89487
(168,148,135)
#98867A
(152,134,122)
#88786D
(136,120,109)
#786A60
(120,106,96)
#685C53
(104,92,83)
#584E46
(88,78,70)
#484039
(72,64,57)
#38322C
(56,50,44)
#28241F
(40,36,31)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #B8A294

#B8A294
(184,162,148)
#BEAA9D
(190,170,157)
#C4B2A6
(196,178,166)
#CABAAF
(202,186,175)
#D0C2B8
(208,194,184)
#D6CAC1
(214,202,193)
#DCD2CA
(220,210,202)
#E2DAD3
(226,218,211)
#E8E2DC
(232,226,220)
#EEEAE5
(238,234,229)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A294 color. Also use rgb(184,162,148) instead hex code.

Text Font Color

.myTextColor { color: #B8A294; }

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

This text font color is #B8A294.


Background Color

.myBgColor { background-color: #B8A294; }

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

This div background color is #B8A294.


Border color

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

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

This div border color is #B8A294.


Opacity

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

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

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

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

This text has shadow with #B8A294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A294 on black background.


Color preview on white background

This text has color #B8A294 on white background.



Black color preview on #B8A294 background

This text has black color on #B8A294 background.


White color preview on #B8A294 background

This text has white color on #B8A294 background.