COLOR #B76D52

HEX: #B76D52
RGB: (183,109,82)

Color info

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

RGB color model

#B76D52 color RGB value is (183,109,82).

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

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 82 of 255 = 32%

183
109
82

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

Portions of RGB colors in percentages

R + G + B =
183 + 109 + 82 = 374 (100%)
R 183 of 374 ~ 48.93%
G 109 of 374 ~ 29.14%
B 82 of 374 ~ 21.93%

%48.93
%29.14
%21.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 55.19%
  • key color value is 28.24%
CMYK:
(0,40,55,28)
C0M40Y55K28 
(0%,40%,55%,28%)
(0.00/0.40/0.55/0.28)	

CMYK percentages

%0
%40.44
%55.19
%28.24

Codes

Color #B76D52 in popluar color models

B76D52
RGB18310982
HSL16°41.22%51.96%
HSB/HSV16°55.19%71.76%
CMYK0.00%40.44%55.19%
28.24%

Color #B76D52 in popluar number systems.

HEXB76D52
Decimal18310982
Binary1011011111011011010010
Octal267155122

Shades and tints

Shades of #B76D52

#B76D52
(183,109,82)
#A7644B
(167,100,75)
#975B44
(151,91,68)
#87523D
(135,82,61)
#774936
(119,73,54)
#67402F
(103,64,47)
#573728
(87,55,40)
#472E21
(71,46,33)
#37251A
(55,37,26)
#271C13
(39,28,19)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #B76D52

#B76D52
(183,109,82)
#BD7A61
(189,122,97)
#C38770
(195,135,112)
#C9947F
(201,148,127)
#CFA18E
(207,161,142)
#D5AE9D
(213,174,157)
#DBBBAC
(219,187,172)
#E1C8BB
(225,200,187)
#E7D5CA
(231,213,202)
#EDE2D9
(237,226,217)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76D52; }

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

This text font color is #B76D52.


Background Color

.myBgColor { background-color: #B76D52; }

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

This div background color is #B76D52.


Border color

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

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

This div border color is #B76D52.


Opacity

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

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

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

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

This text has shadow with #B76D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76D52 on black background.


Color preview on white background

This text has color #B76D52 on white background.



Black color preview on #B76D52 background

This text has black color on #B76D52 background.


White color preview on #B76D52 background

This text has white color on #B76D52 background.