COLOR #B0BA72

HEX: #B0BA72 RGB: (176,186,114)

Color info

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

RGB color model

#B0BA72 color RGB value is (176,186,114).

RGB: (176,186,114) (69%, 73%, 45%)

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 114 of 255 = 45%

176
186
114

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

Portions of RGB colors in percentages

R + G + B = 176 + 186 + 114 = 476 (100%)
R 176 of 476 ~ 36.97%
G 186 of 476 ~ 39.08%
B 114 of 476 ~ 23.95'%

%36.97
%39.08
%23.95

CMYK color model

#B0BA72 color CMYK value is (5,0,39,27).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK: (5,0,39,27) C5M0Y39K27 (5%,0%,39%,27%) (0.05/0.00/0.39/0.27) 

CMYK percentages

%5.38
%0
%38.71
%27.06

Codes

Color #B0BA72 in popluar color models

B0 BA 72
RGB 176 186 114
HSL 68° 34.29% 58.82%
HSB/HSV 68° 38.71% 72.94%
CMYK 5.38% 0.00% 38.71%
27.06%

Color #B0BA72 in popluar number systems.

HEX B0 BA 72
Decimal 176 186 114
Binary 10110000 10111010 1110010
Octal 260 272 162

Shades and tints

Shades of #B0BA72

#B0BA72
(176,186,114)
#A0AA68
(160,170,104)
#909A5E
(144,154,94)
#808A54
(128,138,84)
#707A4A
(112,122,74)
#606A40
(96,106,64)
#505A36
(80,90,54)
#404A2C
(64,74,44)
#303A22
(48,58,34)
#202A18
(32,42,24)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #B0BA72

#B0BA72
(176,186,114)
#B7C07E
(183,192,126)
#BEC68A
(190,198,138)
#C5CC96
(197,204,150)
#CCD2A2
(204,210,162)
#D3D8AE
(211,216,174)
#DADEBA
(218,222,186)
#E1E4C6
(225,228,198)
#E8EAD2
(232,234,210)
#EFF0DE
(239,240,222)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BA72 color. Also use rgb(176,186,114) instead hex code.

Text Font Color

.myTextColor { color: #B0BA72; }

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

This text font color is #B0BA72.

Background Color

.myBgColor { background-color: #B0BA72; }

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

This div background color is #B0BA72.

Border color

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

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

This div border color is #B0BA72.

Opacity

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

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

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

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

This text has shadow with #B0BA72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BA72.

Preview

Color preview on black background

This text has color #B0BA72 on black background.


Color preview on white background

This text has color #B0BA72 on white background.


Black color preview on #B0BA72 background

This text has black color on #B0BA72 background.


White color preview on #B0BA72 background

This text has white color on #B0BA72 background.


Related colors

Complementary color

Complementary color for #hex is #4F458D.


I love getcolorcode.com

Triadic colors

1 #72B0BA and #BA72B0 with #B0BA72 are triadic colors.

2 #72BAB0 and #BAB072 with #B0BA72 are triadic colors.