COLOR #B08B4D

HEX: #B08B4D
RGB: (176,139,77)

Color info

#B08B4D contains mainly red and green colors. Web safe color of #B08B4D is #999933 (or #993).

RGB color model

#B08B4D color RGB value is (176,139,77).

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

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 77 of 255 = 30%

176
139
77

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

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 77 = 392 (100%)
R 176 of 392 ~ 44.9%
G 139 of 392 ~ 35.46%
B 77 of 392 ~ 19.64%

%44.9
%35.46
%19.64

CMYK color model

#B08B4D color CMYK value is (0,21,56,31).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 56.25%
  • key color value is 30.98%
CMYK:
(0,21,56,31)
C0M21Y56K31 
(0%,21%,56%,31%)
(0.00/0.21/0.56/0.31)	

CMYK percentages

%0
%21.02
%56.25
%30.98

Codes

Color #B08B4D in popluar color models

B08B4D
RGB17613977
HSL38°39.13%49.61%
HSB/HSV38°56.25%69.02%
CMYK0.00%21.02%56.25%
30.98%

Color #B08B4D in popluar number systems.

HEXB08B4D
Decimal17613977
Binary10110000100010111001101
Octal260213115

Shades and tints

Shades of #B08B4D

#B08B4D
(176,139,77)
#A07F46
(160,127,70)
#90733F
(144,115,63)
#806738
(128,103,56)
#705B31
(112,91,49)
#604F2A
(96,79,42)
#504323
(80,67,35)
#40371C
(64,55,28)
#302B15
(48,43,21)
#201F0E
(32,31,14)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #B08B4D

#B08B4D
(176,139,77)
#B7955D
(183,149,93)
#BE9F6D
(190,159,109)
#C5A97D
(197,169,125)
#CCB38D
(204,179,141)
#D3BD9D
(211,189,157)
#DAC7AD
(218,199,173)
#E1D1BD
(225,209,189)
#E8DBCD
(232,219,205)
#EFE5DD
(239,229,221)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08B4D; }

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

This text font color is #B08B4D.


Background Color

.myBgColor { background-color: #B08B4D; }

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

This div background color is #B08B4D.


Border color

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

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

This div border color is #B08B4D.


Opacity

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

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

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

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

This text has shadow with #B08B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08B4D on black background.


Color preview on white background

This text has color #B08B4D on white background.



Black color preview on #B08B4D background

This text has black color on #B08B4D background.


White color preview on #B08B4D background

This text has white color on #B08B4D background.