COLOR #B0B557

HEX: #B0B557
RGB: (176,181,87)

Color info

#B0B557 contains mainly red and green colors. Web safe color of #B0B557 is #99CC66 (or #9C6).

RGB color model

#B0B557 color RGB value is (176,181,87).

  • red value is 176;
  • green value is 181;
  • blue value is 87.
RGB:
(176,181,87)
(69%,71%,34%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 87 of 255 = 34%

176
181
87

R + G + B ~ 58%. #B0B557 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 181 + 87 = 444 (100%)
R 176 of 444 ~ 39.64%
G 181 of 444 ~ 40.77%
B 87 of 444 ~ 19.59%

%39.64
%40.77
%19.59

CMYK color model

#B0B557 color CMYK value is (3,0,52,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 51.93%
  • key color value is 29.02%
CMYK:
(3,0,52,29)
C3M0Y52K29 
(3%,0%,52%,29%)
(0.03/0.00/0.52/0.29)	

CMYK percentages

%2.76
%0
%51.93
%29.02

Codes

Color #B0B557 in popluar color models

B0B557
RGB17618187
HSL63°38.84%52.55%
HSB/HSV63°51.93%70.98%
CMYK2.76%0.00%51.93%
29.02%

Color #B0B557 in popluar number systems.

HEXB0B557
Decimal17618187
Binary10110000101101011010111
Octal260265127

Shades and tints

Shades of #B0B557

#B0B557
(176,181,87)
#A0A550
(160,165,80)
#909549
(144,149,73)
#808542
(128,133,66)
#70753B
(112,117,59)
#606534
(96,101,52)
#50552D
(80,85,45)
#404526
(64,69,38)
#30351F
(48,53,31)
#202518
(32,37,24)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #B0B557

#B0B557
(176,181,87)
#B7BB66
(183,187,102)
#BEC175
(190,193,117)
#C5C784
(197,199,132)
#CCCD93
(204,205,147)
#D3D3A2
(211,211,162)
#DAD9B1
(218,217,177)
#E1DFC0
(225,223,192)
#E8E5CF
(232,229,207)
#EFEBDE
(239,235,222)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B557; }

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

This text font color is #B0B557.


Background Color

.myBgColor { background-color: #B0B557; }

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

This div background color is #B0B557.


Border color

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

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

This div border color is #B0B557.


Opacity

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

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

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

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

This text has shadow with #B0B557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B557 on black background.


Color preview on white background

This text has color #B0B557 on white background.



Black color preview on #B0B557 background

This text has black color on #B0B557 background.


White color preview on #B0B557 background

This text has white color on #B0B557 background.