COLOR #B0B995

HEX: #B0B995
RGB: (176,185,149)

Color info

#B0B995 contains red, green and blue colors in about the same proportion. Web safe color of #B0B995 is #99CC99 (or #9C9).

RGB color model

#B0B995 color RGB value is (176,185,149).

  • red value is 176;
  • green value is 185;
  • blue value is 149.
RGB:
(176,185,149)
(69%,73%,58%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 149 of 255 = 58%

176
185
149

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

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 149 = 510 (100%)
R 176 of 510 ~ 34.51%
G 185 of 510 ~ 36.27%
B 149 of 510 ~ 29.22%

%34.51
%36.27
%29.22

CMYK color model

#B0B995 color CMYK value is (5,0,19,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 27.45%
CMYK:
(5,0,19,27)
C5M0Y19K27 
(5%,0%,19%,27%)
(0.05/0.00/0.19/0.27)	

CMYK percentages

%4.86
%0
%19.46
%27.45

Codes

Color #B0B995 in popluar color models

B0B995
RGB176185149
HSL75°20.45%65.49%
HSB/HSV75°19.46%72.55%
CMYK4.86%0.00%19.46%
27.45%

Color #B0B995 in popluar number systems.

HEXB0B995
Decimal176185149
Binary101100001011100110010101
Octal260271225

Shades and tints

Shades of #B0B995

#B0B995
(176,185,149)
#A0A988
(160,169,136)
#90997B
(144,153,123)
#80896E
(128,137,110)
#707961
(112,121,97)
#606954
(96,105,84)
#505947
(80,89,71)
#40493A
(64,73,58)
#30392D
(48,57,45)
#202920
(32,41,32)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #B0B995

#B0B995
(176,185,149)
#B7BF9E
(183,191,158)
#BEC5A7
(190,197,167)
#C5CBB0
(197,203,176)
#CCD1B9
(204,209,185)
#D3D7C2
(211,215,194)
#DADDCB
(218,221,203)
#E1E3D4
(225,227,212)
#E8E9DD
(232,233,221)
#EFEFE6
(239,239,230)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B995 color. Also use rgb(176,185,149) instead hex code.

Text Font Color

.myTextColor { color: #B0B995; }

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

This text font color is #B0B995.


Background Color

.myBgColor { background-color: #B0B995; }

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

This div background color is #B0B995.


Border color

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

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

This div border color is #B0B995.


Opacity

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

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

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

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

This text has shadow with #B0B995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B995 on black background.


Color preview on white background

This text has color #B0B995 on white background.



Black color preview on #B0B995 background

This text has black color on #B0B995 background.


White color preview on #B0B995 background

This text has white color on #B0B995 background.