COLOR #B18000

HEX: #B18000
RGB: (177,128,0)

Color info

#B18000 contains only red and green colors. Web safe color of #B18000 is #996600 (or #960).

RGB color model

#B18000 color RGB value is (177,128,0).

  • red value is 177;
  • green value is 128;
  • blue value is 0.
RGB:
(177,128,0)
(69%,50%,0%)

RGB channels and saturation

R 177 of 255 = 69%
G 128 of 255 = 50%
B 0 of 255 = 0%

177
128
0

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

Portions of RGB colors in percentages

R + G + B =
177 + 128 + 0 = 305 (100%)
R 177 of 305 ~ 58.03%
G 128 of 305 ~ 41.97%
B 0 of 305 ~ 0%

%58.03
%41.97

CMYK color model

#B18000 color CMYK value is (0,28,100,31).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 100.00%
  • key color value is 30.59%
CMYK:
(0,28,100,31)
C0M28Y100K31 
(0%,28%,100%,31%)
(0.00/0.28/1.00/0.31)	

CMYK percentages

%0
%27.68
%100
%30.59

Codes

Color #B18000 in popluar color models

B18000
RGB1771280
HSL43°100.00%34.71%
HSB/HSV43°100.00%69.41%
CMYK0.00%27.68%100.00%
30.59%

Color #B18000 in popluar number systems.

HEXB18000
Decimal1771280
Binary10110001100000000
Octal2612000

Shades and tints

Shades of #B18000

#B18000
(177,128,0)
#A17500
(161,117,0)
#916A00
(145,106,0)
#815F00
(129,95,0)
#715400
(113,84,0)
#614900
(97,73,0)
#513E00
(81,62,0)
#413300
(65,51,0)
#312800
(49,40,0)
#211D00
(33,29,0)
#111200
(17,18,0)
#000000
(0,0,0)

Tints of #B18000

#B18000
(177,128,0)
#B88B17
(184,139,23)
#BF962E
(191,150,46)
#C6A145
(198,161,69)
#CDAC5C
(205,172,92)
#D4B773
(212,183,115)
#DBC28A
(219,194,138)
#E2CDA1
(226,205,161)
#E9D8B8
(233,216,184)
#F0E3CF
(240,227,207)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18000 color. Also use rgb(177,128,0) instead hex code.

Text Font Color

.myTextColor { color: #B18000; }

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

This text font color is #B18000.


Background Color

.myBgColor { background-color: #B18000; }

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

This div background color is #B18000.


Border color

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

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

This div border color is #B18000.


Opacity

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

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

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

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

This text has shadow with #B18000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18000 on black background.


Color preview on white background

This text has color #B18000 on white background.



Black color preview on #B18000 background

This text has black color on #B18000 background.


White color preview on #B18000 background

This text has white color on #B18000 background.