COLOR #B7B19B

HEX: #B7B19B
RGB: (183,177,155)

Color info

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

RGB color model

#B7B19B color RGB value is (183,177,155).

  • red value is 183;
  • green value is 177;
  • blue value is 155.
RGB:
(183,177,155)
(72%,69%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 177 of 255 = 69%
B 155 of 255 = 61%

183
177
155

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

Portions of RGB colors in percentages

R + G + B =
183 + 177 + 155 = 515 (100%)
R 183 of 515 ~ 35.53%
G 177 of 515 ~ 34.37%
B 155 of 515 ~ 30.1%

%35.53
%34.37
%30.1

CMYK color model

#B7B19B color CMYK value is (0,3,15,28).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,3,15,28)
C0M3Y15K28 
(0%,3%,15%,28%)
(0.00/0.03/0.15/0.28)	

CMYK percentages

%0
%3.28
%15.3
%28.24

Codes

Color #B7B19B in popluar color models

B7B19B
RGB183177155
HSL47°16.28%66.27%
HSB/HSV47°15.30%71.76%
CMYK0.00%3.28%15.30%
28.24%

Color #B7B19B in popluar number systems.

HEXB7B19B
Decimal183177155
Binary101101111011000110011011
Octal267261233

Shades and tints

Shades of #B7B19B

#B7B19B
(183,177,155)
#A7A18D
(167,161,141)
#97917F
(151,145,127)
#878171
(135,129,113)
#777163
(119,113,99)
#676155
(103,97,85)
#575147
(87,81,71)
#474139
(71,65,57)
#37312B
(55,49,43)
#27211D
(39,33,29)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #B7B19B

#B7B19B
(183,177,155)
#BDB8A4
(189,184,164)
#C3BFAD
(195,191,173)
#C9C6B6
(201,198,182)
#CFCDBF
(207,205,191)
#D5D4C8
(213,212,200)
#DBDBD1
(219,219,209)
#E1E2DA
(225,226,218)
#E7E9E3
(231,233,227)
#EDF0EC
(237,240,236)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B19B color. Also use rgb(183,177,155) instead hex code.

Text Font Color

.myTextColor { color: #B7B19B; }

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

This text font color is #B7B19B.


Background Color

.myBgColor { background-color: #B7B19B; }

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

This div background color is #B7B19B.


Border color

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

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

This div border color is #B7B19B.


Opacity

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

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

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

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

This text has shadow with #B7B19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B19B on black background.


Color preview on white background

This text has color #B7B19B on white background.



Black color preview on #B7B19B background

This text has black color on #B7B19B background.


White color preview on #B7B19B background

This text has white color on #B7B19B background.