COLOR #B0BC74

HEX: #B0BC74 RGB: (176,188,116)

Color info

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

RGB color model

#B0BC74 color RGB value is (176,188,116).

RGB: (176,188,116) (69%, 74%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 188 of 255 = 74%
B 116 of 255 = 45%

176
188
116

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

Portions of RGB colors in percentages

R + G + B = 176 + 188 + 116 = 480 (100%)
R 176 of 480 ~ 36.67%
G 188 of 480 ~ 39.17%
B 116 of 480 ~ 24.17'%

%36.67
%39.17
%24.17

CMYK color model

#B0BC74 color CMYK value is (6,0,38,26).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 26.27%
CMYK: (6,0,38,26) C6M0Y38K26 (6%,0%,38%,26%) (0.06/0.00/0.38/0.26) 

CMYK percentages

%6.38
%0
%38.3
%26.27

Codes

Color #B0BC74 in popluar color models

B0 BC 74
RGB 176 188 116
HSL 70° 34.95% 59.61%
HSB/HSV 70° 38.30% 73.73%
CMYK 6.38% 0.00% 38.30%
26.27%

Color #B0BC74 in popluar number systems.

HEX B0 BC 74
Decimal 176 188 116
Binary 10110000 10111100 1110100
Octal 260 274 164

Shades and tints

Shades of #B0BC74

#B0BC74
(176,188,116)
#A0AB6A
(160,171,106)
#909A60
(144,154,96)
#808956
(128,137,86)
#70784C
(112,120,76)
#606742
(96,103,66)
#505638
(80,86,56)
#40452E
(64,69,46)
#303424
(48,52,36)
#20231A
(32,35,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B0BC74

#B0BC74
(176,188,116)
#B7C280
(183,194,128)
#BEC88C
(190,200,140)
#C5CE98
(197,206,152)
#CCD4A4
(204,212,164)
#D3DAB0
(211,218,176)
#DAE0BC
(218,224,188)
#E1E6C8
(225,230,200)
#E8ECD4
(232,236,212)
#EFF2E0
(239,242,224)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BC74 color. Also use rgb(176,188,116) instead hex code.

Text Font Color

.myTextColor { color: #B0BC74; }

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

This text font color is #B0BC74.

Background Color

.myBgColor { background-color: #B0BC74; }

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

This div background color is #B0BC74.

Border color

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

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

This div border color is #B0BC74.

Opacity

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

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

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

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

This text has shadow with #B0BC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BC74.

Preview

Color preview on black background

This text has color #B0BC74 on black background.


Color preview on white background

This text has color #B0BC74 on white background.


Black color preview on #B0BC74 background

This text has black color on #B0BC74 background.


White color preview on #B0BC74 background

This text has white color on #B0BC74 background.


Related colors

Complementary color

Complementary color for #hex is #4F438B.


I love getcolorcode.com

Triadic colors

1 #74B0BC and #BC74B0 with #B0BC74 are triadic colors.

2 #74BCB0 and #BCB074 with #B0BC74 are triadic colors.