COLOR #B0B57A

HEX: #B0B57A RGB: (176,181,122)

Color info

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

RGB color model

#B0B57A color RGB value is (176,181,122).

RGB: (176,181,122) (69%, 71%, 48%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 122 of 255 = 48%

176
181
122

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

Portions of RGB colors in percentages

R + G + B = 176 + 181 + 122 = 479 (100%)
R 176 of 479 ~ 36.74%
G 181 of 479 ~ 37.79%
B 122 of 479 ~ 25.47'%

%36.74
%37.79
%25.47

CMYK color model

#B0B57A color CMYK value is (3,0,33,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • key color value is 29.02%
CMYK: (3,0,33,29) C3M0Y33K29 (3%,0%,33%,29%) (0.03/0.00/0.33/0.29) 

CMYK percentages

%2.76
%0
%32.6
%29.02

Codes

Color #B0B57A in popluar color models

B0 B5 7A
RGB 176 181 122
HSL 65° 28.50% 59.41%
HSB/HSV 65° 32.60% 70.98%
CMYK 2.76% 0.00% 32.60%
29.02%

Color #B0B57A in popluar number systems.

HEX B0 B5 7A
Decimal 176 181 122
Binary 10110000 10110101 1111010
Octal 260 265 172

Shades and tints

Shades of #B0B57A

#B0B57A
(176,181,122)
#A0A56F
(160,165,111)
#909564
(144,149,100)
#808559
(128,133,89)
#70754E
(112,117,78)
#606543
(96,101,67)
#505538
(80,85,56)
#40452D
(64,69,45)
#303522
(48,53,34)
#202517
(32,37,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #B0B57A

#B0B57A
(176,181,122)
#B7BB86
(183,187,134)
#BEC192
(190,193,146)
#C5C79E
(197,199,158)
#CCCDAA
(204,205,170)
#D3D3B6
(211,211,182)
#DAD9C2
(218,217,194)
#E1DFCE
(225,223,206)
#E8E5DA
(232,229,218)
#EFEBE6
(239,235,230)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B57A; }

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

This text font color is #B0B57A.

Background Color

.myBgColor { background-color: #B0B57A; }

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

This div background color is #B0B57A.

Border color

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

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

This div border color is #B0B57A.

Opacity

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

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

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

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

This text has shadow with #B0B57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B57A.

Preview

Color preview on black background

This text has color #B0B57A on black background.


Color preview on white background

This text has color #B0B57A on white background.


Black color preview on #B0B57A background

This text has black color on #B0B57A background.


White color preview on #B0B57A background

This text has white color on #B0B57A background.


Related colors

Complementary color

Complementary color for #hex is #4F4A85.


I love getcolorcode.com

Triadic colors

1 #7AB0B5 and #B57AB0 with #B0B57A are triadic colors.

2 #7AB5B0 and #B5B07A with #B0B57A are triadic colors.