COLOR #B38052

HEX: #B38052
RGB: (179,128,82)

Color info

#B38052 contains mainly red and green colors. Web safe color of #B38052 is #996666 (or #966).

RGB color model

#B38052 color RGB value is (179,128,82).

  • red value is 179;
  • green value is 128;
  • blue value is 82.
RGB:
(179,128,82)
(70%,50%,32%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 82 of 255 = 32%

179
128
82

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

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 82 = 389 (100%)
R 179 of 389 ~ 46.02%
G 128 of 389 ~ 32.9%
B 82 of 389 ~ 21.08%

%46.02
%32.9
%21.08

CMYK color model

#B38052 color CMYK value is (0,28,54,30).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 54.19%
  • key color value is 29.80%
CMYK:
(0,28,54,30)
C0M28Y54K30 
(0%,28%,54%,30%)
(0.00/0.28/0.54/0.30)	

CMYK percentages

%0
%28.49
%54.19
%29.8

Codes

Color #B38052 in popluar color models

B38052
RGB17912882
HSL28°38.96%51.18%
HSB/HSV28°54.19%70.20%
CMYK0.00%28.49%54.19%
29.80%

Color #B38052 in popluar number systems.

HEXB38052
Decimal17912882
Binary10110011100000001010010
Octal263200122

Shades and tints

Shades of #B38052

#B38052
(179,128,82)
#A3754B
(163,117,75)
#936A44
(147,106,68)
#835F3D
(131,95,61)
#735436
(115,84,54)
#63492F
(99,73,47)
#533E28
(83,62,40)
#433321
(67,51,33)
#33281A
(51,40,26)
#231D13
(35,29,19)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #B38052

#B38052
(179,128,82)
#B98B61
(185,139,97)
#BF9670
(191,150,112)
#C5A17F
(197,161,127)
#CBAC8E
(203,172,142)
#D1B79D
(209,183,157)
#D7C2AC
(215,194,172)
#DDCDBB
(221,205,187)
#E3D8CA
(227,216,202)
#E9E3D9
(233,227,217)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38052 color. Also use rgb(179,128,82) instead hex code.

Text Font Color

.myTextColor { color: #B38052; }

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

This text font color is #B38052.


Background Color

.myBgColor { background-color: #B38052; }

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

This div background color is #B38052.


Border color

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

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

This div border color is #B38052.


Opacity

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

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

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

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

This text has shadow with #B38052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38052 on black background.


Color preview on white background

This text has color #B38052 on white background.



Black color preview on #B38052 background

This text has black color on #B38052 background.


White color preview on #B38052 background

This text has white color on #B38052 background.