COLOR #B4B17E

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

Color info

#B4B17E contains red, green and blue colors in about the same proportion. Web safe color of #B4B17E is #CC9966 (or #C96).

RGB color model

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

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

RGB channels and saturation

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

180
177
126

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

Portions of RGB colors in percentages

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

%37.27
%36.65
%26.09

CMYK color model

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

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

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

CMYK percentages

%0
%1.67
%30
%29.41

Codes

Color #B4B17E in popluar color models

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

Color #B4B17E in popluar number systems.

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

Shades and tints

Shades of #B4B17E

#B4B17E
(180,177,126)
#A4A173
(164,161,115)
#949168
(148,145,104)
#84815D
(132,129,93)
#747152
(116,113,82)
#646147
(100,97,71)
#54513C
(84,81,60)
#444131
(68,65,49)
#343126
(52,49,38)
#24211B
(36,33,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #B4B17E

#B4B17E
(180,177,126)
#BAB889
(186,184,137)
#C0BF94
(192,191,148)
#C6C69F
(198,198,159)
#CCCDAA
(204,205,170)
#D2D4B5
(210,212,181)
#D8DBC0
(216,219,192)
#DEE2CB
(222,226,203)
#E4E9D6
(228,233,214)
#EAF0E1
(234,240,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B17E; }

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

This text font color is #B4B17E.

Background Color

.myBgColor { background-color: #B4B17E; }

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

This div background color is #B4B17E.

Border color

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

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

This div border color is #B4B17E.

Opacity

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

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

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

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

This text has shadow with #B4B17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B17E.

Preview

Color preview on black background

This text has color #B4B17E on black background.


Color preview on white background

This text has color #B4B17E on white background.


Black color preview on #B4B17E background

This text has black color on #B4B17E background.


White color preview on #B4B17E background

This text has white color on #B4B17E background.


Related colors

Complementary color

Complementary color for #hex is #4B4E81.


I love getcolorcode.com

Triadic colors

1 #7EB4B1 and #B17EB4 with #B4B17E are triadic colors.

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