COLOR #B1B675

HEX: #B1B675
RGB: (177,182,117)

Color info

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

RGB color model

#B1B675 color RGB value is (177,182,117).

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

RGB channels and saturation

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

177
182
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 182 + 117 = 476 (100%)
R 177 of 476 ~ 37.18%
G 182 of 476 ~ 38.24%
B 117 of 476 ~ 24.58%

%37.18
%38.24
%24.58

CMYK color model

#B1B675 color CMYK value is (3,0,36,29).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(3,0,36,29)
C3M0Y36K29 
(3%,0%,36%,29%)
(0.03/0.00/0.36/0.29)	

CMYK percentages

%2.75
%0
%35.71
%28.63

Codes

Color #B1B675 in popluar color models

B1B675
RGB177182117
HSL65°30.81%58.63%
HSB/HSV65°35.71%71.37%
CMYK2.75%0.00%35.71%
28.63%

Color #B1B675 in popluar number systems.

HEXB1B675
Decimal177182117
Binary10110001101101101110101
Octal261266165

Shades and tints

Shades of #B1B675

#B1B675
(177,182,117)
#A1A66B
(161,166,107)
#919661
(145,150,97)
#818657
(129,134,87)
#71764D
(113,118,77)
#616643
(97,102,67)
#515639
(81,86,57)
#41462F
(65,70,47)
#313625
(49,54,37)
#21261B
(33,38,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1B675

#B1B675
(177,182,117)
#B8BC81
(184,188,129)
#BFC28D
(191,194,141)
#C6C899
(198,200,153)
#CDCEA5
(205,206,165)
#D4D4B1
(212,212,177)
#DBDABD
(219,218,189)
#E2E0C9
(226,224,201)
#E9E6D5
(233,230,213)
#F0ECE1
(240,236,225)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B675; }

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

This text font color is #B1B675.


Background Color

.myBgColor { background-color: #B1B675; }

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

This div background color is #B1B675.


Border color

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

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

This div border color is #B1B675.


Opacity

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

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

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

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

This text has shadow with #B1B675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B675 on black background.


Color preview on white background

This text has color #B1B675 on white background.



Black color preview on #B1B675 background

This text has black color on #B1B675 background.


White color preview on #B1B675 background

This text has white color on #B1B675 background.