COLOR #B1B575

HEX: #B1B575 RGB: (177,181,117)

Color info

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

RGB color model

#B1B575 color RGB value is (177,181,117).

RGB: (177,181,117) (69%, 71%, 46%)

RGB channels and saturation

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

177
181
117

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

Portions of RGB colors in percentages

R + G + B = 177 + 181 + 117 = 475 (100%)
R 177 of 475 ~ 37.26%
G 181 of 475 ~ 38.11%
B 117 of 475 ~ 24.63'%

%37.26
%38.11
%24.63

CMYK color model

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

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 35.36%
  • key color value is 29.02%

CMYK: (2,0,35,29)
C2M0Y35K29 (2%, 0%, 35%, 29%)
(0.02 / 0.00 / 0.35 / 0.29)

CMYK percentages

%2.21
%0
%35.36
%29.02

Codes

Color #B1B575 in popluar color models

B1 B5 75
RGB 177 181 117
HSL 64° 30.19% 58.43%
HSB/HSV 64° 35.36% 70.98%
CMYK 2.21% 0.00% 35.36%
29.02%

Color #B1B575 in popluar number systems.

HEX B1 B5 75
Decimal 177 181 117
Binary 10110001 10110101 1110101
Octal 261 265 165

Shades and tints

Shades of #B1B575

#B1B575
(177,181,117)
#A1A56B
(161,165,107)
#919561
(145,149,97)
#818557
(129,133,87)
#71754D
(113,117,77)
#616543
(97,101,67)
#515539
(81,85,57)
#41452F
(65,69,47)
#313525
(49,53,37)
#21251B
(33,37,27)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B1B575

#B1B575
(177,181,117)
#B8BB81
(184,187,129)
#BFC18D
(191,193,141)
#C6C799
(198,199,153)
#CDCDA5
(205,205,165)
#D4D3B1
(212,211,177)
#DBD9BD
(219,217,189)
#E2DFC9
(226,223,201)
#E9E5D5
(233,229,213)
#F0EBE1
(240,235,225)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B575; }

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

This text font color is #B1B575.

Background Color

.myBgColor { background-color: #B1B575; }

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

This div background color is #B1B575.

Border color

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

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

This div border color is #B1B575.

Opacity

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

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

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

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

This text has shadow with #B1B575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B575.

Preview

Color preview on black background

This text has color #B1B575 on black background.


Color preview on white background

This text has color #B1B575 on white background.


Black color preview on #B1B575 background

This text has black color on #B1B575 background.


White color preview on #B1B575 background

This text has white color on #B1B575 background.


Related colors

Complementary color

Complementary color for #hex is #4E4A8A.


I love getcolorcode.com

Triadic colors

1 #75B1B5 and #B575B1 with #B1B575 are triadic colors.

2 #75B5B1 and #B5B175 with #B1B575 are triadic colors.