COLOR #B27E09

HEX: #B27E09
RGB: (178,126,9)

Color info

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

RGB color model

#B27E09 color RGB value is (178,126,9).

  • red value is 178;
  • green value is 126;
  • blue value is 9.
RGB:
(178,126,9)
(70%,49%,4%)

RGB channels and saturation

R 178 of 255 = 70%
G 126 of 255 = 49%
B 9 of 255 = 4%

178
126
9

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

Portions of RGB colors in percentages

R + G + B =
178 + 126 + 9 = 313 (100%)
R 178 of 313 ~ 56.87%
G 126 of 313 ~ 40.26%
B 9 of 313 ~ 2.88%

%56.87
%40.26

CMYK color model

#B27E09 color CMYK value is (0,29,95,30).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 94.94%
  • key color value is 30.20%
CMYK:
(0,29,95,30)
C0M29Y95K30 
(0%,29%,95%,30%)
(0.00/0.29/0.95/0.30)	

CMYK percentages

%0
%29.21
%94.94
%30.2

Codes

Color #B27E09 in popluar color models

B27E09
RGB1781269
HSL42°90.37%36.67%
HSB/HSV42°94.94%69.80%
CMYK0.00%29.21%94.94%
30.20%

Color #B27E09 in popluar number systems.

HEXB27E09
Decimal1781269
Binary1011001011111101001
Octal26217611

Shades and tints

Shades of #B27E09

#B27E09
(178,126,9)
#A27309
(162,115,9)
#926809
(146,104,9)
#825D09
(130,93,9)
#725209
(114,82,9)
#624709
(98,71,9)
#523C09
(82,60,9)
#423109
(66,49,9)
#322609
(50,38,9)
#221B09
(34,27,9)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #B27E09

#B27E09
(178,126,9)
#B9891F
(185,137,31)
#C09435
(192,148,53)
#C79F4B
(199,159,75)
#CEAA61
(206,170,97)
#D5B577
(213,181,119)
#DCC08D
(220,192,141)
#E3CBA3
(227,203,163)
#EAD6B9
(234,214,185)
#F1E1CF
(241,225,207)
#F8ECE5
(248,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27E09 color. Also use rgb(178,126,9) instead hex code.

Text Font Color

.myTextColor { color: #B27E09; }

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

This text font color is #B27E09.


Background Color

.myBgColor { background-color: #B27E09; }

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

This div background color is #B27E09.


Border color

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

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

This div border color is #B27E09.


Opacity

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

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

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

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

This text has shadow with #B27E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27E09 on black background.


Color preview on white background

This text has color #B27E09 on white background.



Black color preview on #B27E09 background

This text has black color on #B27E09 background.


White color preview on #B27E09 background

This text has white color on #B27E09 background.