COLOR #B76F62

HEX: #B76F62
RGB: (183,111,98)

Color info

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

RGB color model

#B76F62 color RGB value is (183,111,98).

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

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 98 of 255 = 38%

183
111
98

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

Portions of RGB colors in percentages

R + G + B =
183 + 111 + 98 = 392 (100%)
R 183 of 392 ~ 46.68%
G 111 of 392 ~ 28.32%
B 98 of 392 ~ 25%

%46.68
%28.32
%25

CMYK color model

#B76F62 color CMYK value is (0,39,46,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 46.45%
  • key color value is 28.24%
CMYK:
(0,39,46,28)
C0M39Y46K28 
(0%,39%,46%,28%)
(0.00/0.39/0.46/0.28)	

CMYK percentages

%0
%39.34
%46.45
%28.24

Codes

Color #B76F62 in popluar color models

B76F62
RGB18311198
HSL37.12%55.10%
HSB/HSV46.45%71.76%
CMYK0.00%39.34%46.45%
28.24%

Color #B76F62 in popluar number systems.

HEXB76F62
Decimal18311198
Binary1011011111011111100010
Octal267157142

Shades and tints

Shades of #B76F62

#B76F62
(183,111,98)
#A7655A
(167,101,90)
#975B52
(151,91,82)
#87514A
(135,81,74)
#774742
(119,71,66)
#673D3A
(103,61,58)
#573332
(87,51,50)
#47292A
(71,41,42)
#371F22
(55,31,34)
#27151A
(39,21,26)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #B76F62

#B76F62
(183,111,98)
#BD7C70
(189,124,112)
#C3897E
(195,137,126)
#C9968C
(201,150,140)
#CFA39A
(207,163,154)
#D5B0A8
(213,176,168)
#DBBDB6
(219,189,182)
#E1CAC4
(225,202,196)
#E7D7D2
(231,215,210)
#EDE4E0
(237,228,224)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F62; }

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

This text font color is #B76F62.


Background Color

.myBgColor { background-color: #B76F62; }

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

This div background color is #B76F62.


Border color

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

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

This div border color is #B76F62.


Opacity

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

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

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

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

This text has shadow with #B76F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76F62 on black background.


Color preview on white background

This text has color #B76F62 on white background.



Black color preview on #B76F62 background

This text has black color on #B76F62 background.


White color preview on #B76F62 background

This text has white color on #B76F62 background.