COLOR #B38273

HEX: #B38273
RGB: (179,130,115)

Color info

#B38273 contains mainly red and green colors. Web safe color of #B38273 is #999966 (or #996).

RGB color model

#B38273 color RGB value is (179,130,115).

  • red value is 179;
  • green value is 130;
  • blue value is 115.
RGB:
(179,130,115)
(70%,51%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 115 of 255 = 45%

179
130
115

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

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 115 = 424 (100%)
R 179 of 424 ~ 42.22%
G 130 of 424 ~ 30.66%
B 115 of 424 ~ 27.12%

%42.22
%30.66
%27.12

CMYK color model

#B38273 color CMYK value is (0,27,36,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(0,27,36,30)
C0M27Y36K30 
(0%,27%,36%,30%)
(0.00/0.27/0.36/0.30)	

CMYK percentages

%0
%27.37
%35.75
%29.8

Codes

Color #B38273 in popluar color models

B38273
RGB179130115
HSL14°29.63%57.65%
HSB/HSV14°35.75%70.20%
CMYK0.00%27.37%35.75%
29.80%

Color #B38273 in popluar number systems.

HEXB38273
Decimal179130115
Binary10110011100000101110011
Octal263202163

Shades and tints

Shades of #B38273

#B38273
(179,130,115)
#A37769
(163,119,105)
#936C5F
(147,108,95)
#836155
(131,97,85)
#73564B
(115,86,75)
#634B41
(99,75,65)
#534037
(83,64,55)
#43352D
(67,53,45)
#332A23
(51,42,35)
#231F19
(35,31,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #B38273

#B38273
(179,130,115)
#B98D7F
(185,141,127)
#BF988B
(191,152,139)
#C5A397
(197,163,151)
#CBAEA3
(203,174,163)
#D1B9AF
(209,185,175)
#D7C4BB
(215,196,187)
#DDCFC7
(221,207,199)
#E3DAD3
(227,218,211)
#E9E5DF
(233,229,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38273 color. Also use rgb(179,130,115) instead hex code.

Text Font Color

.myTextColor { color: #B38273; }

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

This text font color is #B38273.


Background Color

.myBgColor { background-color: #B38273; }

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

This div background color is #B38273.


Border color

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

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

This div border color is #B38273.


Opacity

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

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

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

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

This text has shadow with #B38273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38273 on black background.


Color preview on white background

This text has color #B38273 on white background.



Black color preview on #B38273 background

This text has black color on #B38273 background.


White color preview on #B38273 background

This text has white color on #B38273 background.