COLOR #B7B296

HEX: #B7B296 RGB: (183,178,150)

Color info

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

RGB color model

#B7B296 color RGB value is (183,178,150).

RGB: (183,178,150) (72%, 70%, 59%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 150 of 255 = 59%

183
178
150

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

Portions of RGB colors in percentages

R + G + B = 183 + 178 + 150 = 511 (100%)
R 183 of 511 ~ 35.81%
G 178 of 511 ~ 34.83%
B 150 of 511 ~ 29.35'%

%35.81
%34.83
%29.35

CMYK color model

#B7B296 color CMYK value is (0,3,18,28).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 18.03%
  • key color value is 28.24%

CMYK: (0,3,18,28)
C0M3Y18K28 (0%, 3%, 18%, 28%)
(0.00 / 0.03 / 0.18 / 0.28)

CMYK percentages

%0
%2.73
%18.03
%28.24

Codes

Color #B7B296 in popluar color models

B7 B2 96
RGB 183 178 150
HSL 51° 18.64% 65.29%
HSB/HSV 51° 18.03% 71.76%
CMYK 0.00% 2.73% 18.03%
28.24%

Color #B7B296 in popluar number systems.

HEX B7 B2 96
Decimal 183 178 150
Binary 10110111 10110010 10010110
Octal 267 262 226

Shades and tints

Shades of #B7B296

#B7B296
(183,178,150)
#A7A289
(167,162,137)
#97927C
(151,146,124)
#87826F
(135,130,111)
#777262
(119,114,98)
#676255
(103,98,85)
#575248
(87,82,72)
#47423B
(71,66,59)
#37322E
(55,50,46)
#272221
(39,34,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #B7B296

#B7B296
(183,178,150)
#BDB99F
(189,185,159)
#C3C0A8
(195,192,168)
#C9C7B1
(201,199,177)
#CFCEBA
(207,206,186)
#D5D5C3
(213,213,195)
#DBDCCC
(219,220,204)
#E1E3D5
(225,227,213)
#E7EADE
(231,234,222)
#EDF1E7
(237,241,231)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B296 color. Also use rgb(183,178,150) instead hex code.

Text Font Color

.myTextColor { color: #B7B296; }

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

This text font color is #B7B296.

Background Color

.myBgColor { background-color: #B7B296; }

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

This div background color is #B7B296.

Border color

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

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

This div border color is #B7B296.

Opacity

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

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

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

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

This text has shadow with #B7B296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B296.

Preview

Color preview on black background

This text has color #B7B296 on black background.


Color preview on white background

This text has color #B7B296 on white background.


Black color preview on #B7B296 background

This text has black color on #B7B296 background.


White color preview on #B7B296 background

This text has white color on #B7B296 background.


Related colors

Complementary color

Complementary color for #hex is #484D69.


I love getcolorcode.com

Triadic colors

1 #96B7B2 and #B296B7 with #B7B296 are triadic colors.

2 #96B2B7 and #B2B796 with #B7B296 are triadic colors.