COLOR #B1B475

HEX: #B1B475
RGB: (177,180,117)

Color info

#B1B475 contains mainly red and green colors. Web safe color of #B1B475 is #99CC66 (or #9C6).

RGB color model

#B1B475 color RGB value is (177,180,117).

  • red value is 177;
  • green value is 180;
  • blue value is 117.
RGB:
(177,180,117)
(69%,71%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 117 of 255 = 46%

177
180
117

R + G + B ~ 62%. #B1B475 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 180 + 117 = 474 (100%)
R 177 of 474 ~ 37.34%
G 180 of 474 ~ 37.97%
B 117 of 474 ~ 24.68%

%37.34
%37.97
%24.68

CMYK color model

#B1B475 color CMYK value is (2,0,35,29).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%
CMYK:
(2,0,35,29)
C2M0Y35K29 
(2%,0%,35%,29%)
(0.02/0.00/0.35/0.29)	

CMYK percentages

%1.67
%0
%35
%29.41

Codes

Color #B1B475 in popluar color models

B1B475
RGB177180117
HSL63°29.58%58.24%
HSB/HSV63°35.00%70.59%
CMYK1.67%0.00%35.00%
29.41%

Color #B1B475 in popluar number systems.

HEXB1B475
Decimal177180117
Binary10110001101101001110101
Octal261264165

Shades and tints

Shades of #B1B475

#B1B475
(177,180,117)
#A1A46B
(161,164,107)
#919461
(145,148,97)
#818457
(129,132,87)
#71744D
(113,116,77)
#616443
(97,100,67)
#515439
(81,84,57)
#41442F
(65,68,47)
#313425
(49,52,37)
#21241B
(33,36,27)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1B475

#B1B475
(177,180,117)
#B8BA81
(184,186,129)
#BFC08D
(191,192,141)
#C6C699
(198,198,153)
#CDCCA5
(205,204,165)
#D4D2B1
(212,210,177)
#DBD8BD
(219,216,189)
#E2DEC9
(226,222,201)
#E9E4D5
(233,228,213)
#F0EAE1
(240,234,225)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B475 color. Also use rgb(177,180,117) instead hex code.

Text Font Color

.myTextColor { color: #B1B475; }

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

This text font color is #B1B475.


Background Color

.myBgColor { background-color: #B1B475; }

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

This div background color is #B1B475.


Border color

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

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

This div border color is #B1B475.


Opacity

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

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

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

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

This text has shadow with #B1B475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B475 on black background.


Color preview on white background

This text has color #B1B475 on white background.



Black color preview on #B1B475 background

This text has black color on #B1B475 background.


White color preview on #B1B475 background

This text has white color on #B1B475 background.