COLOR #B08763

HEX: #B08763
RGB: (176,135,99)

Color info

#B08763 contains mainly red and green colors. Web safe color of #B08763 is #999966 (or #996).

RGB color model

#B08763 color RGB value is (176,135,99).

  • red value is 176;
  • green value is 135;
  • blue value is 99.
RGB:
(176,135,99)
(69%,53%,39%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 99 of 255 = 39%

176
135
99

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

Portions of RGB colors in percentages

R + G + B =
176 + 135 + 99 = 410 (100%)
R 176 of 410 ~ 42.93%
G 135 of 410 ~ 32.93%
B 99 of 410 ~ 24.15%

%42.93
%32.93
%24.15

CMYK color model

#B08763 color CMYK value is (0,23,44,31).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(0,23,44,31)
C0M23Y44K31 
(0%,23%,44%,31%)
(0.00/0.23/0.44/0.31)	

CMYK percentages

%0
%23.3
%43.75
%30.98

Codes

Color #B08763 in popluar color models

B08763
RGB17613599
HSL28°32.77%53.92%
HSB/HSV28°43.75%69.02%
CMYK0.00%23.30%43.75%
30.98%

Color #B08763 in popluar number systems.

HEXB08763
Decimal17613599
Binary10110000100001111100011
Octal260207143

Shades and tints

Shades of #B08763

#B08763
(176,135,99)
#A07B5A
(160,123,90)
#906F51
(144,111,81)
#806348
(128,99,72)
#70573F
(112,87,63)
#604B36
(96,75,54)
#503F2D
(80,63,45)
#403324
(64,51,36)
#30271B
(48,39,27)
#201B12
(32,27,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #B08763

#B08763
(176,135,99)
#B79171
(183,145,113)
#BE9B7F
(190,155,127)
#C5A58D
(197,165,141)
#CCAF9B
(204,175,155)
#D3B9A9
(211,185,169)
#DAC3B7
(218,195,183)
#E1CDC5
(225,205,197)
#E8D7D3
(232,215,211)
#EFE1E1
(239,225,225)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08763 color. Also use rgb(176,135,99) instead hex code.

Text Font Color

.myTextColor { color: #B08763; }

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

This text font color is #B08763.


Background Color

.myBgColor { background-color: #B08763; }

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

This div background color is #B08763.


Border color

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

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

This div border color is #B08763.


Opacity

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

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

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

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

This text has shadow with #B08763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08763 on black background.


Color preview on white background

This text has color #B08763 on white background.



Black color preview on #B08763 background

This text has black color on #B08763 background.


White color preview on #B08763 background

This text has white color on #B08763 background.