COLOR #B78472

HEX: #B78472
RGB: (183,132,114)

Color info

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

RGB color model

#B78472 color RGB value is (183,132,114).

  • red value is 183;
  • green value is 132;
  • blue value is 114.
RGB:
(183,132,114)
(72%,52%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 132 of 255 = 52%
B 114 of 255 = 45%

183
132
114

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

Portions of RGB colors in percentages

R + G + B =
183 + 132 + 114 = 429 (100%)
R 183 of 429 ~ 42.66%
G 132 of 429 ~ 30.77%
B 114 of 429 ~ 26.57%

%42.66
%30.77
%26.57

CMYK color model

#B78472 color CMYK value is (0,28,38,28).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 37.70%
  • key color value is 28.24%
CMYK:
(0,28,38,28)
C0M28Y38K28 
(0%,28%,38%,28%)
(0.00/0.28/0.38/0.28)	

CMYK percentages

%0
%27.87
%37.7
%28.24

Codes

Color #B78472 in popluar color models

B78472
RGB183132114
HSL16°32.39%58.24%
HSB/HSV16°37.70%71.76%
CMYK0.00%27.87%37.70%
28.24%

Color #B78472 in popluar number systems.

HEXB78472
Decimal183132114
Binary10110111100001001110010
Octal267204162

Shades and tints

Shades of #B78472

#B78472
(183,132,114)
#A77868
(167,120,104)
#976C5E
(151,108,94)
#876054
(135,96,84)
#77544A
(119,84,74)
#674840
(103,72,64)
#573C36
(87,60,54)
#47302C
(71,48,44)
#372422
(55,36,34)
#271818
(39,24,24)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #B78472

#B78472
(183,132,114)
#BD8F7E
(189,143,126)
#C39A8A
(195,154,138)
#C9A596
(201,165,150)
#CFB0A2
(207,176,162)
#D5BBAE
(213,187,174)
#DBC6BA
(219,198,186)
#E1D1C6
(225,209,198)
#E7DCD2
(231,220,210)
#EDE7DE
(237,231,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78472 color. Also use rgb(183,132,114) instead hex code.

Text Font Color

.myTextColor { color: #B78472; }

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

This text font color is #B78472.


Background Color

.myBgColor { background-color: #B78472; }

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

This div background color is #B78472.


Border color

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

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

This div border color is #B78472.


Opacity

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

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

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

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

This text has shadow with #B78472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78472 on black background.


Color preview on white background

This text has color #B78472 on white background.



Black color preview on #B78472 background

This text has black color on #B78472 background.


White color preview on #B78472 background

This text has white color on #B78472 background.