COLOR #B5B098

HEX: #B5B098
RGB: (181,176,152)

Color info

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

RGB color model

#B5B098 color RGB value is (181,176,152).

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

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 152 of 255 = 60%

181
176
152

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

Portions of RGB colors in percentages

R + G + B =
181 + 176 + 152 = 509 (100%)
R 181 of 509 ~ 35.56%
G 176 of 509 ~ 34.58%
B 152 of 509 ~ 29.86%

%35.56
%34.58
%29.86

CMYK color model

#B5B098 color CMYK value is (0,3,16,29).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 16.02%
  • key color value is 29.02%
CMYK:
(0,3,16,29)
C0M3Y16K29 
(0%,3%,16%,29%)
(0.00/0.03/0.16/0.29)	

CMYK percentages

%0
%2.76
%16.02
%29.02

Codes

Color #B5B098 in popluar color models

B5B098
RGB181176152
HSL50°16.38%65.29%
HSB/HSV50°16.02%70.98%
CMYK0.00%2.76%16.02%
29.02%

Color #B5B098 in popluar number systems.

HEXB5B098
Decimal181176152
Binary101101011011000010011000
Octal265260230

Shades and tints

Shades of #B5B098

#B5B098
(181,176,152)
#A5A08B
(165,160,139)
#95907E
(149,144,126)
#858071
(133,128,113)
#757064
(117,112,100)
#656057
(101,96,87)
#55504A
(85,80,74)
#45403D
(69,64,61)
#353030
(53,48,48)
#252023
(37,32,35)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #B5B098

#B5B098
(181,176,152)
#BBB7A1
(187,183,161)
#C1BEAA
(193,190,170)
#C7C5B3
(199,197,179)
#CDCCBC
(205,204,188)
#D3D3C5
(211,211,197)
#D9DACE
(217,218,206)
#DFE1D7
(223,225,215)
#E5E8E0
(229,232,224)
#EBEFE9
(235,239,233)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B098; }

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

This text font color is #B5B098.


Background Color

.myBgColor { background-color: #B5B098; }

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

This div background color is #B5B098.


Border color

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

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

This div border color is #B5B098.


Opacity

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

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

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

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

This text has shadow with #B5B098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B098 on black background.


Color preview on white background

This text has color #B5B098 on white background.



Black color preview on #B5B098 background

This text has black color on #B5B098 background.


White color preview on #B5B098 background

This text has white color on #B5B098 background.