COLOR #B38F33

HEX: #B38F33
RGB: (179,143,51)

Color info

#B38F33 contains mainly red and green colors. Web safe color of #B38F33 is #999933 (or #993).

RGB color model

#B38F33 color RGB value is (179,143,51).

  • red value is 179;
  • green value is 143;
  • blue value is 51.
RGB:
(179,143,51)
(70%,56%,20%)

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 51 of 255 = 20%

179
143
51

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

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 51 = 373 (100%)
R 179 of 373 ~ 47.99%
G 143 of 373 ~ 38.34%
B 51 of 373 ~ 13.67%

%47.99
%38.34
%13.67

CMYK color model

#B38F33 color CMYK value is (0,20,72,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 71.51%
  • key color value is 29.80%
CMYK:
(0,20,72,30)
C0M20Y72K30 
(0%,20%,72%,30%)
(0.00/0.20/0.72/0.30)	

CMYK percentages

%0
%20.11
%71.51
%29.8

Codes

Color #B38F33 in popluar color models

B38F33
RGB17914351
HSL43°55.65%45.10%
HSB/HSV43°71.51%70.20%
CMYK0.00%20.11%71.51%
29.80%

Color #B38F33 in popluar number systems.

HEXB38F33
Decimal17914351
Binary1011001110001111110011
Octal26321763

Shades and tints

Shades of #B38F33

#B38F33
(179,143,51)
#A3822F
(163,130,47)
#93752B
(147,117,43)
#836827
(131,104,39)
#735B23
(115,91,35)
#634E1F
(99,78,31)
#53411B
(83,65,27)
#433417
(67,52,23)
#332713
(51,39,19)
#231A0F
(35,26,15)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #B38F33

#B38F33
(179,143,51)
#B99945
(185,153,69)
#BFA357
(191,163,87)
#C5AD69
(197,173,105)
#CBB77B
(203,183,123)
#D1C18D
(209,193,141)
#D7CB9F
(215,203,159)
#DDD5B1
(221,213,177)
#E3DFC3
(227,223,195)
#E9E9D5
(233,233,213)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38F33 color. Also use rgb(179,143,51) instead hex code.

Text Font Color

.myTextColor { color: #B38F33; }

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

This text font color is #B38F33.


Background Color

.myBgColor { background-color: #B38F33; }

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

This div background color is #B38F33.


Border color

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

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

This div border color is #B38F33.


Opacity

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

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

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

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

This text has shadow with #B38F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38F33 on black background.


Color preview on white background

This text has color #B38F33 on white background.



Black color preview on #B38F33 background

This text has black color on #B38F33 background.


White color preview on #B38F33 background

This text has white color on #B38F33 background.