COLOR #B8B058

HEX: #B8B058
RGB: (184,176,88)

Color info

#B8B058 contains mainly red and green colors. Web safe color of #B8B058 is #CC9966 (or #C96).

RGB color model

#B8B058 color RGB value is (184,176,88).

  • red value is 184;
  • green value is 176;
  • blue value is 88.
RGB:
(184,176,88)
(72%,69%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 176 of 255 = 69%
B 88 of 255 = 35%

184
176
88

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

Portions of RGB colors in percentages

R + G + B =
184 + 176 + 88 = 448 (100%)
R 184 of 448 ~ 41.07%
G 176 of 448 ~ 39.29%
B 88 of 448 ~ 19.64%

%41.07
%39.29
%19.64

CMYK color model

#B8B058 color CMYK value is (0,4,52,28).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 52.17%
  • key color value is 27.84%
CMYK:
(0,4,52,28)
C0M4Y52K28 
(0%,4%,52%,28%)
(0.00/0.04/0.52/0.28)	

CMYK percentages

%0
%4.35
%52.17
%27.84

Codes

Color #B8B058 in popluar color models

B8B058
RGB18417688
HSL55°40.34%53.33%
HSB/HSV55°52.17%72.16%
CMYK0.00%4.35%52.17%
27.84%

Color #B8B058 in popluar number systems.

HEXB8B058
Decimal18417688
Binary10111000101100001011000
Octal270260130

Shades and tints

Shades of #B8B058

#B8B058
(184,176,88)
#A8A050
(168,160,80)
#989048
(152,144,72)
#888040
(136,128,64)
#787038
(120,112,56)
#686030
(104,96,48)
#585028
(88,80,40)
#484020
(72,64,32)
#383018
(56,48,24)
#282010
(40,32,16)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #B8B058

#B8B058
(184,176,88)
#BEB767
(190,183,103)
#C4BE76
(196,190,118)
#CAC585
(202,197,133)
#D0CC94
(208,204,148)
#D6D3A3
(214,211,163)
#DCDAB2
(220,218,178)
#E2E1C1
(226,225,193)
#E8E8D0
(232,232,208)
#EEEFDF
(238,239,223)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B058 color. Also use rgb(184,176,88) instead hex code.

Text Font Color

.myTextColor { color: #B8B058; }

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

This text font color is #B8B058.


Background Color

.myBgColor { background-color: #B8B058; }

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

This div background color is #B8B058.


Border color

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

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

This div border color is #B8B058.


Opacity

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

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

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

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

This text has shadow with #B8B058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B058 on black background.


Color preview on white background

This text has color #B8B058 on white background.



Black color preview on #B8B058 background

This text has black color on #B8B058 background.


White color preview on #B8B058 background

This text has white color on #B8B058 background.