COLOR #B67B18

HEX: #B67B18
RGB: (182,123,24)

Color info

#B67B18 contains mainly red and green colors. Web safe color of #B67B18 is #CC6600 (or #C60).

RGB color model

#B67B18 color RGB value is (182,123,24).

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

RGB channels and saturation

R 182 of 255 = 71%
G 123 of 255 = 48%
B 24 of 255 = 9%

182
123
24

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

Portions of RGB colors in percentages

R + G + B =
182 + 123 + 24 = 329 (100%)
R 182 of 329 ~ 55.32%
G 123 of 329 ~ 37.39%
B 24 of 329 ~ 7.29%

%55.32
%37.39

CMYK color model

#B67B18 color CMYK value is (0,32,87,29).

  • cyan value is 0.00%
  • magenta value is 32.42%
  • yellow value is 86.81%
  • key color value is 28.63%
CMYK:
(0,32,87,29)
C0M32Y87K29 
(0%,32%,87%,29%)
(0.00/0.32/0.87/0.29)	

CMYK percentages

%0
%32.42
%86.81
%28.63

Codes

Color #B67B18 in popluar color models

B67B18
RGB18212324
HSL38°76.70%40.39%
HSB/HSV38°86.81%71.37%
CMYK0.00%32.42%86.81%
28.63%

Color #B67B18 in popluar number systems.

HEXB67B18
Decimal18212324
Binary10110110111101111000
Octal26617330

Shades and tints

Shades of #B67B18

#B67B18
(182,123,24)
#A67016
(166,112,22)
#966514
(150,101,20)
#865A12
(134,90,18)
#764F10
(118,79,16)
#66440E
(102,68,14)
#56390C
(86,57,12)
#462E0A
(70,46,10)
#362308
(54,35,8)
#261806
(38,24,6)
#160D04
(22,13,4)
#000000
(0,0,0)

Tints of #B67B18

#B67B18
(182,123,24)
#BC872D
(188,135,45)
#C29342
(194,147,66)
#C89F57
(200,159,87)
#CEAB6C
(206,171,108)
#D4B781
(212,183,129)
#DAC396
(218,195,150)
#E0CFAB
(224,207,171)
#E6DBC0
(230,219,192)
#ECE7D5
(236,231,213)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B67B18; }

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

This text font color is #B67B18.


Background Color

.myBgColor { background-color: #B67B18; }

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

This div background color is #B67B18.


Border color

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

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

This div border color is #B67B18.


Opacity

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

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

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

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

This text has shadow with #B67B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67B18 on black background.


Color preview on white background

This text has color #B67B18 on white background.



Black color preview on #B67B18 background

This text has black color on #B67B18 background.


White color preview on #B67B18 background

This text has white color on #B67B18 background.