COLOR #B1B515

HEX: #B1B515
RGB: (177,181,21)

Color info

#B1B515 contains mainly red and green colors. Web safe color of #B1B515 is #99CC00 (or #9C0).

RGB color model

#B1B515 color RGB value is (177,181,21).

  • red value is 177;
  • green value is 181;
  • blue value is 21.
RGB:
(177,181,21)
(69%,71%,8%)

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 21 of 255 = 8%

177
181
21

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

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 21 = 379 (100%)
R 177 of 379 ~ 46.7%
G 181 of 379 ~ 47.76%
B 21 of 379 ~ 5.54%

%46.7
%47.76

CMYK color model

#B1B515 color CMYK value is (2,0,88,29).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 88.40%
  • key color value is 29.02%
CMYK:
(2,0,88,29)
C2M0Y88K29 
(2%,0%,88%,29%)
(0.02/0.00/0.88/0.29)	

CMYK percentages

%2.21
%0
%88.4
%29.02

Codes

Color #B1B515 in popluar color models

B1B515
RGB17718121
HSL62°79.21%39.61%
HSB/HSV62°88.40%70.98%
CMYK2.21%0.00%88.40%
29.02%

Color #B1B515 in popluar number systems.

HEXB1B515
Decimal17718121
Binary101100011011010110101
Octal26126525

Shades and tints

Shades of #B1B515

#B1B515
(177,181,21)
#A1A514
(161,165,20)
#919513
(145,149,19)
#818512
(129,133,18)
#717511
(113,117,17)
#616510
(97,101,16)
#51550F
(81,85,15)
#41450E
(65,69,14)
#31350D
(49,53,13)
#21250C
(33,37,12)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #B1B515

#B1B515
(177,181,21)
#B8BB2A
(184,187,42)
#BFC13F
(191,193,63)
#C6C754
(198,199,84)
#CDCD69
(205,205,105)
#D4D37E
(212,211,126)
#DBD993
(219,217,147)
#E2DFA8
(226,223,168)
#E9E5BD
(233,229,189)
#F0EBD2
(240,235,210)
#F7F1E7
(247,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B515 color. Also use rgb(177,181,21) instead hex code.

Text Font Color

.myTextColor { color: #B1B515; }

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

This text font color is #B1B515.


Background Color

.myBgColor { background-color: #B1B515; }

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

This div background color is #B1B515.


Border color

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

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

This div border color is #B1B515.


Opacity

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

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

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

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

This text has shadow with #B1B515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B515 on black background.


Color preview on white background

This text has color #B1B515 on white background.



Black color preview on #B1B515 background

This text has black color on #B1B515 background.


White color preview on #B1B515 background

This text has white color on #B1B515 background.