COLOR #B76327

HEX: #B76327
RGB: (183,99,39)

Color info

#B76327 contains mainly red color. Web safe color of #B76327 is #CC6633 (or #C63).

RGB color model

#B76327 color RGB value is (183,99,39).

  • red value is 183;
  • green value is 99;
  • blue value is 39.
RGB:
(183,99,39)
(72%,39%,15%)

RGB channels and saturation

R 183 of 255 = 72%
G 99 of 255 = 39%
B 39 of 255 = 15%

183
99
39

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

Portions of RGB colors in percentages

R + G + B =
183 + 99 + 39 = 321 (100%)
R 183 of 321 ~ 57.01%
G 99 of 321 ~ 30.84%
B 39 of 321 ~ 12.15%

%57.01
%30.84
%12.15

CMYK color model

#B76327 color CMYK value is (0,46,79,28).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 78.69%
  • key color value is 28.24%
CMYK:
(0,46,79,28)
C0M46Y79K28 
(0%,46%,79%,28%)
(0.00/0.46/0.79/0.28)	

CMYK percentages

%0
%45.9
%78.69
%28.24

Codes

Color #B76327 in popluar color models

B76327
RGB1839939
HSL25°64.86%43.53%
HSB/HSV25°78.69%71.76%
CMYK0.00%45.90%78.69%
28.24%

Color #B76327 in popluar number systems.

HEXB76327
Decimal1839939
Binary101101111100011100111
Octal26714347

Shades and tints

Shades of #B76327

#B76327
(183,99,39)
#A75A24
(167,90,36)
#975121
(151,81,33)
#87481E
(135,72,30)
#773F1B
(119,63,27)
#673618
(103,54,24)
#572D15
(87,45,21)
#472412
(71,36,18)
#371B0F
(55,27,15)
#27120C
(39,18,12)
#170909
(23,9,9)
#000000
(0,0,0)

Tints of #B76327

#B76327
(183,99,39)
#BD713A
(189,113,58)
#C37F4D
(195,127,77)
#C98D60
(201,141,96)
#CF9B73
(207,155,115)
#D5A986
(213,169,134)
#DBB799
(219,183,153)
#E1C5AC
(225,197,172)
#E7D3BF
(231,211,191)
#EDE1D2
(237,225,210)
#F3EFE5
(243,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76327 color. Also use rgb(183,99,39) instead hex code.

Text Font Color

.myTextColor { color: #B76327; }

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

This text font color is #B76327.


Background Color

.myBgColor { background-color: #B76327; }

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

This div background color is #B76327.


Border color

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

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

This div border color is #B76327.


Opacity

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

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

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

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

This text has shadow with #B76327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76327 on black background.


Color preview on white background

This text has color #B76327 on white background.



Black color preview on #B76327 background

This text has black color on #B76327 background.


White color preview on #B76327 background

This text has white color on #B76327 background.