COLOR #B8C179

HEX: #B8C179 RGB: (184,193,121)

Color info

#B8C179 contains mainly red and green colors. Web safe color of #B8C179 is #CCCC66 (or #CC6).

RGB color model

#B8C179 color RGB value is (184,193,121).

RGB: (184,193,121) (72%, 76%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 193 of 255 = 76%
B 121 of 255 = 47%

184
193
121

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

Portions of RGB colors in percentages

R + G + B = 184 + 193 + 121 = 498 (100%)
R 184 of 498 ~ 36.95%
G 193 of 498 ~ 38.76%
B 121 of 498 ~ 24.3'%

%36.95
%38.76
%24.3

CMYK color model

#B8C179 color CMYK value is (5,0,37,24).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 37.31%
  • key color value is 24.31%

CMYK: (5,0,37,24)
C5M0Y37K24 (5%, 0%, 37%, 24%)
(0.05 / 0.00 / 0.37 / 0.24)

CMYK percentages

%4.66
%0
%37.31
%24.31

Codes

Color #B8C179 in popluar color models

B8 C1 79
RGB 184 193 121
HSL 68° 36.73% 61.57%
HSB/HSV 68° 37.31% 75.69%
CMYK 4.66% 0.00% 37.31%
24.31%

Color #B8C179 in popluar number systems.

HEX B8 C1 79
Decimal 184 193 121
Binary 10111000 11000001 1111001
Octal 270 301 171

Shades and tints

Shades of #B8C179

#B8C179
(184,193,121)
#A8B06E
(168,176,110)
#989F63
(152,159,99)
#888E58
(136,142,88)
#787D4D
(120,125,77)
#686C42
(104,108,66)
#585B37
(88,91,55)
#484A2C
(72,74,44)
#383921
(56,57,33)
#282816
(40,40,22)
#18170B
(24,23,11)
#000000
(0,0,0)

Tints of #B8C179

#B8C179
(184,193,121)
#BEC685
(190,198,133)
#C4CB91
(196,203,145)
#CAD09D
(202,208,157)
#D0D5A9
(208,213,169)
#D6DAB5
(214,218,181)
#DCDFC1
(220,223,193)
#E2E4CD
(226,228,205)
#E8E9D9
(232,233,217)
#EEEEE5
(238,238,229)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C179 color. Also use rgb(184,193,121) instead hex code.

Text Font Color

.myTextColor { color: #B8C179; }

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

This text font color is #B8C179.

Background Color

.myBgColor { background-color: #B8C179; }

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

This div background color is #B8C179.

Border color

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

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

This div border color is #B8C179.

Opacity

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

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

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

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

This text has shadow with #B8C179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C179.

Preview

Color preview on black background

This text has color #B8C179 on black background.


Color preview on white background

This text has color #B8C179 on white background.


Black color preview on #B8C179 background

This text has black color on #B8C179 background.


White color preview on #B8C179 background

This text has white color on #B8C179 background.


Related colors

Complementary color

Complementary color for #hex is #473E86.


I love getcolorcode.com

Triadic colors

1 #79B8C1 and #C179B8 with #B8C179 are triadic colors.

2 #79C1B8 and #C1B879 with #B8C179 are triadic colors.