COLOR #B0B78D

HEX: #B0B78D RGB: (176,183,141)

Color info

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

RGB color model

#B0B78D color RGB value is (176,183,141).

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

RGB channels and saturation

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

176
183
141

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

Portions of RGB colors in percentages

R + G + B = 176 + 183 + 141 = 500 (100%)
R 176 of 500 ~ 35.2%
G 183 of 500 ~ 36.6%
B 141 of 500 ~ 28.2'%

%35.2
%36.6
%28.2

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • 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
%22.95
%28.24

Codes

Color #B0B78D in popluar color models

B0 B7 8D
RGB 176 183 141
HSL 70° 22.58% 63.53%
HSB/HSV 70° 22.95% 71.76%
CMYK 3.83% 0.00% 22.95%
28.24%

Color #B0B78D in popluar number systems.

HEX B0 B7 8D
Decimal 176 183 141
Binary 10110000 10110111 10001101
Octal 260 267 215

Shades and tints

Shades of #B0B78D

#B0B78D
(176,183,141)
#A0A781
(160,167,129)
#909775
(144,151,117)
#808769
(128,135,105)
#70775D
(112,119,93)
#606751
(96,103,81)
#505745
(80,87,69)
#404739
(64,71,57)
#30372D
(48,55,45)
#202721
(32,39,33)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B0B78D

#B0B78D
(176,183,141)
#B7BD97
(183,189,151)
#BEC3A1
(190,195,161)
#C5C9AB
(197,201,171)
#CCCFB5
(204,207,181)
#D3D5BF
(211,213,191)
#DADBC9
(218,219,201)
#E1E1D3
(225,225,211)
#E8E7DD
(232,231,221)
#EFEDE7
(239,237,231)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B78D; }

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

This text font color is #B0B78D.

Background Color

.myBgColor { background-color: #B0B78D; }

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

This div background color is #B0B78D.

Border color

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

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

This div border color is #B0B78D.

Opacity

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

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

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

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

This text has shadow with #B0B78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B78D.

Preview

Color preview on black background

This text has color #B0B78D on black background.


Color preview on white background

This text has color #B0B78D on white background.


Black color preview on #B0B78D background

This text has black color on #B0B78D background.


White color preview on #B0B78D background

This text has white color on #B0B78D background.


Related colors

Complementary color

Complementary color for #hex is #4F4872.


I love getcolorcode.com

Triadic colors

1 #8DB0B7 and #B78DB0 with #B0B78D are triadic colors.

2 #8DB7B0 and #B7B08D with #B0B78D are triadic colors.