COLOR #B8B598

HEX: #B8B598
RGB: (184,181,152)

Color info

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

RGB color model

#B8B598 color RGB value is (184,181,152).

  • red value is 184;
  • green value is 181;
  • blue value is 152.
RGB: (184,181,152) (72%,71%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 181 of 255 = 71%
B 152 of 255 = 60%

184
181
152

R + G + B ~ 68%. #B8B598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 181 + 152 = 517 (100%)
R 184 of 517 ~ 35.59%
G 181 of 517 ~ 35.01%
B 152 of 517 ~ 29.4%

%35.59
%35.01
%29.4

CMYK color model

#B8B598 color CMYK value is (0,2,17,28).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 17.39%
  • key color value is 27.84%
CMYK: (0,2,17,28) C0M2Y17K28 (0%,2%,17%,28%) (0.00/0.02/0.17/0.28)

CMYK percentages

%0
%1.63
%17.39
%27.84

Codes

Color #B8B598 in popluar color models

B8B598
RGB184181152
HSL54°18.39%65.88%
HSB/HSV54°17.39%72.16%
CMYK0.00%1.63%17.39%
27.84%

Color #B8B598 in popluar number systems.

HEXB8B598
Decimal184181152
Binary101110001011010110011000
Octal270265230

Shades and tints

Shades of #B8B598

#B8B598
(184,181,152)
#A8A58B
(168,165,139)
#98957E
(152,149,126)
#888571
(136,133,113)
#787564
(120,117,100)
#686557
(104,101,87)
#58554A
(88,85,74)
#48453D
(72,69,61)
#383530
(56,53,48)
#282523
(40,37,35)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #B8B598

#B8B598
(184,181,152)
#BEBBA1
(190,187,161)
#C4C1AA
(196,193,170)
#CAC7B3
(202,199,179)
#D0CDBC
(208,205,188)
#D6D3C5
(214,211,197)
#DCD9CE
(220,217,206)
#E2DFD7
(226,223,215)
#E8E5E0
(232,229,224)
#EEEBE9
(238,235,233)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B598 color. Also use rgb(184,181,152) instead hex code.

Text Font Color

.myTextColor { color: #B8B598; }

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

This text font color is #B8B598.


Background Color

.myBgColor { background-color: #B8B598; }

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

This div background color is #B8B598.


Border color

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

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

This div border color is #B8B598.


Opacity

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

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

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

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

This text has shadow with #B8B598 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B8B598 on black background.


Color preview on white background

This text has color #B8B598 on white background.



Black color preview on #B8B598 background

This text has black color on #B8B598 background.


White color preview on #B8B598 background

This text has white color on #B8B598 background.