COLOR #B8B264

HEX: #B8B264 RGB: (184,178,100)

Color info

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

RGB color model

#B8B264 color RGB value is (184,178,100).

RGB: (184,178,100) (72%, 70%, 39%)

RGB channels and saturation

R 184 of 255 = 72%
G 178 of 255 = 70%
B 100 of 255 = 39%

184
178
100

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

Portions of RGB colors in percentages

R + G + B = 184 + 178 + 100 = 462 (100%)
R 184 of 462 ~ 39.83%
G 178 of 462 ~ 38.53%
B 100 of 462 ~ 21.65'%

%39.83
%38.53
%21.65

CMYK color model

#B8B264 color CMYK value is (0,3,46,28).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 45.65%
  • key color value is 27.84%

CMYK: (0,3,46,28)
C0M3Y46K28 (0%, 3%, 46%, 28%)
(0.00 / 0.03 / 0.46 / 0.28)

CMYK percentages

%0
%3.26
%45.65
%27.84

Codes

Color #B8B264 in popluar color models

B8 B2 64
RGB 184 178 100
HSL 56° 37.17% 55.69%
HSB/HSV 56° 45.65% 72.16%
CMYK 0.00% 3.26% 45.65%
27.84%

Color #B8B264 in popluar number systems.

HEX B8 B2 64
Decimal 184 178 100
Binary 10111000 10110010 1100100
Octal 270 262 144

Shades and tints

Shades of #B8B264

#B8B264
(184,178,100)
#A8A25B
(168,162,91)
#989252
(152,146,82)
#888249
(136,130,73)
#787240
(120,114,64)
#686237
(104,98,55)
#58522E
(88,82,46)
#484225
(72,66,37)
#38321C
(56,50,28)
#282213
(40,34,19)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #B8B264

#B8B264
(184,178,100)
#BEB972
(190,185,114)
#C4C080
(196,192,128)
#CAC78E
(202,199,142)
#D0CE9C
(208,206,156)
#D6D5AA
(214,213,170)
#DCDCB8
(220,220,184)
#E2E3C6
(226,227,198)
#E8EAD4
(232,234,212)
#EEF1E2
(238,241,226)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B264; }

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

This text font color is #B8B264.

Background Color

.myBgColor { background-color: #B8B264; }

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

This div background color is #B8B264.

Border color

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

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

This div border color is #B8B264.

Opacity

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

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

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

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

This text has shadow with #B8B264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B264.

Preview

Color preview on black background

This text has color #B8B264 on black background.


Color preview on white background

This text has color #B8B264 on white background.


Black color preview on #B8B264 background

This text has black color on #B8B264 background.


White color preview on #B8B264 background

This text has white color on #B8B264 background.


Related colors

Complementary color

Complementary color for #hex is #474D9B.


I love getcolorcode.com

Triadic colors

1 #64B8B2 and #B264B8 with #B8B264 are triadic colors.

2 #64B2B8 and #B2B864 with #B8B264 are triadic colors.