COLOR #B76F6E

HEX: #B76F6E
RGB: (183,111,110)

Color info

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

RGB color model

#B76F6E color RGB value is (183,111,110).

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

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 110 of 255 = 43%

183
111
110

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

Portions of RGB colors in percentages

R + G + B =
183 + 111 + 110 = 404 (100%)
R 183 of 404 ~ 45.3%
G 111 of 404 ~ 27.48%
B 110 of 404 ~ 27.23%

%45.3
%27.48
%27.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK:
(0,39,40,28)
C0M39Y40K28 
(0%,39%,40%,28%)
(0.00/0.39/0.40/0.28)	

CMYK percentages

%0
%39.34
%39.89
%28.24

Codes

Color #B76F6E in popluar color models

B76F6E
RGB183111110
HSL33.64%57.45%
HSB/HSV39.89%71.76%
CMYK0.00%39.34%39.89%
28.24%

Color #B76F6E in popluar number systems.

HEXB76F6E
Decimal183111110
Binary1011011111011111101110
Octal267157156

Shades and tints

Shades of #B76F6E

#B76F6E
(183,111,110)
#A76564
(167,101,100)
#975B5A
(151,91,90)
#875150
(135,81,80)
#774746
(119,71,70)
#673D3C
(103,61,60)
#573332
(87,51,50)
#472928
(71,41,40)
#371F1E
(55,31,30)
#271514
(39,21,20)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #B76F6E

#B76F6E
(183,111,110)
#BD7C7B
(189,124,123)
#C38988
(195,137,136)
#C99695
(201,150,149)
#CFA3A2
(207,163,162)
#D5B0AF
(213,176,175)
#DBBDBC
(219,189,188)
#E1CAC9
(225,202,201)
#E7D7D6
(231,215,214)
#EDE4E3
(237,228,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F6E; }

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

This text font color is #B76F6E.


Background Color

.myBgColor { background-color: #B76F6E; }

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

This div background color is #B76F6E.


Border color

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

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

This div border color is #B76F6E.


Opacity

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

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

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

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

This text has shadow with #B76F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76F6E on black background.


Color preview on white background

This text has color #B76F6E on white background.



Black color preview on #B76F6E background

This text has black color on #B76F6E background.


White color preview on #B76F6E background

This text has white color on #B76F6E background.