COLOR #B68A18

HEX: #B68A18
RGB: (182,138,24)

Color info

#B68A18 contains mainly red and green colors. Web safe color of #B68A18 is #CC9900 (or #C90).

RGB color model

#B68A18 color RGB value is (182,138,24).

  • red value is 182;
  • green value is 138;
  • blue value is 24.
RGB:
(182,138,24)
(71%,54%,9%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 24 of 255 = 9%

182
138
24

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

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 24 = 344 (100%)
R 182 of 344 ~ 52.91%
G 138 of 344 ~ 40.12%
B 24 of 344 ~ 6.98%

%52.91
%40.12

CMYK color model

#B68A18 color CMYK value is (0,24,87,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 86.81%
  • key color value is 28.63%
CMYK:
(0,24,87,29)
C0M24Y87K29 
(0%,24%,87%,29%)
(0.00/0.24/0.87/0.29)	

CMYK percentages

%0
%24.18
%86.81
%28.63

Codes

Color #B68A18 in popluar color models

B68A18
RGB18213824
HSL43°76.70%40.39%
HSB/HSV43°86.81%71.37%
CMYK0.00%24.18%86.81%
28.63%

Color #B68A18 in popluar number systems.

HEXB68A18
Decimal18213824
Binary101101101000101011000
Octal26621230

Shades and tints

Shades of #B68A18

#B68A18
(182,138,24)
#A67E16
(166,126,22)
#967214
(150,114,20)
#866612
(134,102,18)
#765A10
(118,90,16)
#664E0E
(102,78,14)
#56420C
(86,66,12)
#46360A
(70,54,10)
#362A08
(54,42,8)
#261E06
(38,30,6)
#161204
(22,18,4)
#000000
(0,0,0)

Tints of #B68A18

#B68A18
(182,138,24)
#BC942D
(188,148,45)
#C29E42
(194,158,66)
#C8A857
(200,168,87)
#CEB26C
(206,178,108)
#D4BC81
(212,188,129)
#DAC696
(218,198,150)
#E0D0AB
(224,208,171)
#E6DAC0
(230,218,192)
#ECE4D5
(236,228,213)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68A18 color. Also use rgb(182,138,24) instead hex code.

Text Font Color

.myTextColor { color: #B68A18; }

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

This text font color is #B68A18.


Background Color

.myBgColor { background-color: #B68A18; }

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

This div background color is #B68A18.


Border color

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

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

This div border color is #B68A18.


Opacity

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

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

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

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

This text has shadow with #B68A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68A18 on black background.


Color preview on white background

This text has color #B68A18 on white background.



Black color preview on #B68A18 background

This text has black color on #B68A18 background.


White color preview on #B68A18 background

This text has white color on #B68A18 background.