COLOR #B8B764

HEX: #B8B764
RGB: (184,183,100)

Color info

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

RGB color model

#B8B764 color RGB value is (184,183,100).

  • red value is 184;
  • green value is 183;
  • blue value is 100.
RGB:
(184,183,100)
(72%,72%,39%)

RGB channels and saturation

R 184 of 255 = 72%
G 183 of 255 = 72%
B 100 of 255 = 39%

184
183
100

R + G + B ~ 61%. #B8B764 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 183 + 100 = 467 (100%)
R 184 of 467 ~ 39.4%
G 183 of 467 ~ 39.19%
B 100 of 467 ~ 21.41%

%39.4
%39.19
%21.41

CMYK color model

#B8B764 color CMYK value is (0,1,46,28).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 45.65%
  • key color value is 27.84%
CMYK:
(0,1,46,28)
C0M1Y46K28 
(0%,1%,46%,28%)
(0.00/0.01/0.46/0.28)	

CMYK percentages

%0
%0.54
%45.65
%27.84

Codes

Color #B8B764 in popluar color models

B8B764
RGB184183100
HSL59°37.17%55.69%
HSB/HSV59°45.65%72.16%
CMYK0.00%0.54%45.65%
27.84%

Color #B8B764 in popluar number systems.

HEXB8B764
Decimal184183100
Binary10111000101101111100100
Octal270267144

Shades and tints

Shades of #B8B764

#B8B764
(184,183,100)
#A8A75B
(168,167,91)
#989752
(152,151,82)
#888749
(136,135,73)
#787740
(120,119,64)
#686737
(104,103,55)
#58572E
(88,87,46)
#484725
(72,71,37)
#38371C
(56,55,28)
#282713
(40,39,19)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #B8B764

#B8B764
(184,183,100)
#BEBD72
(190,189,114)
#C4C380
(196,195,128)
#CAC98E
(202,201,142)
#D0CF9C
(208,207,156)
#D6D5AA
(214,213,170)
#DCDBB8
(220,219,184)
#E2E1C6
(226,225,198)
#E8E7D4
(232,231,212)
#EEEDE2
(238,237,226)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B764 color. Also use rgb(184,183,100) instead hex code.

Text Font Color

.myTextColor { color: #B8B764; }

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

This text font color is #B8B764.


Background Color

.myBgColor { background-color: #B8B764; }

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

This div background color is #B8B764.


Border color

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

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

This div border color is #B8B764.


Opacity

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

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

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

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

This text has shadow with #B8B764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B764 on black background.


Color preview on white background

This text has color #B8B764 on white background.



Black color preview on #B8B764 background

This text has black color on #B8B764 background.


White color preview on #B8B764 background

This text has white color on #B8B764 background.