COLOR #B7B195

HEX: #B7B195 RGB: (183,177,149)

Color info

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

RGB color model

#B7B195 color RGB value is (183,177,149).

RGB: (183,177,149) (72%, 69%, 58%)

RGB channels and saturation

R 183 of 255 = 72%
G 177 of 255 = 69%
B 149 of 255 = 58%

183
177
149

R + G + B ~ 66%. #B7B195 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 177 + 149 = 509 (100%)
R 183 of 509 ~ 35.95%
G 177 of 509 ~ 34.77%
B 149 of 509 ~ 29.27'%

%35.95
%34.77
%29.27

CMYK color model

#B7B195 color CMYK value is (0,3,19,28).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK: (0,3,19,28) C0M3Y19K28 (0%,3%,19%,28%) (0.00/0.03/0.19/0.28) 

CMYK percentages

%0
%3.28
%18.58
%28.24

Codes

Color #B7B195 in popluar color models

B7 B1 95
RGB 183 177 149
HSL 49° 19.10% 65.10%
HSB/HSV 49° 18.58% 71.76%
CMYK 0.00% 3.28% 18.58%
28.24%

Color #B7B195 in popluar number systems.

HEX B7 B1 95
Decimal 183 177 149
Binary 10110111 10110001 10010101
Octal 267 261 225

Shades and tints

Shades of #B7B195

#B7B195
(183,177,149)
#A7A188
(167,161,136)
#97917B
(151,145,123)
#87816E
(135,129,110)
#777161
(119,113,97)
#676154
(103,97,84)
#575147
(87,81,71)
#47413A
(71,65,58)
#37312D
(55,49,45)
#272120
(39,33,32)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #B7B195

#B7B195
(183,177,149)
#BDB89E
(189,184,158)
#C3BFA7
(195,191,167)
#C9C6B0
(201,198,176)
#CFCDB9
(207,205,185)
#D5D4C2
(213,212,194)
#DBDBCB
(219,219,203)
#E1E2D4
(225,226,212)
#E7E9DD
(231,233,221)
#EDF0E6
(237,240,230)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B195; }

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

This text font color is #B7B195.

Background Color

.myBgColor { background-color: #B7B195; }

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

This div background color is #B7B195.

Border color

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

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

This div border color is #B7B195.

Opacity

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

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

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

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

This text has shadow with #B7B195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B195.

Preview

Color preview on black background

This text has color #B7B195 on black background.


Color preview on white background

This text has color #B7B195 on white background.


Black color preview on #B7B195 background

This text has black color on #B7B195 background.


White color preview on #B7B195 background

This text has white color on #B7B195 background.


Related colors

Complementary color

Complementary color for #hex is #484E6A.


I love getcolorcode.com

Triadic colors

1 #95B7B1 and #B195B7 with #B7B195 are triadic colors.

2 #95B1B7 and #B1B795 with #B7B195 are triadic colors.