COLOR #B0B59F

HEX: #B0B59F RGB: (176,181,159)

Color info

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

RGB color model

#B0B59F color RGB value is (176,181,159).

RGB: (176,181,159) (69%, 71%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 159 of 255 = 62%

176
181
159

R + G + B ~ 67%. #B0B59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 181 + 159 = 516 (100%)
R 176 of 516 ~ 34.11%
G 181 of 516 ~ 35.08%
B 159 of 516 ~ 30.81'%

%34.11
%35.08
%30.81

CMYK color model

#B0B59F color CMYK value is (3,0,12,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK: (3,0,12,29) C3M0Y12K29 (3%,0%,12%,29%) (0.03/0.00/0.12/0.29) 

CMYK percentages

%2.76
%0
%12.15
%29.02

Codes

Color #B0B59F in popluar color models

B0 B5 9F
RGB 176 181 159
HSL 74° 12.94% 66.67%
HSB/HSV 74° 12.15% 70.98%
CMYK 2.76% 0.00% 12.15%
29.02%

Color #B0B59F in popluar number systems.

HEX B0 B5 9F
Decimal 176 181 159
Binary 10110000 10110101 10011111
Octal 260 265 237

Shades and tints

Shades of #B0B59F

#B0B59F
(176,181,159)
#A0A591
(160,165,145)
#909583
(144,149,131)
#808575
(128,133,117)
#707567
(112,117,103)
#606559
(96,101,89)
#50554B
(80,85,75)
#40453D
(64,69,61)
#30352F
(48,53,47)
#202521
(32,37,33)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B0B59F

#B0B59F
(176,181,159)
#B7BBA7
(183,187,167)
#BEC1AF
(190,193,175)
#C5C7B7
(197,199,183)
#CCCDBF
(204,205,191)
#D3D3C7
(211,211,199)
#DAD9CF
(218,217,207)
#E1DFD7
(225,223,215)
#E8E5DF
(232,229,223)
#EFEBE7
(239,235,231)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B59F color. Also use rgb(176,181,159) instead hex code.

Text Font Color

.myTextColor { color: #B0B59F; }

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

This text font color is #B0B59F.

Background Color

.myBgColor { background-color: #B0B59F; }

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

This div background color is #B0B59F.

Border color

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

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

This div border color is #B0B59F.

Opacity

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

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

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

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

This text has shadow with #B0B59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B59F.

Preview

Color preview on black background

This text has color #B0B59F on black background.


Color preview on white background

This text has color #B0B59F on white background.


Black color preview on #B0B59F background

This text has black color on #B0B59F background.


White color preview on #B0B59F background

This text has white color on #B0B59F background.


Related colors

Complementary color

Complementary color for #hex is #4F4A60.


I love getcolorcode.com

Triadic colors

1 #9FB0B5 and #B59FB0 with #B0B59F are triadic colors.

2 #9FB5B0 and #B5B09F with #B0B59F are triadic colors.