COLOR #B8B289

HEX: #B8B289
RGB: (184,178,137)

Color info

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

RGB color model

#B8B289 color RGB value is (184,178,137).

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

RGB channels and saturation

R 184 of 255 = 72%
G 178 of 255 = 70%
B 137 of 255 = 54%

184
178
137

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

Portions of RGB colors in percentages

R + G + B =
184 + 178 + 137 = 499 (100%)
R 184 of 499 ~ 36.87%
G 178 of 499 ~ 35.67%
B 137 of 499 ~ 27.45%

%36.87
%35.67
%27.45

CMYK color model

#B8B289 color CMYK value is (0,3,26,28).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 25.54%
  • key color value is 27.84%
CMYK:
(0,3,26,28)
C0M3Y26K28 
(0%,3%,26%,28%)
(0.00/0.03/0.26/0.28)	

CMYK percentages

%0
%3.26
%25.54
%27.84

Codes

Color #B8B289 in popluar color models

B8B289
RGB184178137
HSL52°24.87%62.94%
HSB/HSV52°25.54%72.16%
CMYK0.00%3.26%25.54%
27.84%

Color #B8B289 in popluar number systems.

HEXB8B289
Decimal184178137
Binary101110001011001010001001
Octal270262211

Shades and tints

Shades of #B8B289

#B8B289
(184,178,137)
#A8A27D
(168,162,125)
#989271
(152,146,113)
#888265
(136,130,101)
#787259
(120,114,89)
#68624D
(104,98,77)
#585241
(88,82,65)
#484235
(72,66,53)
#383229
(56,50,41)
#28221D
(40,34,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #B8B289

#B8B289
(184,178,137)
#BEB993
(190,185,147)
#C4C09D
(196,192,157)
#CAC7A7
(202,199,167)
#D0CEB1
(208,206,177)
#D6D5BB
(214,213,187)
#DCDCC5
(220,220,197)
#E2E3CF
(226,227,207)
#E8EAD9
(232,234,217)
#EEF1E3
(238,241,227)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B289; }

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

This text font color is #B8B289.


Background Color

.myBgColor { background-color: #B8B289; }

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

This div background color is #B8B289.


Border color

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

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

This div border color is #B8B289.


Opacity

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

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

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

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

This text has shadow with #B8B289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B289 on black background.


Color preview on white background

This text has color #B8B289 on white background.



Black color preview on #B8B289 background

This text has black color on #B8B289 background.


White color preview on #B8B289 background

This text has white color on #B8B289 background.