COLOR #B7731A

HEX: #B7731A
RGB: (183,115,26)

Color info

#B7731A contains mainly red color. Web safe color of #B7731A is #CC6600 (or #C60).

RGB color model

#B7731A color RGB value is (183,115,26).

  • red value is 183;
  • green value is 115;
  • blue value is 26.
RGB:
(183,115,26)
(72%,45%,10%)

RGB channels and saturation

R 183 of 255 = 72%
G 115 of 255 = 45%
B 26 of 255 = 10%

183
115
26

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

Portions of RGB colors in percentages

R + G + B =
183 + 115 + 26 = 324 (100%)
R 183 of 324 ~ 56.48%
G 115 of 324 ~ 35.49%
B 26 of 324 ~ 8.02%

%56.48
%35.49

CMYK color model

#B7731A color CMYK value is (0,37,86,28).

  • cyan value is 0.00%
  • magenta value is 37.16%
  • yellow value is 85.79%
  • key color value is 28.24%
CMYK:
(0,37,86,28)
C0M37Y86K28 
(0%,37%,86%,28%)
(0.00/0.37/0.86/0.28)	

CMYK percentages

%0
%37.16
%85.79
%28.24

Codes

Color #B7731A in popluar color models

B7731A
RGB18311526
HSL34°75.12%40.98%
HSB/HSV34°85.79%71.76%
CMYK0.00%37.16%85.79%
28.24%

Color #B7731A in popluar number systems.

HEXB7731A
Decimal18311526
Binary10110111111001111010
Octal26716332

Shades and tints

Shades of #B7731A

#B7731A
(183,115,26)
#A76918
(167,105,24)
#975F16
(151,95,22)
#875514
(135,85,20)
#774B12
(119,75,18)
#674110
(103,65,16)
#57370E
(87,55,14)
#472D0C
(71,45,12)
#37230A
(55,35,10)
#271908
(39,25,8)
#170F06
(23,15,6)
#000000
(0,0,0)

Tints of #B7731A

#B7731A
(183,115,26)
#BD7F2E
(189,127,46)
#C38B42
(195,139,66)
#C99756
(201,151,86)
#CFA36A
(207,163,106)
#D5AF7E
(213,175,126)
#DBBB92
(219,187,146)
#E1C7A6
(225,199,166)
#E7D3BA
(231,211,186)
#EDDFCE
(237,223,206)
#F3EBE2
(243,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7731A color. Also use rgb(183,115,26) instead hex code.

Text Font Color

.myTextColor { color: #B7731A; }

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

This text font color is #B7731A.


Background Color

.myBgColor { background-color: #B7731A; }

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

This div background color is #B7731A.


Border color

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

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

This div border color is #B7731A.


Opacity

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

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

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

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

This text has shadow with #B7731A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7731A on black background.


Color preview on white background

This text has color #B7731A on white background.



Black color preview on #B7731A background

This text has black color on #B7731A background.


White color preview on #B7731A background

This text has white color on #B7731A background.