COLOR #B68B53

HEX: #B68B53
RGB: (182,139,83)

Color info

#B68B53 contains mainly red and green colors. Web safe color of #B68B53 is #CC9966 (or #C96).

RGB color model

#B68B53 color RGB value is (182,139,83).

  • red value is 182;
  • green value is 139;
  • blue value is 83.
RGB:
(182,139,83)
(71%,55%,33%)

RGB channels and saturation

R 182 of 255 = 71%
G 139 of 255 = 55%
B 83 of 255 = 33%

182
139
83

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

Portions of RGB colors in percentages

R + G + B =
182 + 139 + 83 = 404 (100%)
R 182 of 404 ~ 45.05%
G 139 of 404 ~ 34.41%
B 83 of 404 ~ 20.54%

%45.05
%34.41
%20.54

CMYK color model

#B68B53 color CMYK value is (0,24,54,29).

  • cyan value is 0.00%
  • magenta value is 23.63%
  • yellow value is 54.40%
  • key color value is 28.63%
CMYK:
(0,24,54,29)
C0M24Y54K29 
(0%,24%,54%,29%)
(0.00/0.24/0.54/0.29)	

CMYK percentages

%0
%23.63
%54.4
%28.63

Codes

Color #B68B53 in popluar color models

B68B53
RGB18213983
HSL34°40.41%51.96%
HSB/HSV34°54.40%71.37%
CMYK0.00%23.63%54.40%
28.63%

Color #B68B53 in popluar number systems.

HEXB68B53
Decimal18213983
Binary10110110100010111010011
Octal266213123

Shades and tints

Shades of #B68B53

#B68B53
(182,139,83)
#A67F4C
(166,127,76)
#967345
(150,115,69)
#86673E
(134,103,62)
#765B37
(118,91,55)
#664F30
(102,79,48)
#564329
(86,67,41)
#463722
(70,55,34)
#362B1B
(54,43,27)
#261F14
(38,31,20)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #B68B53

#B68B53
(182,139,83)
#BC9562
(188,149,98)
#C29F71
(194,159,113)
#C8A980
(200,169,128)
#CEB38F
(206,179,143)
#D4BD9E
(212,189,158)
#DAC7AD
(218,199,173)
#E0D1BC
(224,209,188)
#E6DBCB
(230,219,203)
#ECE5DA
(236,229,218)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68B53 color. Also use rgb(182,139,83) instead hex code.

Text Font Color

.myTextColor { color: #B68B53; }

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

This text font color is #B68B53.


Background Color

.myBgColor { background-color: #B68B53; }

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

This div background color is #B68B53.


Border color

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

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

This div border color is #B68B53.


Opacity

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

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

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

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

This text has shadow with #B68B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68B53 on black background.


Color preview on white background

This text has color #B68B53 on white background.



Black color preview on #B68B53 background

This text has black color on #B68B53 background.


White color preview on #B68B53 background

This text has white color on #B68B53 background.