COLOR #B68449

HEX: #B68449
RGB: (182,132,73)

Color info

#B68449 contains mainly red and green colors. Web safe color of #B68449 is #CC9933 (or #C93).

RGB color model

#B68449 color RGB value is (182,132,73).

  • red value is 182;
  • green value is 132;
  • blue value is 73.
RGB:
(182,132,73)
(71%,52%,29%)

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 73 of 255 = 29%

182
132
73

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

Portions of RGB colors in percentages

R + G + B =
182 + 132 + 73 = 387 (100%)
R 182 of 387 ~ 47.03%
G 132 of 387 ~ 34.11%
B 73 of 387 ~ 18.86%

%47.03
%34.11
%18.86

CMYK color model

#B68449 color CMYK value is (0,27,60,29).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 59.89%
  • key color value is 28.63%
CMYK:
(0,27,60,29)
C0M27Y60K29 
(0%,27%,60%,29%)
(0.00/0.27/0.60/0.29)	

CMYK percentages

%0
%27.47
%59.89
%28.63

Codes

Color #B68449 in popluar color models

B68449
RGB18213273
HSL32°42.75%50.00%
HSB/HSV32°59.89%71.37%
CMYK0.00%27.47%59.89%
28.63%

Color #B68449 in popluar number systems.

HEXB68449
Decimal18213273
Binary10110110100001001001001
Octal266204111

Shades and tints

Shades of #B68449

#B68449
(182,132,73)
#A67843
(166,120,67)
#966C3D
(150,108,61)
#866037
(134,96,55)
#765431
(118,84,49)
#66482B
(102,72,43)
#563C25
(86,60,37)
#46301F
(70,48,31)
#362419
(54,36,25)
#261813
(38,24,19)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #B68449

#B68449
(182,132,73)
#BC8F59
(188,143,89)
#C29A69
(194,154,105)
#C8A579
(200,165,121)
#CEB089
(206,176,137)
#D4BB99
(212,187,153)
#DAC6A9
(218,198,169)
#E0D1B9
(224,209,185)
#E6DCC9
(230,220,201)
#ECE7D9
(236,231,217)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68449 color. Also use rgb(182,132,73) instead hex code.

Text Font Color

.myTextColor { color: #B68449; }

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

This text font color is #B68449.


Background Color

.myBgColor { background-color: #B68449; }

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

This div background color is #B68449.


Border color

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

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

This div border color is #B68449.


Opacity

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

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

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

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

This text has shadow with #B68449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68449 on black background.


Color preview on white background

This text has color #B68449 on white background.



Black color preview on #B68449 background

This text has black color on #B68449 background.


White color preview on #B68449 background

This text has white color on #B68449 background.