COLOR #B8B15D

HEX: #B8B15D RGB: (184,177,93)

Color info

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

RGB color model

#B8B15D color RGB value is (184,177,93).

RGB: (184,177,93) (72%, 69%, 36%)

RGB channels and saturation

R 184 of 255 = 72%
G 177 of 255 = 69%
B 93 of 255 = 36%

184
177
93

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

Portions of RGB colors in percentages

R + G + B = 184 + 177 + 93 = 454 (100%)
R 184 of 454 ~ 40.53%
G 177 of 454 ~ 38.99%
B 93 of 454 ~ 20.48'%

%40.53
%38.99
%20.48

CMYK color model

#B8B15D color CMYK value is (0,4,49,28).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 49.46%
  • key color value is 27.84%
CMYK: (0,4,49,28) C0M4Y49K28 (0%,4%,49%,28%) (0.00/0.04/0.49/0.28) 

CMYK percentages

%0
%3.8
%49.46
%27.84

Codes

Color #B8B15D in popluar color models

B8 B1 5D
RGB 184 177 93
HSL 55° 39.06% 54.31%
HSB/HSV 55° 49.46% 72.16%
CMYK 0.00% 3.80% 49.46%
27.84%

Color #B8B15D in popluar number systems.

HEX B8 B1 5D
Decimal 184 177 93
Binary 10111000 10110001 1011101
Octal 270 261 135

Shades and tints

Shades of #B8B15D

#B8B15D
(184,177,93)
#A8A155
(168,161,85)
#98914D
(152,145,77)
#888145
(136,129,69)
#78713D
(120,113,61)
#686135
(104,97,53)
#58512D
(88,81,45)
#484125
(72,65,37)
#38311D
(56,49,29)
#282115
(40,33,21)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #B8B15D

#B8B15D
(184,177,93)
#BEB86B
(190,184,107)
#C4BF79
(196,191,121)
#CAC687
(202,198,135)
#D0CD95
(208,205,149)
#D6D4A3
(214,212,163)
#DCDBB1
(220,219,177)
#E2E2BF
(226,226,191)
#E8E9CD
(232,233,205)
#EEF0DB
(238,240,219)
#F4F7E9
(244,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B15D color. Also use rgb(184,177,93) instead hex code.

Text Font Color

.myTextColor { color: #B8B15D; }

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

This text font color is #B8B15D.

Background Color

.myBgColor { background-color: #B8B15D; }

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

This div background color is #B8B15D.

Border color

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

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

This div border color is #B8B15D.

Opacity

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

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

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

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

This text has shadow with #B8B15D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B15D.

Preview

Color preview on black background

This text has color #B8B15D on black background.


Color preview on white background

This text has color #B8B15D on white background.


Black color preview on #B8B15D background

This text has black color on #B8B15D background.


White color preview on #B8B15D background

This text has white color on #B8B15D background.


Related colors

Complementary color

Complementary color for #hex is #474EA2.


I love getcolorcode.com

Triadic colors

1 #5DB8B1 and #B15DB8 with #B8B15D are triadic colors.

2 #5DB1B8 and #B1B85D with #B8B15D are triadic colors.