COLOR #B1B794

HEX: #B1B794 RGB: (177,183,148)

Color info

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

RGB color model

#B1B794 color RGB value is (177,183,148).

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

RGB channels and saturation

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

177
183
148

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

Portions of RGB colors in percentages

R + G + B = 177 + 183 + 148 = 508 (100%)
R 177 of 508 ~ 34.84%
G 183 of 508 ~ 36.02%
B 148 of 508 ~ 29.13'%

%34.84
%36.02
%29.13

CMYK color model

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

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

CMYK percentages

%3.28
%0
%19.13
%28.24

Codes

Color #B1B794 in popluar color models

B1 B7 94
RGB 177 183 148
HSL 70° 19.55% 64.90%
HSB/HSV 70° 19.13% 71.76%
CMYK 3.28% 0.00% 19.13%
28.24%

Color #B1B794 in popluar number systems.

HEX B1 B7 94
Decimal 177 183 148
Binary 10110001 10110111 10010100
Octal 261 267 224

Shades and tints

Shades of #B1B794

#B1B794
(177,183,148)
#A1A787
(161,167,135)
#91977A
(145,151,122)
#81876D
(129,135,109)
#717760
(113,119,96)
#616753
(97,103,83)
#515746
(81,87,70)
#414739
(65,71,57)
#31372C
(49,55,44)
#21271F
(33,39,31)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B1B794

#B1B794
(177,183,148)
#B8BD9D
(184,189,157)
#BFC3A6
(191,195,166)
#C6C9AF
(198,201,175)
#CDCFB8
(205,207,184)
#D4D5C1
(212,213,193)
#DBDBCA
(219,219,202)
#E2E1D3
(226,225,211)
#E9E7DC
(233,231,220)
#F0EDE5
(240,237,229)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B794; }

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

This text font color is #B1B794.

Background Color

.myBgColor { background-color: #B1B794; }

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

This div background color is #B1B794.

Border color

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

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

This div border color is #B1B794.

Opacity

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

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

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

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

This text has shadow with #B1B794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B794.

Preview

Color preview on black background

This text has color #B1B794 on black background.


Color preview on white background

This text has color #B1B794 on white background.


Black color preview on #B1B794 background

This text has black color on #B1B794 background.


White color preview on #B1B794 background

This text has white color on #B1B794 background.


Related colors

Complementary color

Complementary color for #hex is #4E486B.


I love getcolorcode.com

Triadic colors

1 #94B1B7 and #B794B1 with #B1B794 are triadic colors.

2 #94B7B1 and #B7B194 with #B1B794 are triadic colors.