COLOR #B8BD89

HEX: #B8BD89
RGB: (184,189,137)

Color info

#B8BD89 contains red, green and blue colors in about the same proportion. Web safe color of #B8BD89 is #CCCC99 (or #CC9).

RGB color model

#B8BD89 color RGB value is (184,189,137).

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

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 137 of 255 = 54%

184
189
137

R + G + B ~ 67%. #B8BD89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 137 = 510 (100%)
R 184 of 510 ~ 36.08%
G 189 of 510 ~ 37.06%
B 137 of 510 ~ 26.86%

%36.08
%37.06
%26.86

CMYK color model

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

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK: (3,0,28,26) C3M0Y28K26 (3%,0%,28%,26%) (0.03/0.00/0.28/0.26)

CMYK percentages

%2.65
%0
%27.51
%25.88

Codes

Color #B8BD89 in popluar color models

B8BD89
RGB184189137
HSL66°28.26%63.92%
HSB/HSV66°27.51%74.12%
CMYK2.65%0.00%27.51%
25.88%

Color #B8BD89 in popluar number systems.

HEXB8BD89
Decimal184189137
Binary101110001011110110001001
Octal270275211

Shades and tints

Shades of #B8BD89

#B8BD89
(184,189,137)
#A8AC7D
(168,172,125)
#989B71
(152,155,113)
#888A65
(136,138,101)
#787959
(120,121,89)
#68684D
(104,104,77)
#585741
(88,87,65)
#484635
(72,70,53)
#383529
(56,53,41)
#28241D
(40,36,29)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #B8BD89

#B8BD89
(184,189,137)
#BEC393
(190,195,147)
#C4C99D
(196,201,157)
#CACFA7
(202,207,167)
#D0D5B1
(208,213,177)
#D6DBBB
(214,219,187)
#DCE1C5
(220,225,197)
#E2E7CF
(226,231,207)
#E8EDD9
(232,237,217)
#EEF3E3
(238,243,227)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BD89; }

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

This text font color is #B8BD89.


Background Color

.myBgColor { background-color: #B8BD89; }

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

This div background color is #B8BD89.


Border color

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

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

This div border color is #B8BD89.


Opacity

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

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

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

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

This text has shadow with #B8BD89 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B8BD89 on black background.


Color preview on white background

This text has color #B8BD89 on white background.



Black color preview on #B8BD89 background

This text has black color on #B8BD89 background.


White color preview on #B8BD89 background

This text has white color on #B8BD89 background.