COLOR #B6901C

HEX: #B6901C
RGB: (182,144,28)

Color info

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

RGB color model

#B6901C color RGB value is (182,144,28).

  • red value is 182;
  • green value is 144;
  • blue value is 28.
RGB:
(182,144,28)
(71%,56%,11%)

RGB channels and saturation

R 182 of 255 = 71%
G 144 of 255 = 56%
B 28 of 255 = 11%

182
144
28

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

Portions of RGB colors in percentages

R + G + B =
182 + 144 + 28 = 354 (100%)
R 182 of 354 ~ 51.41%
G 144 of 354 ~ 40.68%
B 28 of 354 ~ 7.91%

%51.41
%40.68

CMYK color model

#B6901C color CMYK value is (0,21,85,29).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 84.62%
  • key color value is 28.63%
CMYK:
(0,21,85,29)
C0M21Y85K29 
(0%,21%,85%,29%)
(0.00/0.21/0.85/0.29)	

CMYK percentages

%0
%20.88
%84.62
%28.63

Codes

Color #B6901C in popluar color models

B6901C
RGB18214428
HSL45°73.33%41.18%
HSB/HSV45°84.62%71.37%
CMYK0.00%20.88%84.62%
28.63%

Color #B6901C in popluar number systems.

HEXB6901C
Decimal18214428
Binary101101101001000011100
Octal26622034

Shades and tints

Shades of #B6901C

#B6901C
(182,144,28)
#A6831A
(166,131,26)
#967618
(150,118,24)
#866916
(134,105,22)
#765C14
(118,92,20)
#664F12
(102,79,18)
#564210
(86,66,16)
#46350E
(70,53,14)
#36280C
(54,40,12)
#261B0A
(38,27,10)
#160E08
(22,14,8)
#000000
(0,0,0)

Tints of #B6901C

#B6901C
(182,144,28)
#BC9A30
(188,154,48)
#C2A444
(194,164,68)
#C8AE58
(200,174,88)
#CEB86C
(206,184,108)
#D4C280
(212,194,128)
#DACC94
(218,204,148)
#E0D6A8
(224,214,168)
#E6E0BC
(230,224,188)
#ECEAD0
(236,234,208)
#F2F4E4
(242,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6901C color. Also use rgb(182,144,28) instead hex code.

Text Font Color

.myTextColor { color: #B6901C; }

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

This text font color is #B6901C.


Background Color

.myBgColor { background-color: #B6901C; }

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

This div background color is #B6901C.


Border color

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

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

This div border color is #B6901C.


Opacity

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

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

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

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

This text has shadow with #B6901C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6901C on black background.


Color preview on white background

This text has color #B6901C on white background.



Black color preview on #B6901C background

This text has black color on #B6901C background.


White color preview on #B6901C background

This text has white color on #B6901C background.