COLOR #B5B615

HEX: #B5B615 RGB: (181,182,21)

Color info

#B5B615 contains mainly red and green colors. Web safe color of #B5B615 is #CCCC00 (or #CC0).

RGB color model

#B5B615 color RGB value is (181,182,21).

RGB: (181,182,21) (71%, 71%, 8%)

RGB channels and saturation

R 181 of 255 = 71%
G 182 of 255 = 71%
B 21 of 255 = 8%

181
182
21

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

Portions of RGB colors in percentages

R + G + B = 181 + 182 + 21 = 384 (100%)
R 181 of 384 ~ 47.14%
G 182 of 384 ~ 47.4%
B 21 of 384 ~ 5.47'%

%47.14
%47.4

CMYK color model

#B5B615 color CMYK value is (1,0,88,29).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 28.63%

CMYK: (1,0,88,29)
C1M0Y88K29 (1%, 0%, 88%, 29%)
(0.01 / 0.00 / 0.88 / 0.29)

CMYK percentages

%0.55
%0
%88.46
%28.63

Codes

Color #B5B615 in popluar color models

B5 B6 15
RGB 181 182 21
HSL 60° 79.31% 39.80%
HSB/HSV 60° 88.46% 71.37%
CMYK 0.55% 0.00% 88.46%
28.63%

Color #B5B615 in popluar number systems.

HEX B5 B6 15
Decimal 181 182 21
Binary 10110101 10110110 10101
Octal 265 266 25

Shades and tints

Shades of #B5B615

#B5B615
(181,182,21)
#A5A614
(165,166,20)
#959613
(149,150,19)
#858612
(133,134,18)
#757611
(117,118,17)
#656610
(101,102,16)
#55560F
(85,86,15)
#45460E
(69,70,14)
#35360D
(53,54,13)
#25260C
(37,38,12)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #B5B615

#B5B615
(181,182,21)
#BBBC2A
(187,188,42)
#C1C23F
(193,194,63)
#C7C854
(199,200,84)
#CDCE69
(205,206,105)
#D3D47E
(211,212,126)
#D9DA93
(217,218,147)
#DFE0A8
(223,224,168)
#E5E6BD
(229,230,189)
#EBECD2
(235,236,210)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B615; }

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

This text font color is #B5B615.

Background Color

.myBgColor { background-color: #B5B615; }

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

This div background color is #B5B615.

Border color

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

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

This div border color is #B5B615.

Opacity

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

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

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

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

This text has shadow with #B5B615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B615.

Preview

Color preview on black background

This text has color #B5B615 on black background.


Color preview on white background

This text has color #B5B615 on white background.


Black color preview on #B5B615 background

This text has black color on #B5B615 background.


White color preview on #B5B615 background

This text has white color on #B5B615 background.


Related colors

Complementary color

Complementary color for #hex is #4A49EA.


I love getcolorcode.com

Triadic colors

1 #15B5B6 and #B615B5 with #B5B615 are triadic colors.

2 #15B6B5 and #B6B515 with #B5B615 are triadic colors.