COLOR #B76D60

HEX: #B76D60
RGB: (183,109,96)

Color info

#B76D60 contains mainly red color. Web safe color of #B76D60 is #CC6666 (or #C66).

RGB color model

#B76D60 color RGB value is (183,109,96).

  • red value is 183;
  • green value is 109;
  • blue value is 96.
RGB:
(183,109,96)
(72%,43%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 96 of 255 = 38%

183
109
96

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

Portions of RGB colors in percentages

R + G + B =
183 + 109 + 96 = 388 (100%)
R 183 of 388 ~ 47.16%
G 109 of 388 ~ 28.09%
B 96 of 388 ~ 24.74%

%47.16
%28.09
%24.74

CMYK color model

#B76D60 color CMYK value is (0,40,48,28).

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 47.54%
  • key color value is 28.24%
CMYK:
(0,40,48,28)
C0M40Y48K28 
(0%,40%,48%,28%)
(0.00/0.40/0.48/0.28)	

CMYK percentages

%0
%40.44
%47.54
%28.24

Codes

Color #B76D60 in popluar color models

B76D60
RGB18310996
HSL37.66%54.71%
HSB/HSV47.54%71.76%
CMYK0.00%40.44%47.54%
28.24%

Color #B76D60 in popluar number systems.

HEXB76D60
Decimal18310996
Binary1011011111011011100000
Octal267155140

Shades and tints

Shades of #B76D60

#B76D60
(183,109,96)
#A76458
(167,100,88)
#975B50
(151,91,80)
#875248
(135,82,72)
#774940
(119,73,64)
#674038
(103,64,56)
#573730
(87,55,48)
#472E28
(71,46,40)
#372520
(55,37,32)
#271C18
(39,28,24)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #B76D60

#B76D60
(183,109,96)
#BD7A6E
(189,122,110)
#C3877C
(195,135,124)
#C9948A
(201,148,138)
#CFA198
(207,161,152)
#D5AEA6
(213,174,166)
#DBBBB4
(219,187,180)
#E1C8C2
(225,200,194)
#E7D5D0
(231,213,208)
#EDE2DE
(237,226,222)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76D60 color. Also use rgb(183,109,96) instead hex code.

Text Font Color

.myTextColor { color: #B76D60; }

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

This text font color is #B76D60.


Background Color

.myBgColor { background-color: #B76D60; }

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

This div background color is #B76D60.


Border color

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

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

This div border color is #B76D60.


Opacity

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

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

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

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

This text has shadow with #B76D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76D60 on black background.


Color preview on white background

This text has color #B76D60 on white background.



Black color preview on #B76D60 background

This text has black color on #B76D60 background.


White color preview on #B76D60 background

This text has white color on #B76D60 background.