COLOR #B0B17D

HEX: #B0B17D RGB: (176,177,125)

Color info

#B0B17D contains red, green and blue colors in about the same proportion. Web safe color of #B0B17D is #999966 (or #996).

RGB color model

#B0B17D color RGB value is (176,177,125).

RGB: (176,177,125) (69%, 69%, 49%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 125 of 255 = 49%

176
177
125

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

Portions of RGB colors in percentages

R + G + B = 176 + 177 + 125 = 478 (100%)
R 176 of 478 ~ 36.82%
G 177 of 478 ~ 37.03%
B 125 of 478 ~ 26.15'%

%36.82
%37.03
%26.15

CMYK color model

#B0B17D color CMYK value is (1,0,29,31).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 30.59%

CMYK: (1,0,29,31)
C1M0Y29K31 (1%, 0%, 29%, 31%)
(0.01 / 0.00 / 0.29 / 0.31)

CMYK percentages

%0.56
%0
%29.38
%30.59

Codes

Color #B0B17D in popluar color models

B0 B1 7D
RGB 176 177 125
HSL 61° 25.00% 59.22%
HSB/HSV 61° 29.38% 69.41%
CMYK 0.56% 0.00% 29.38%
30.59%

Color #B0B17D in popluar number systems.

HEX B0 B1 7D
Decimal 176 177 125
Binary 10110000 10110001 1111101
Octal 260 261 175

Shades and tints

Shades of #B0B17D

#B0B17D
(176,177,125)
#A0A172
(160,161,114)
#909167
(144,145,103)
#80815C
(128,129,92)
#707151
(112,113,81)
#606146
(96,97,70)
#50513B
(80,81,59)
#404130
(64,65,48)
#303125
(48,49,37)
#20211A
(32,33,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B0B17D

#B0B17D
(176,177,125)
#B7B888
(183,184,136)
#BEBF93
(190,191,147)
#C5C69E
(197,198,158)
#CCCDA9
(204,205,169)
#D3D4B4
(211,212,180)
#DADBBF
(218,219,191)
#E1E2CA
(225,226,202)
#E8E9D5
(232,233,213)
#EFF0E0
(239,240,224)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B17D; }

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

This text font color is #B0B17D.

Background Color

.myBgColor { background-color: #B0B17D; }

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

This div background color is #B0B17D.

Border color

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

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

This div border color is #B0B17D.

Opacity

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

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

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

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

This text has shadow with #B0B17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B17D.

Preview

Color preview on black background

This text has color #B0B17D on black background.


Color preview on white background

This text has color #B0B17D on white background.


Black color preview on #B0B17D background

This text has black color on #B0B17D background.


White color preview on #B0B17D background

This text has white color on #B0B17D background.


Related colors

Complementary color

Complementary color for #hex is #4F4E82.


I love getcolorcode.com

Triadic colors

1 #7DB0B1 and #B17DB0 with #B0B17D are triadic colors.

2 #7DB1B0 and #B1B07D with #B0B17D are triadic colors.