COLOR #B8B34B

HEX: #B8B34B
RGB: (184,179,75)

Color info

#B8B34B contains mainly red and green colors. Web safe color of #B8B34B is #CC9933 (or #C93).

RGB color model

#B8B34B color RGB value is (184,179,75).

  • red value is 184;
  • green value is 179;
  • blue value is 75.
RGB:
(184,179,75)
(72%,70%,29%)

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 75 of 255 = 29%

184
179
75

R + G + B ~ 57%. #B8B34B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 75 = 438 (100%)
R 184 of 438 ~ 42.01%
G 179 of 438 ~ 40.87%
B 75 of 438 ~ 17.12%

%42.01
%40.87
%17.12

CMYK color model

#B8B34B color CMYK value is (0,3,59,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 59.24%
  • key color value is 27.84%
CMYK:
(0,3,59,28)
C0M3Y59K28 
(0%,3%,59%,28%)
(0.00/0.03/0.59/0.28)	

CMYK percentages

%0
%2.72
%59.24
%27.84

Codes

Color #B8B34B in popluar color models

B8B34B
RGB18417975
HSL57°43.43%50.78%
HSB/HSV57°59.24%72.16%
CMYK0.00%2.72%59.24%
27.84%

Color #B8B34B in popluar number systems.

HEXB8B34B
Decimal18417975
Binary10111000101100111001011
Octal270263113

Shades and tints

Shades of #B8B34B

#B8B34B
(184,179,75)
#A8A345
(168,163,69)
#98933F
(152,147,63)
#888339
(136,131,57)
#787333
(120,115,51)
#68632D
(104,99,45)
#585327
(88,83,39)
#484321
(72,67,33)
#38331B
(56,51,27)
#282315
(40,35,21)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #B8B34B

#B8B34B
(184,179,75)
#BEB95B
(190,185,91)
#C4BF6B
(196,191,107)
#CAC57B
(202,197,123)
#D0CB8B
(208,203,139)
#D6D19B
(214,209,155)
#DCD7AB
(220,215,171)
#E2DDBB
(226,221,187)
#E8E3CB
(232,227,203)
#EEE9DB
(238,233,219)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B34B color. Also use rgb(184,179,75) instead hex code.

Text Font Color

.myTextColor { color: #B8B34B; }

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

This text font color is #B8B34B.


Background Color

.myBgColor { background-color: #B8B34B; }

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

This div background color is #B8B34B.


Border color

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

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

This div border color is #B8B34B.


Opacity

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

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

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

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

This text has shadow with #B8B34B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B34B on black background.


Color preview on white background

This text has color #B8B34B on white background.



Black color preview on #B8B34B background

This text has black color on #B8B34B background.


White color preview on #B8B34B background

This text has white color on #B8B34B background.