COLOR #B0763A

HEX: #B0763A
RGB: (176,118,58)

Color info

#B0763A contains mainly red and green colors. Web safe color of #B0763A is #996633 (or #963).

RGB color model

#B0763A color RGB value is (176,118,58).

  • red value is 176;
  • green value is 118;
  • blue value is 58.
RGB:
(176,118,58)
(69%,46%,23%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 58 of 255 = 23%

176
118
58

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

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 58 = 352 (100%)
R 176 of 352 ~ 50%
G 118 of 352 ~ 33.52%
B 58 of 352 ~ 16.48%

%50
%33.52
%16.48

CMYK color model

#B0763A color CMYK value is (0,33,67,31).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 67.05%
  • key color value is 30.98%
CMYK:
(0,33,67,31)
C0M33Y67K31 
(0%,33%,67%,31%)
(0.00/0.33/0.67/0.31)	

CMYK percentages

%0
%32.95
%67.05
%30.98

Codes

Color #B0763A in popluar color models

B0763A
RGB17611858
HSL31°50.43%45.88%
HSB/HSV31°67.05%69.02%
CMYK0.00%32.95%67.05%
30.98%

Color #B0763A in popluar number systems.

HEXB0763A
Decimal17611858
Binary101100001110110111010
Octal26016672

Shades and tints

Shades of #B0763A

#B0763A
(176,118,58)
#A06C35
(160,108,53)
#906230
(144,98,48)
#80582B
(128,88,43)
#704E26
(112,78,38)
#604421
(96,68,33)
#503A1C
(80,58,28)
#403017
(64,48,23)
#302612
(48,38,18)
#201C0D
(32,28,13)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #B0763A

#B0763A
(176,118,58)
#B7824B
(183,130,75)
#BE8E5C
(190,142,92)
#C59A6D
(197,154,109)
#CCA67E
(204,166,126)
#D3B28F
(211,178,143)
#DABEA0
(218,190,160)
#E1CAB1
(225,202,177)
#E8D6C2
(232,214,194)
#EFE2D3
(239,226,211)
#F6EEE4
(246,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0763A color. Also use rgb(176,118,58) instead hex code.

Text Font Color

.myTextColor { color: #B0763A; }

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

This text font color is #B0763A.


Background Color

.myBgColor { background-color: #B0763A; }

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

This div background color is #B0763A.


Border color

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

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

This div border color is #B0763A.


Opacity

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

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

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

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

This text has shadow with #B0763A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0763A on black background.


Color preview on white background

This text has color #B0763A on white background.



Black color preview on #B0763A background

This text has black color on #B0763A background.


White color preview on #B0763A background

This text has white color on #B0763A background.