COLOR #B1B215

HEX: #B1B215
RGB: (177,178,21)

Color info

#B1B215 contains mainly red and green colors. Web safe color of #B1B215 is #999900 (or #990).

RGB color model

#B1B215 color RGB value is (177,178,21).

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

RGB channels and saturation

R 177 of 255 = 69%
G 178 of 255 = 70%
B 21 of 255 = 8%

177
178
21

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

Portions of RGB colors in percentages

R + G + B =
177 + 178 + 21 = 376 (100%)
R 177 of 376 ~ 47.07%
G 178 of 376 ~ 47.34%
B 21 of 376 ~ 5.59%

%47.07
%47.34

CMYK color model

#B1B215 color CMYK value is (1,0,88,30).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 88.20%
  • key color value is 30.20%
CMYK:
(1,0,88,30)
C1M0Y88K30 
(1%,0%,88%,30%)
(0.01/0.00/0.88/0.30)	

CMYK percentages

%0.56
%0
%88.2
%30.2

Codes

Color #B1B215 in popluar color models

B1B215
RGB17717821
HSL60°78.89%39.02%
HSB/HSV60°88.20%69.80%
CMYK0.56%0.00%88.20%
30.20%

Color #B1B215 in popluar number systems.

HEXB1B215
Decimal17717821
Binary101100011011001010101
Octal26126225

Shades and tints

Shades of #B1B215

#B1B215
(177,178,21)
#A1A214
(161,162,20)
#919213
(145,146,19)
#818212
(129,130,18)
#717211
(113,114,17)
#616210
(97,98,16)
#51520F
(81,82,15)
#41420E
(65,66,14)
#31320D
(49,50,13)
#21220C
(33,34,12)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #B1B215

#B1B215
(177,178,21)
#B8B92A
(184,185,42)
#BFC03F
(191,192,63)
#C6C754
(198,199,84)
#CDCE69
(205,206,105)
#D4D57E
(212,213,126)
#DBDC93
(219,220,147)
#E2E3A8
(226,227,168)
#E9EABD
(233,234,189)
#F0F1D2
(240,241,210)
#F7F8E7
(247,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B215; }

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

This text font color is #B1B215.


Background Color

.myBgColor { background-color: #B1B215; }

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

This div background color is #B1B215.


Border color

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

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

This div border color is #B1B215.


Opacity

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

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

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

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

This text has shadow with #B1B215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B215 on black background.


Color preview on white background

This text has color #B1B215 on white background.



Black color preview on #B1B215 background

This text has black color on #B1B215 background.


White color preview on #B1B215 background

This text has white color on #B1B215 background.