COLOR #B8913A

HEX: #B8913A
RGB: (184,145,58)

Color info

#B8913A contains mainly red and green colors. Web safe color of #B8913A is #CC9933 (or #C93).

RGB color model

#B8913A color RGB value is (184,145,58).

  • red value is 184;
  • green value is 145;
  • blue value is 58.
RGB:
(184,145,58)
(72%,57%,23%)

RGB channels and saturation

R 184 of 255 = 72%
G 145 of 255 = 57%
B 58 of 255 = 23%

184
145
58

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

Portions of RGB colors in percentages

R + G + B =
184 + 145 + 58 = 387 (100%)
R 184 of 387 ~ 47.55%
G 145 of 387 ~ 37.47%
B 58 of 387 ~ 14.99%

%47.55
%37.47
%14.99

CMYK color model

#B8913A color CMYK value is (0,21,68,28).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 68.48%
  • key color value is 27.84%
CMYK:
(0,21,68,28)
C0M21Y68K28 
(0%,21%,68%,28%)
(0.00/0.21/0.68/0.28)	

CMYK percentages

%0
%21.2
%68.48
%27.84

Codes

Color #B8913A in popluar color models

B8913A
RGB18414558
HSL41°52.07%47.45%
HSB/HSV41°68.48%72.16%
CMYK0.00%21.20%68.48%
27.84%

Color #B8913A in popluar number systems.

HEXB8913A
Decimal18414558
Binary1011100010010001111010
Octal27022172

Shades and tints

Shades of #B8913A

#B8913A
(184,145,58)
#A88435
(168,132,53)
#987730
(152,119,48)
#886A2B
(136,106,43)
#785D26
(120,93,38)
#685021
(104,80,33)
#58431C
(88,67,28)
#483617
(72,54,23)
#382912
(56,41,18)
#281C0D
(40,28,13)
#180F08
(24,15,8)
#000000
(0,0,0)

Tints of #B8913A

#B8913A
(184,145,58)
#BE9B4B
(190,155,75)
#C4A55C
(196,165,92)
#CAAF6D
(202,175,109)
#D0B97E
(208,185,126)
#D6C38F
(214,195,143)
#DCCDA0
(220,205,160)
#E2D7B1
(226,215,177)
#E8E1C2
(232,225,194)
#EEEBD3
(238,235,211)
#F4F5E4
(244,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8913A color. Also use rgb(184,145,58) instead hex code.

Text Font Color

.myTextColor { color: #B8913A; }

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

This text font color is #B8913A.


Background Color

.myBgColor { background-color: #B8913A; }

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

This div background color is #B8913A.


Border color

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

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

This div border color is #B8913A.


Opacity

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

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

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

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

This text has shadow with #B8913A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8913A on black background.


Color preview on white background

This text has color #B8913A on white background.



Black color preview on #B8913A background

This text has black color on #B8913A background.


White color preview on #B8913A background

This text has white color on #B8913A background.