COLOR #B48773

HEX: #B48773
RGB: (180,135,115)

Color info

#B48773 contains mainly red and green colors. Web safe color of #B48773 is #CC9966 (or #C96).

RGB color model

#B48773 color RGB value is (180,135,115).

  • red value is 180;
  • green value is 135;
  • blue value is 115.
RGB:
(180,135,115)
(71%,53%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 115 of 255 = 45%

180
135
115

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 115 = 430 (100%)
R 180 of 430 ~ 41.86%
G 135 of 430 ~ 31.4%
B 115 of 430 ~ 26.74%

%41.86
%31.4
%26.74

CMYK color model

#B48773 color CMYK value is (0,25,36,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(0,25,36,29)
C0M25Y36K29 
(0%,25%,36%,29%)
(0.00/0.25/0.36/0.29)	

CMYK percentages

%0
%25
%36.11
%29.41

Codes

Color #B48773 in popluar color models

B48773
RGB180135115
HSL18°30.23%57.84%
HSB/HSV18°36.11%70.59%
CMYK0.00%25.00%36.11%
29.41%

Color #B48773 in popluar number systems.

HEXB48773
Decimal180135115
Binary10110100100001111110011
Octal264207163

Shades and tints

Shades of #B48773

#B48773
(180,135,115)
#A47B69
(164,123,105)
#946F5F
(148,111,95)
#846355
(132,99,85)
#74574B
(116,87,75)
#644B41
(100,75,65)
#543F37
(84,63,55)
#44332D
(68,51,45)
#342723
(52,39,35)
#241B19
(36,27,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B48773

#B48773
(180,135,115)
#BA917F
(186,145,127)
#C09B8B
(192,155,139)
#C6A597
(198,165,151)
#CCAFA3
(204,175,163)
#D2B9AF
(210,185,175)
#D8C3BB
(216,195,187)
#DECDC7
(222,205,199)
#E4D7D3
(228,215,211)
#EAE1DF
(234,225,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48773 color. Also use rgb(180,135,115) instead hex code.

Text Font Color

.myTextColor { color: #B48773; }

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

This text font color is #B48773.


Background Color

.myBgColor { background-color: #B48773; }

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

This div background color is #B48773.


Border color

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

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

This div border color is #B48773.


Opacity

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

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

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

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

This text has shadow with #B48773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48773 on black background.


Color preview on white background

This text has color #B48773 on white background.



Black color preview on #B48773 background

This text has black color on #B48773 background.


White color preview on #B48773 background

This text has white color on #B48773 background.