COLOR #B76E55

HEX: #B76E55 RGB: (183,110,85)

Color info

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

RGB color model

#B76E55 color RGB value is (183,110,85).

RGB: (183,110,85) (72%, 43%, 33%)

RGB channels and saturation

R 183 of 255 = 72%
G 110 of 255 = 43%
B 85 of 255 = 33%

183
110
85

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

Portions of RGB colors in percentages

R + G + B = 183 + 110 + 85 = 378 (100%)
R 183 of 378 ~ 48.41%
G 110 of 378 ~ 29.1%
B 85 of 378 ~ 22.49'%

%48.41
%29.1
%22.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.89%
  • yellow value is 53.55%
  • key color value is 28.24%

CMYK: (0,40,54,28)
C0M40Y54K28 (0%, 40%, 54%, 28%)
(0.00 / 0.40 / 0.54 / 0.28)

CMYK percentages

%0
%39.89
%53.55
%28.24

Codes

Color #B76E55 in popluar color models

B7 6E 55
RGB 183 110 85
HSL 15° 40.50% 52.55%
HSB/HSV 15° 53.55% 71.76%
CMYK 0.00% 39.89% 53.55%
28.24%

Color #B76E55 in popluar number systems.

HEX B7 6E 55
Decimal 183 110 85
Binary 10110111 1101110 1010101
Octal 267 156 125

Shades and tints

Shades of #B76E55

#B76E55
(183,110,85)
#A7644E
(167,100,78)
#975A47
(151,90,71)
#875040
(135,80,64)
#774639
(119,70,57)
#673C32
(103,60,50)
#57322B
(87,50,43)
#472824
(71,40,36)
#371E1D
(55,30,29)
#271416
(39,20,22)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #B76E55

#B76E55
(183,110,85)
#BD7B64
(189,123,100)
#C38873
(195,136,115)
#C99582
(201,149,130)
#CFA291
(207,162,145)
#D5AFA0
(213,175,160)
#DBBCAF
(219,188,175)
#E1C9BE
(225,201,190)
#E7D6CD
(231,214,205)
#EDE3DC
(237,227,220)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76E55; }

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

This text font color is #B76E55.

Background Color

.myBgColor { background-color: #B76E55; }

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

This div background color is #B76E55.

Border color

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

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

This div border color is #B76E55.

Opacity

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

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

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

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

This text has shadow with #B76E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76E55.

Preview

Color preview on black background

This text has color #B76E55 on black background.


Color preview on white background

This text has color #B76E55 on white background.


Black color preview on #B76E55 background

This text has black color on #B76E55 background.


White color preview on #B76E55 background

This text has white color on #B76E55 background.


Related colors

Complementary color

Complementary color for #hex is #4891AA.


I love getcolorcode.com

Triadic colors

1 #55B76E and #6E55B7 with #B76E55 are triadic colors.

2 #556EB7 and #6EB755 with #B76E55 are triadic colors.