COLOR #B08645

HEX: #B08645
RGB: (176,134,69)

Color info

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

RGB color model

#B08645 color RGB value is (176,134,69).

  • red value is 176;
  • green value is 134;
  • blue value is 69.
RGB:
(176,134,69)
(69%,53%,27%)

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 69 of 255 = 27%

176
134
69

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

Portions of RGB colors in percentages

R + G + B =
176 + 134 + 69 = 379 (100%)
R 176 of 379 ~ 46.44%
G 134 of 379 ~ 35.36%
B 69 of 379 ~ 18.21%

%46.44
%35.36
%18.21

CMYK color model

#B08645 color CMYK value is (0,24,61,31).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 60.80%
  • key color value is 30.98%
CMYK:
(0,24,61,31)
C0M24Y61K31 
(0%,24%,61%,31%)
(0.00/0.24/0.61/0.31)	

CMYK percentages

%0
%23.86
%60.8
%30.98

Codes

Color #B08645 in popluar color models

B08645
RGB17613469
HSL36°43.67%48.04%
HSB/HSV36°60.80%69.02%
CMYK0.00%23.86%60.80%
30.98%

Color #B08645 in popluar number systems.

HEXB08645
Decimal17613469
Binary10110000100001101000101
Octal260206105

Shades and tints

Shades of #B08645

#B08645
(176,134,69)
#A07A3F
(160,122,63)
#906E39
(144,110,57)
#806233
(128,98,51)
#70562D
(112,86,45)
#604A27
(96,74,39)
#503E21
(80,62,33)
#40321B
(64,50,27)
#302615
(48,38,21)
#201A0F
(32,26,15)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #B08645

#B08645
(176,134,69)
#B79155
(183,145,85)
#BE9C65
(190,156,101)
#C5A775
(197,167,117)
#CCB285
(204,178,133)
#D3BD95
(211,189,149)
#DAC8A5
(218,200,165)
#E1D3B5
(225,211,181)
#E8DEC5
(232,222,197)
#EFE9D5
(239,233,213)
#F6F4E5
(246,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08645 color. Also use rgb(176,134,69) instead hex code.

Text Font Color

.myTextColor { color: #B08645; }

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

This text font color is #B08645.


Background Color

.myBgColor { background-color: #B08645; }

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

This div background color is #B08645.


Border color

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

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

This div border color is #B08645.


Opacity

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

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

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

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

This text has shadow with #B08645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08645 on black background.


Color preview on white background

This text has color #B08645 on white background.



Black color preview on #B08645 background

This text has black color on #B08645 background.


White color preview on #B08645 background

This text has white color on #B08645 background.