COLOR #B1B47E

HEX: #B1B47E RGB: (177,180,126)

Color info

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

RGB color model

#B1B47E color RGB value is (177,180,126).

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

RGB channels and saturation

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

177
180
126

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

Portions of RGB colors in percentages

R + G + B = 177 + 180 + 126 = 483 (100%)
R 177 of 483 ~ 36.65%
G 180 of 483 ~ 37.27%
B 126 of 483 ~ 26.09'%

%36.65
%37.27
%26.09

CMYK color model

#B1B47E color CMYK value is (2,0,30,29).

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

CMYK: (2,0,30,29)
C2M0Y30K29 (2%, 0%, 30%, 29%)
(0.02 / 0.00 / 0.30 / 0.29)

CMYK percentages

%1.67
%0
%30
%29.41

Codes

Color #B1B47E in popluar color models

B1 B4 7E
RGB 177 180 126
HSL 63° 26.47% 60.00%
HSB/HSV 63° 30.00% 70.59%
CMYK 1.67% 0.00% 30.00%
29.41%

Color #B1B47E in popluar number systems.

HEX B1 B4 7E
Decimal 177 180 126
Binary 10110001 10110100 1111110
Octal 261 264 176

Shades and tints

Shades of #B1B47E

#B1B47E
(177,180,126)
#A1A473
(161,164,115)
#919468
(145,148,104)
#81845D
(129,132,93)
#717452
(113,116,82)
#616447
(97,100,71)
#51543C
(81,84,60)
#414431
(65,68,49)
#313426
(49,52,38)
#21241B
(33,36,27)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B1B47E

#B1B47E
(177,180,126)
#B8BA89
(184,186,137)
#BFC094
(191,192,148)
#C6C69F
(198,198,159)
#CDCCAA
(205,204,170)
#D4D2B5
(212,210,181)
#DBD8C0
(219,216,192)
#E2DECB
(226,222,203)
#E9E4D6
(233,228,214)
#F0EAE1
(240,234,225)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B47E; }

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

This text font color is #B1B47E.

Background Color

.myBgColor { background-color: #B1B47E; }

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

This div background color is #B1B47E.

Border color

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

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

This div border color is #B1B47E.

Opacity

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

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

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

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

This text has shadow with #B1B47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B47E.

Preview

Color preview on black background

This text has color #B1B47E on black background.


Color preview on white background

This text has color #B1B47E on white background.


Black color preview on #B1B47E background

This text has black color on #B1B47E background.


White color preview on #B1B47E background

This text has white color on #B1B47E background.


Related colors

Complementary color

Complementary color for #hex is #4E4B81.


I love getcolorcode.com

Triadic colors

1 #7EB1B4 and #B47EB1 with #B1B47E are triadic colors.

2 #7EB4B1 and #B4B17E with #B1B47E are triadic colors.