COLOR #B5766F

HEX: #B5766F RGB: (181,118,111)

Color info

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

RGB color model

#B5766F color RGB value is (181,118,111).

RGB: (181,118,111) (71%, 46%, 44%)

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 111 of 255 = 44%

181
118
111

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

Portions of RGB colors in percentages

R + G + B = 181 + 118 + 111 = 410 (100%)
R 181 of 410 ~ 44.15%
G 118 of 410 ~ 28.78%
B 111 of 410 ~ 27.07'%

%44.15
%28.78
%27.07

CMYK color model

#B5766F color CMYK value is (0,35,39,29).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 38.67%
  • key color value is 29.02%

CMYK: (0,35,39,29)
C0M35Y39K29 (0%, 35%, 39%, 29%)
(0.00 / 0.35 / 0.39 / 0.29)

CMYK percentages

%0
%34.81
%38.67
%29.02

Codes

Color #B5766F in popluar color models

B5 76 6F
RGB 181 118 111
HSL 32.11% 57.25%
HSB/HSV 38.67% 70.98%
CMYK 0.00% 34.81% 38.67%
29.02%

Color #B5766F in popluar number systems.

HEX B5 76 6F
Decimal 181 118 111
Binary 10110101 1110110 1101111
Octal 265 166 157

Shades and tints

Shades of #B5766F

#B5766F
(181,118,111)
#A56C65
(165,108,101)
#95625B
(149,98,91)
#855851
(133,88,81)
#754E47
(117,78,71)
#65443D
(101,68,61)
#553A33
(85,58,51)
#453029
(69,48,41)
#35261F
(53,38,31)
#251C15
(37,28,21)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #B5766F

#B5766F
(181,118,111)
#BB827C
(187,130,124)
#C18E89
(193,142,137)
#C79A96
(199,154,150)
#CDA6A3
(205,166,163)
#D3B2B0
(211,178,176)
#D9BEBD
(217,190,189)
#DFCACA
(223,202,202)
#E5D6D7
(229,214,215)
#EBE2E4
(235,226,228)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5766F color. Also use rgb(181,118,111) instead hex code.

Text Font Color

.myTextColor { color: #B5766F; }

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

This text font color is #B5766F.

Background Color

.myBgColor { background-color: #B5766F; }

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

This div background color is #B5766F.

Border color

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

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

This div border color is #B5766F.

Opacity

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

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

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

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

This text has shadow with #B5766F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5766F.

Preview

Color preview on black background

This text has color #B5766F on black background.


Color preview on white background

This text has color #B5766F on white background.


Black color preview on #B5766F background

This text has black color on #B5766F background.


White color preview on #B5766F background

This text has white color on #B5766F background.


Related colors

Complementary color

Complementary color for #hex is #4A8990.


I love getcolorcode.com

Triadic colors

1 #6FB576 and #766FB5 with #B5766F are triadic colors.

2 #6F76B5 and #76B56F with #B5766F are triadic colors.