COLOR #B18A1B

HEX: #B18A1B
RGB: (177,138,27)

Color info

#B18A1B contains mainly red and green colors. Web safe color of #B18A1B is #999933 (or #993).

RGB color model

#B18A1B color RGB value is (177,138,27).

  • red value is 177;
  • green value is 138;
  • blue value is 27.
RGB:
(177,138,27)
(69%,54%,11%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 27 of 255 = 11%

177
138
27

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 27 = 342 (100%)
R 177 of 342 ~ 51.75%
G 138 of 342 ~ 40.35%
B 27 of 342 ~ 7.89%

%51.75
%40.35

CMYK color model

#B18A1B color CMYK value is (0,22,85,31).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 84.75%
  • key color value is 30.59%
CMYK:
(0,22,85,31)
C0M22Y85K31 
(0%,22%,85%,31%)
(0.00/0.22/0.85/0.31)	

CMYK percentages

%0
%22.03
%84.75
%30.59

Codes

Color #B18A1B in popluar color models

B18A1B
RGB17713827
HSL44°73.53%40.00%
HSB/HSV44°84.75%69.41%
CMYK0.00%22.03%84.75%
30.59%

Color #B18A1B in popluar number systems.

HEXB18A1B
Decimal17713827
Binary101100011000101011011
Octal26121233

Shades and tints

Shades of #B18A1B

#B18A1B
(177,138,27)
#A17E19
(161,126,25)
#917217
(145,114,23)
#816615
(129,102,21)
#715A13
(113,90,19)
#614E11
(97,78,17)
#51420F
(81,66,15)
#41360D
(65,54,13)
#312A0B
(49,42,11)
#211E09
(33,30,9)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #B18A1B

#B18A1B
(177,138,27)
#B8942F
(184,148,47)
#BF9E43
(191,158,67)
#C6A857
(198,168,87)
#CDB26B
(205,178,107)
#D4BC7F
(212,188,127)
#DBC693
(219,198,147)
#E2D0A7
(226,208,167)
#E9DABB
(233,218,187)
#F0E4CF
(240,228,207)
#F7EEE3
(247,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18A1B color. Also use rgb(177,138,27) instead hex code.

Text Font Color

.myTextColor { color: #B18A1B; }

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

This text font color is #B18A1B.


Background Color

.myBgColor { background-color: #B18A1B; }

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

This div background color is #B18A1B.


Border color

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

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

This div border color is #B18A1B.


Opacity

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

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

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

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

This text has shadow with #B18A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18A1B on black background.


Color preview on white background

This text has color #B18A1B on white background.



Black color preview on #B18A1B background

This text has black color on #B18A1B background.


White color preview on #B18A1B background

This text has white color on #B18A1B background.