COLOR #B5B864

HEX: #B5B864 RGB: (181,184,100)

Color info

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

RGB color model

#B5B864 color RGB value is (181,184,100).

RGB: (181,184,100) (71%, 72%, 39%)

RGB channels and saturation

R 181 of 255 = 71%
G 184 of 255 = 72%
B 100 of 255 = 39%

181
184
100

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

Portions of RGB colors in percentages

R + G + B = 181 + 184 + 100 = 465 (100%)
R 181 of 465 ~ 38.92%
G 184 of 465 ~ 39.57%
B 100 of 465 ~ 21.51'%

%38.92
%39.57
%21.51

CMYK color model

#B5B864 color CMYK value is (2,0,46,28).

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

CMYK: (2,0,46,28)
C2M0Y46K28 (2%, 0%, 46%, 28%)
(0.02 / 0.00 / 0.46 / 0.28)

CMYK percentages

%1.63
%0
%45.65
%27.84

Codes

Color #B5B864 in popluar color models

B5 B8 64
RGB 181 184 100
HSL 62° 37.17% 55.69%
HSB/HSV 62° 45.65% 72.16%
CMYK 1.63% 0.00% 45.65%
27.84%

Color #B5B864 in popluar number systems.

HEX B5 B8 64
Decimal 181 184 100
Binary 10110101 10111000 1100100
Octal 265 270 144

Shades and tints

Shades of #B5B864

#B5B864
(181,184,100)
#A5A85B
(165,168,91)
#959852
(149,152,82)
#858849
(133,136,73)
#757840
(117,120,64)
#656837
(101,104,55)
#55582E
(85,88,46)
#454825
(69,72,37)
#35381C
(53,56,28)
#252813
(37,40,19)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #B5B864

#B5B864
(181,184,100)
#BBBE72
(187,190,114)
#C1C480
(193,196,128)
#C7CA8E
(199,202,142)
#CDD09C
(205,208,156)
#D3D6AA
(211,214,170)
#D9DCB8
(217,220,184)
#DFE2C6
(223,226,198)
#E5E8D4
(229,232,212)
#EBEEE2
(235,238,226)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B864; }

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

This text font color is #B5B864.

Background Color

.myBgColor { background-color: #B5B864; }

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

This div background color is #B5B864.

Border color

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

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

This div border color is #B5B864.

Opacity

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

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

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

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

This text has shadow with #B5B864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B864.

Preview

Color preview on black background

This text has color #B5B864 on black background.


Color preview on white background

This text has color #B5B864 on white background.


Black color preview on #B5B864 background

This text has black color on #B5B864 background.


White color preview on #B5B864 background

This text has white color on #B5B864 background.


Related colors

Complementary color

Complementary color for #hex is #4A479B.


I love getcolorcode.com

Triadic colors

1 #64B5B8 and #B864B5 with #B5B864 are triadic colors.

2 #64B8B5 and #B8B564 with #B5B864 are triadic colors.