COLOR #B47A68

HEX: #B47A68
RGB: (180,122,104)

Color info

#B47A68 contains mainly red and green colors. Web safe color of #B47A68 is #CC6666 (or #C66).

RGB color model

#B47A68 color RGB value is (180,122,104).

  • red value is 180;
  • green value is 122;
  • blue value is 104.
RGB:
(180,122,104)
(71%,48%,41%)

RGB channels and saturation

R 180 of 255 = 71%
G 122 of 255 = 48%
B 104 of 255 = 41%

180
122
104

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

Portions of RGB colors in percentages

R + G + B =
180 + 122 + 104 = 406 (100%)
R 180 of 406 ~ 44.33%
G 122 of 406 ~ 30.05%
B 104 of 406 ~ 25.62%

%44.33
%30.05
%25.62

CMYK color model

#B47A68 color CMYK value is (0,32,42,29).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK:
(0,32,42,29)
C0M32Y42K29 
(0%,32%,42%,29%)
(0.00/0.32/0.42/0.29)	

CMYK percentages

%0
%32.22
%42.22
%29.41

Codes

Color #B47A68 in popluar color models

B47A68
RGB180122104
HSL14°33.63%55.69%
HSB/HSV14°42.22%70.59%
CMYK0.00%32.22%42.22%
29.41%

Color #B47A68 in popluar number systems.

HEXB47A68
Decimal180122104
Binary1011010011110101101000
Octal264172150

Shades and tints

Shades of #B47A68

#B47A68
(180,122,104)
#A46F5F
(164,111,95)
#946456
(148,100,86)
#84594D
(132,89,77)
#744E44
(116,78,68)
#64433B
(100,67,59)
#543832
(84,56,50)
#442D29
(68,45,41)
#342220
(52,34,32)
#241717
(36,23,23)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #B47A68

#B47A68
(180,122,104)
#BA8675
(186,134,117)
#C09282
(192,146,130)
#C69E8F
(198,158,143)
#CCAA9C
(204,170,156)
#D2B6A9
(210,182,169)
#D8C2B6
(216,194,182)
#DECEC3
(222,206,195)
#E4DAD0
(228,218,208)
#EAE6DD
(234,230,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47A68 color. Also use rgb(180,122,104) instead hex code.

Text Font Color

.myTextColor { color: #B47A68; }

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

This text font color is #B47A68.


Background Color

.myBgColor { background-color: #B47A68; }

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

This div background color is #B47A68.


Border color

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

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

This div border color is #B47A68.


Opacity

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

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

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

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

This text has shadow with #B47A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47A68 on black background.


Color preview on white background

This text has color #B47A68 on white background.



Black color preview on #B47A68 background

This text has black color on #B47A68 background.


White color preview on #B47A68 background

This text has white color on #B47A68 background.