COLOR #B08C64

HEX: #B08C64
RGB: (176,140,100)

Color info

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

RGB color model

#B08C64 color RGB value is (176,140,100).

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

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 100 of 255 = 39%

176
140
100

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

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 100 = 416 (100%)
R 176 of 416 ~ 42.31%
G 140 of 416 ~ 33.65%
B 100 of 416 ~ 24.04%

%42.31
%33.65
%24.04

CMYK color model

#B08C64 color CMYK value is (0,20,43,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 43.18%
  • key color value is 30.98%
CMYK:
(0,20,43,31)
C0M20Y43K31 
(0%,20%,43%,31%)
(0.00/0.20/0.43/0.31)	

CMYK percentages

%0
%20.45
%43.18
%30.98

Codes

Color #B08C64 in popluar color models

B08C64
RGB176140100
HSL32°32.48%54.12%
HSB/HSV32°43.18%69.02%
CMYK0.00%20.45%43.18%
30.98%

Color #B08C64 in popluar number systems.

HEXB08C64
Decimal176140100
Binary10110000100011001100100
Octal260214144

Shades and tints

Shades of #B08C64

#B08C64
(176,140,100)
#A0805B
(160,128,91)
#907452
(144,116,82)
#806849
(128,104,73)
#705C40
(112,92,64)
#605037
(96,80,55)
#50442E
(80,68,46)
#403825
(64,56,37)
#302C1C
(48,44,28)
#202013
(32,32,19)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #B08C64

#B08C64
(176,140,100)
#B79672
(183,150,114)
#BEA080
(190,160,128)
#C5AA8E
(197,170,142)
#CCB49C
(204,180,156)
#D3BEAA
(211,190,170)
#DAC8B8
(218,200,184)
#E1D2C6
(225,210,198)
#E8DCD4
(232,220,212)
#EFE6E2
(239,230,226)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08C64 color. Also use rgb(176,140,100) instead hex code.

Text Font Color

.myTextColor { color: #B08C64; }

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

This text font color is #B08C64.


Background Color

.myBgColor { background-color: #B08C64; }

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

This div background color is #B08C64.


Border color

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

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

This div border color is #B08C64.


Opacity

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

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

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

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

This text has shadow with #B08C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08C64 on black background.


Color preview on white background

This text has color #B08C64 on white background.



Black color preview on #B08C64 background

This text has black color on #B08C64 background.


White color preview on #B08C64 background

This text has white color on #B08C64 background.