COLOR #B5B250

HEX: #B5B250
RGB: (181,178,80)

Color info

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

RGB color model

#B5B250 color RGB value is (181,178,80).

  • red value is 181;
  • green value is 178;
  • blue value is 80.
RGB:
(181,178,80)
(71%,70%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 80 of 255 = 31%

181
178
80

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

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 80 = 439 (100%)
R 181 of 439 ~ 41.23%
G 178 of 439 ~ 40.55%
B 80 of 439 ~ 18.22%

%41.23
%40.55
%18.22

CMYK color model

#B5B250 color CMYK value is (0,2,56,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 55.80%
  • key color value is 29.02%
CMYK:
(0,2,56,29)
C0M2Y56K29 
(0%,2%,56%,29%)
(0.00/0.02/0.56/0.29)	

CMYK percentages

%0
%1.66
%55.8
%29.02

Codes

Color #B5B250 in popluar color models

B5B250
RGB18117880
HSL58°40.56%51.18%
HSB/HSV58°55.80%70.98%
CMYK0.00%1.66%55.80%
29.02%

Color #B5B250 in popluar number systems.

HEXB5B250
Decimal18117880
Binary10110101101100101010000
Octal265262120

Shades and tints

Shades of #B5B250

#B5B250
(181,178,80)
#A5A249
(165,162,73)
#959242
(149,146,66)
#85823B
(133,130,59)
#757234
(117,114,52)
#65622D
(101,98,45)
#555226
(85,82,38)
#45421F
(69,66,31)
#353218
(53,50,24)
#252211
(37,34,17)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #B5B250

#B5B250
(181,178,80)
#BBB95F
(187,185,95)
#C1C06E
(193,192,110)
#C7C77D
(199,199,125)
#CDCE8C
(205,206,140)
#D3D59B
(211,213,155)
#D9DCAA
(217,220,170)
#DFE3B9
(223,227,185)
#E5EAC8
(229,234,200)
#EBF1D7
(235,241,215)
#F1F8E6
(241,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B250 color. Also use rgb(181,178,80) instead hex code.

Text Font Color

.myTextColor { color: #B5B250; }

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

This text font color is #B5B250.


Background Color

.myBgColor { background-color: #B5B250; }

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

This div background color is #B5B250.


Border color

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

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

This div border color is #B5B250.


Opacity

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

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

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

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

This text has shadow with #B5B250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B250 on black background.


Color preview on white background

This text has color #B5B250 on white background.



Black color preview on #B5B250 background

This text has black color on #B5B250 background.


White color preview on #B5B250 background

This text has white color on #B5B250 background.