COLOR #B08B63

HEX: #B08B63
RGB: (176,139,99)

Color info

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

RGB color model

#B08B63 color RGB value is (176,139,99).

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

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 99 of 255 = 39%

176
139
99

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

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 99 = 414 (100%)
R 176 of 414 ~ 42.51%
G 139 of 414 ~ 33.57%
B 99 of 414 ~ 23.91%

%42.51
%33.57
%23.91

CMYK color model

#B08B63 color CMYK value is (0,21,44,31).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(0,21,44,31)
C0M21Y44K31 
(0%,21%,44%,31%)
(0.00/0.21/0.44/0.31)	

CMYK percentages

%0
%21.02
%43.75
%30.98

Codes

Color #B08B63 in popluar color models

B08B63
RGB17613999
HSL31°32.77%53.92%
HSB/HSV31°43.75%69.02%
CMYK0.00%21.02%43.75%
30.98%

Color #B08B63 in popluar number systems.

HEXB08B63
Decimal17613999
Binary10110000100010111100011
Octal260213143

Shades and tints

Shades of #B08B63

#B08B63
(176,139,99)
#A07F5A
(160,127,90)
#907351
(144,115,81)
#806748
(128,103,72)
#705B3F
(112,91,63)
#604F36
(96,79,54)
#50432D
(80,67,45)
#403724
(64,55,36)
#302B1B
(48,43,27)
#201F12
(32,31,18)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #B08B63

#B08B63
(176,139,99)
#B79571
(183,149,113)
#BE9F7F
(190,159,127)
#C5A98D
(197,169,141)
#CCB39B
(204,179,155)
#D3BDA9
(211,189,169)
#DAC7B7
(218,199,183)
#E1D1C5
(225,209,197)
#E8DBD3
(232,219,211)
#EFE5E1
(239,229,225)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08B63; }

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

This text font color is #B08B63.


Background Color

.myBgColor { background-color: #B08B63; }

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

This div background color is #B08B63.


Border color

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

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

This div border color is #B08B63.


Opacity

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

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

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

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

This text has shadow with #B08B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08B63 on black background.


Color preview on white background

This text has color #B08B63 on white background.



Black color preview on #B08B63 background

This text has black color on #B08B63 background.


White color preview on #B08B63 background

This text has white color on #B08B63 background.