COLOR #B68C4A

HEX: #B68C4A
RGB: (182,140,74)

Color info

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

RGB color model

#B68C4A color RGB value is (182,140,74).

  • red value is 182;
  • green value is 140;
  • blue value is 74.
RGB:
(182,140,74)
(71%,55%,29%)

RGB channels and saturation

R 182 of 255 = 71%
G 140 of 255 = 55%
B 74 of 255 = 29%

182
140
74

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

Portions of RGB colors in percentages

R + G + B =
182 + 140 + 74 = 396 (100%)
R 182 of 396 ~ 45.96%
G 140 of 396 ~ 35.35%
B 74 of 396 ~ 18.69%

%45.96
%35.35
%18.69

CMYK color model

#B68C4A color CMYK value is (0,23,59,29).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 59.34%
  • key color value is 28.63%
CMYK:
(0,23,59,29)
C0M23Y59K29 
(0%,23%,59%,29%)
(0.00/0.23/0.59/0.29)	

CMYK percentages

%0
%23.08
%59.34
%28.63

Codes

Color #B68C4A in popluar color models

B68C4A
RGB18214074
HSL37°42.52%50.20%
HSB/HSV37°59.34%71.37%
CMYK0.00%23.08%59.34%
28.63%

Color #B68C4A in popluar number systems.

HEXB68C4A
Decimal18214074
Binary10110110100011001001010
Octal266214112

Shades and tints

Shades of #B68C4A

#B68C4A
(182,140,74)
#A68044
(166,128,68)
#96743E
(150,116,62)
#866838
(134,104,56)
#765C32
(118,92,50)
#66502C
(102,80,44)
#564426
(86,68,38)
#463820
(70,56,32)
#362C1A
(54,44,26)
#262014
(38,32,20)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #B68C4A

#B68C4A
(182,140,74)
#BC965A
(188,150,90)
#C2A06A
(194,160,106)
#C8AA7A
(200,170,122)
#CEB48A
(206,180,138)
#D4BE9A
(212,190,154)
#DAC8AA
(218,200,170)
#E0D2BA
(224,210,186)
#E6DCCA
(230,220,202)
#ECE6DA
(236,230,218)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68C4A color. Also use rgb(182,140,74) instead hex code.

Text Font Color

.myTextColor { color: #B68C4A; }

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

This text font color is #B68C4A.


Background Color

.myBgColor { background-color: #B68C4A; }

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

This div background color is #B68C4A.


Border color

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

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

This div border color is #B68C4A.


Opacity

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

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

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

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

This text has shadow with #B68C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68C4A on black background.


Color preview on white background

This text has color #B68C4A on white background.



Black color preview on #B68C4A background

This text has black color on #B68C4A background.


White color preview on #B68C4A background

This text has white color on #B68C4A background.