COLOR #B0B78C

HEX: #B0B78C RGB: (176,183,140)

Color info

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

RGB color model

#B0B78C color RGB value is (176,183,140).

RGB: (176,183,140) (69%, 72%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 183 of 255 = 72%
B 140 of 255 = 55%

176
183
140

R + G + B ~ 65%. #B0B78C is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 183 + 140 = 499 (100%)
R 176 of 499 ~ 35.27%
G 183 of 499 ~ 36.67%
B 140 of 499 ~ 28.06'%

%35.27
%36.67
%28.06

CMYK color model

#B0B78C color CMYK value is (4,0,23,28).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 28.24%

CMYK: (4,0,23,28)
C4M0Y23K28 (4%, 0%, 23%, 28%)
(0.04 / 0.00 / 0.23 / 0.28)

CMYK percentages

%3.83
%0
%23.5
%28.24

Codes

Color #B0B78C in popluar color models

B0 B7 8C
RGB 176 183 140
HSL 70° 22.99% 63.33%
HSB/HSV 70° 23.50% 71.76%
CMYK 3.83% 0.00% 23.50%
28.24%

Color #B0B78C in popluar number systems.

HEX B0 B7 8C
Decimal 176 183 140
Binary 10110000 10110111 10001100
Octal 260 267 214

Shades and tints

Shades of #B0B78C

#B0B78C
(176,183,140)
#A0A780
(160,167,128)
#909774
(144,151,116)
#808768
(128,135,104)
#70775C
(112,119,92)
#606750
(96,103,80)
#505744
(80,87,68)
#404738
(64,71,56)
#30372C
(48,55,44)
#202720
(32,39,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #B0B78C

#B0B78C
(176,183,140)
#B7BD96
(183,189,150)
#BEC3A0
(190,195,160)
#C5C9AA
(197,201,170)
#CCCFB4
(204,207,180)
#D3D5BE
(211,213,190)
#DADBC8
(218,219,200)
#E1E1D2
(225,225,210)
#E8E7DC
(232,231,220)
#EFEDE6
(239,237,230)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B78C color. Also use rgb(176,183,140) instead hex code.

Text Font Color

.myTextColor { color: #B0B78C; }

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

This text font color is #B0B78C.

Background Color

.myBgColor { background-color: #B0B78C; }

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

This div background color is #B0B78C.

Border color

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

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

This div border color is #B0B78C.

Opacity

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

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

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

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

This text has shadow with #B0B78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B78C.

Preview

Color preview on black background

This text has color #B0B78C on black background.


Color preview on white background

This text has color #B0B78C on white background.


Black color preview on #B0B78C background

This text has black color on #B0B78C background.


White color preview on #B0B78C background

This text has white color on #B0B78C background.


Related colors

Complementary color

Complementary color for #hex is #4F4873.


I love getcolorcode.com

Triadic colors

1 #8CB0B7 and #B78CB0 with #B0B78C are triadic colors.

2 #8CB7B0 and #B7B08C with #B0B78C are triadic colors.