COLOR #B76D6E

HEX: #B76D6E
RGB: (183,109,110)

Color info

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

RGB color model

#B76D6E color RGB value is (183,109,110).

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

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 110 of 255 = 43%

183
109
110

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

Portions of RGB colors in percentages

R + G + B =
183 + 109 + 110 = 402 (100%)
R 183 of 402 ~ 45.52%
G 109 of 402 ~ 27.11%
B 110 of 402 ~ 27.36%

%45.52
%27.11
%27.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK:
(0,40,40,28)
C0M40Y40K28 
(0%,40%,40%,28%)
(0.00/0.40/0.40/0.28)	

CMYK percentages

%0
%40.44
%39.89
%28.24

Codes

Color #B76D6E in popluar color models

B76D6E
RGB183109110
HSL359°33.94%57.25%
HSB/HSV359°40.44%71.76%
CMYK0.00%40.44%39.89%
28.24%

Color #B76D6E in popluar number systems.

HEXB76D6E
Decimal183109110
Binary1011011111011011101110
Octal267155156

Shades and tints

Shades of #B76D6E

#B76D6E
(183,109,110)
#A76464
(167,100,100)
#975B5A
(151,91,90)
#875250
(135,82,80)
#774946
(119,73,70)
#67403C
(103,64,60)
#573732
(87,55,50)
#472E28
(71,46,40)
#37251E
(55,37,30)
#271C14
(39,28,20)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #B76D6E

#B76D6E
(183,109,110)
#BD7A7B
(189,122,123)
#C38788
(195,135,136)
#C99495
(201,148,149)
#CFA1A2
(207,161,162)
#D5AEAF
(213,174,175)
#DBBBBC
(219,187,188)
#E1C8C9
(225,200,201)
#E7D5D6
(231,213,214)
#EDE2E3
(237,226,227)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76D6E; }

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

This text font color is #B76D6E.


Background Color

.myBgColor { background-color: #B76D6E; }

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

This div background color is #B76D6E.


Border color

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

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

This div border color is #B76D6E.


Opacity

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

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

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

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

This text has shadow with #B76D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76D6E on black background.


Color preview on white background

This text has color #B76D6E on white background.



Black color preview on #B76D6E background

This text has black color on #B76D6E background.


White color preview on #B76D6E background

This text has white color on #B76D6E background.