COLOR #B1B47D

HEX: #B1B47D RGB: (177,180,125)

Color info

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

RGB color model

#B1B47D color RGB value is (177,180,125).

RGB: (177,180,125) (69%, 71%, 49%)

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 125 of 255 = 49%

177
180
125

R + G + B ~ 63%. #B1B47D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 180 + 125 = 482 (100%)
R 177 of 482 ~ 36.72%
G 180 of 482 ~ 37.34%
B 125 of 482 ~ 25.93'%

%36.72
%37.34
%25.93

CMYK color model

#B1B47D color CMYK value is (2,0,31,29).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 29.41%

CMYK: (2,0,31,29)
C2M0Y31K29 (2%, 0%, 31%, 29%)
(0.02 / 0.00 / 0.31 / 0.29)

CMYK percentages

%1.67
%0
%30.56
%29.41

Codes

Color #B1B47D in popluar color models

B1 B4 7D
RGB 177 180 125
HSL 63° 26.83% 59.80%
HSB/HSV 63° 30.56% 70.59%
CMYK 1.67% 0.00% 30.56%
29.41%

Color #B1B47D in popluar number systems.

HEX B1 B4 7D
Decimal 177 180 125
Binary 10110001 10110100 1111101
Octal 261 264 175

Shades and tints

Shades of #B1B47D

#B1B47D
(177,180,125)
#A1A472
(161,164,114)
#919467
(145,148,103)
#81845C
(129,132,92)
#717451
(113,116,81)
#616446
(97,100,70)
#51543B
(81,84,59)
#414430
(65,68,48)
#313425
(49,52,37)
#21241A
(33,36,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #B1B47D

#B1B47D
(177,180,125)
#B8BA88
(184,186,136)
#BFC093
(191,192,147)
#C6C69E
(198,198,158)
#CDCCA9
(205,204,169)
#D4D2B4
(212,210,180)
#DBD8BF
(219,216,191)
#E2DECA
(226,222,202)
#E9E4D5
(233,228,213)
#F0EAE0
(240,234,224)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B47D; }

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

This text font color is #B1B47D.

Background Color

.myBgColor { background-color: #B1B47D; }

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

This div background color is #B1B47D.

Border color

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

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

This div border color is #B1B47D.

Opacity

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

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

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

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

This text has shadow with #B1B47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B47D.

Preview

Color preview on black background

This text has color #B1B47D on black background.


Color preview on white background

This text has color #B1B47D on white background.


Black color preview on #B1B47D background

This text has black color on #B1B47D background.


White color preview on #B1B47D background

This text has white color on #B1B47D background.


Related colors

Complementary color

Complementary color for #hex is #4E4B82.


I love getcolorcode.com

Triadic colors

1 #7DB1B4 and #B47DB1 with #B1B47D are triadic colors.

2 #7DB4B1 and #B4B17D with #B1B47D are triadic colors.