COLOR #B68364

HEX: #B68364
RGB: (182,131,100)

Color info

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

RGB color model

#B68364 color RGB value is (182,131,100).

  • red value is 182;
  • green value is 131;
  • blue value is 100.
RGB:
(182,131,100)
(71%,51%,39%)

RGB channels and saturation

R 182 of 255 = 71%
G 131 of 255 = 51%
B 100 of 255 = 39%

182
131
100

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

Portions of RGB colors in percentages

R + G + B =
182 + 131 + 100 = 413 (100%)
R 182 of 413 ~ 44.07%
G 131 of 413 ~ 31.72%
B 100 of 413 ~ 24.21%

%44.07
%31.72
%24.21

CMYK color model

#B68364 color CMYK value is (0,28,45,29).

  • cyan value is 0.00%
  • magenta value is 28.02%
  • yellow value is 45.05%
  • key color value is 28.63%
CMYK:
(0,28,45,29)
C0M28Y45K29 
(0%,28%,45%,29%)
(0.00/0.28/0.45/0.29)	

CMYK percentages

%0
%28.02
%45.05
%28.63

Codes

Color #B68364 in popluar color models

B68364
RGB182131100
HSL23°35.96%55.29%
HSB/HSV23°45.05%71.37%
CMYK0.00%28.02%45.05%
28.63%

Color #B68364 in popluar number systems.

HEXB68364
Decimal182131100
Binary10110110100000111100100
Octal266203144

Shades and tints

Shades of #B68364

#B68364
(182,131,100)
#A6785B
(166,120,91)
#966D52
(150,109,82)
#866249
(134,98,73)
#765740
(118,87,64)
#664C37
(102,76,55)
#56412E
(86,65,46)
#463625
(70,54,37)
#362B1C
(54,43,28)
#262013
(38,32,19)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #B68364

#B68364
(182,131,100)
#BC8E72
(188,142,114)
#C29980
(194,153,128)
#C8A48E
(200,164,142)
#CEAF9C
(206,175,156)
#D4BAAA
(212,186,170)
#DAC5B8
(218,197,184)
#E0D0C6
(224,208,198)
#E6DBD4
(230,219,212)
#ECE6E2
(236,230,226)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68364 color. Also use rgb(182,131,100) instead hex code.

Text Font Color

.myTextColor { color: #B68364; }

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

This text font color is #B68364.


Background Color

.myBgColor { background-color: #B68364; }

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

This div background color is #B68364.


Border color

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

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

This div border color is #B68364.


Opacity

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

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

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

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

This text has shadow with #B68364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68364 on black background.


Color preview on white background

This text has color #B68364 on white background.



Black color preview on #B68364 background

This text has black color on #B68364 background.


White color preview on #B68364 background

This text has white color on #B68364 background.