COLOR #B78574

HEX: #B78574
RGB: (183,133,116)

Color info

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

RGB color model

#B78574 color RGB value is (183,133,116).

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

RGB channels and saturation

R 183 of 255 = 72%
G 133 of 255 = 52%
B 116 of 255 = 45%

183
133
116

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

Portions of RGB colors in percentages

R + G + B =
183 + 133 + 116 = 432 (100%)
R 183 of 432 ~ 42.36%
G 133 of 432 ~ 30.79%
B 116 of 432 ~ 26.85%

%42.36
%30.79
%26.85

CMYK color model

#B78574 color CMYK value is (0,27,37,28).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 36.61%
  • key color value is 28.24%
CMYK:
(0,27,37,28)
C0M27Y37K28 
(0%,27%,37%,28%)
(0.00/0.27/0.37/0.28)	

CMYK percentages

%0
%27.32
%36.61
%28.24

Codes

Color #B78574 in popluar color models

B78574
RGB183133116
HSL15°31.75%58.63%
HSB/HSV15°36.61%71.76%
CMYK0.00%27.32%36.61%
28.24%

Color #B78574 in popluar number systems.

HEXB78574
Decimal183133116
Binary10110111100001011110100
Octal267205164

Shades and tints

Shades of #B78574

#B78574
(183,133,116)
#A7796A
(167,121,106)
#976D60
(151,109,96)
#876156
(135,97,86)
#77554C
(119,85,76)
#674942
(103,73,66)
#573D38
(87,61,56)
#47312E
(71,49,46)
#372524
(55,37,36)
#27191A
(39,25,26)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #B78574

#B78574
(183,133,116)
#BD9080
(189,144,128)
#C39B8C
(195,155,140)
#C9A698
(201,166,152)
#CFB1A4
(207,177,164)
#D5BCB0
(213,188,176)
#DBC7BC
(219,199,188)
#E1D2C8
(225,210,200)
#E7DDD4
(231,221,212)
#EDE8E0
(237,232,224)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78574 color. Also use rgb(183,133,116) instead hex code.

Text Font Color

.myTextColor { color: #B78574; }

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

This text font color is #B78574.


Background Color

.myBgColor { background-color: #B78574; }

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

This div background color is #B78574.


Border color

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

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

This div border color is #B78574.


Opacity

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

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

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

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

This text has shadow with #B78574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78574 on black background.


Color preview on white background

This text has color #B78574 on white background.



Black color preview on #B78574 background

This text has black color on #B78574 background.


White color preview on #B78574 background

This text has white color on #B78574 background.