COLOR #B76F4B

HEX: #B76F4B RGB: (183,111,75)

Color info

#B76F4B contains mainly red color. Web safe color of #B76F4B is #CC6633 (or #C63).

RGB color model

#B76F4B color RGB value is (183,111,75).

RGB: (183,111,75) (72%, 44%, 29%)

RGB channels and saturation

R 183 of 255 = 72%
G 111 of 255 = 44%
B 75 of 255 = 29%

183
111
75

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

Portions of RGB colors in percentages

R + G + B = 183 + 111 + 75 = 369 (100%)
R 183 of 369 ~ 49.59%
G 111 of 369 ~ 30.08%
B 75 of 369 ~ 20.33'%

%49.59
%30.08
%20.33

CMYK color model

#B76F4B color CMYK value is (0,39,59,28).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 59.02%
  • key color value is 28.24%
CMYK: (0,39,59,28) C0M39Y59K28 (0%,39%,59%,28%) (0.00/0.39/0.59/0.28) 

CMYK percentages

%0
%39.34
%59.02
%28.24

Codes

Color #B76F4B in popluar color models

B7 6F 4B
RGB 183 111 75
HSL 20° 42.86% 50.59%
HSB/HSV 20° 59.02% 71.76%
CMYK 0.00% 39.34% 59.02%
28.24%

Color #B76F4B in popluar number systems.

HEX B7 6F 4B
Decimal 183 111 75
Binary 10110111 1101111 1001011
Octal 267 157 113

Shades and tints

Shades of #B76F4B

#B76F4B
(183,111,75)
#A76545
(167,101,69)
#975B3F
(151,91,63)
#875139
(135,81,57)
#774733
(119,71,51)
#673D2D
(103,61,45)
#573327
(87,51,39)
#472921
(71,41,33)
#371F1B
(55,31,27)
#271515
(39,21,21)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #B76F4B

#B76F4B
(183,111,75)
#BD7C5B
(189,124,91)
#C3896B
(195,137,107)
#C9967B
(201,150,123)
#CFA38B
(207,163,139)
#D5B09B
(213,176,155)
#DBBDAB
(219,189,171)
#E1CABB
(225,202,187)
#E7D7CB
(231,215,203)
#EDE4DB
(237,228,219)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76F4B; }

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

This text font color is #B76F4B.

Background Color

.myBgColor { background-color: #B76F4B; }

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

This div background color is #B76F4B.

Border color

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

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

This div border color is #B76F4B.

Opacity

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

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

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

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

This text has shadow with #B76F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76F4B.

Preview

Color preview on black background

This text has color #B76F4B on black background.


Color preview on white background

This text has color #B76F4B on white background.


Black color preview on #B76F4B background

This text has black color on #B76F4B background.


White color preview on #B76F4B background

This text has white color on #B76F4B background.


Related colors

Complementary color

Complementary color for #hex is #4890B4.


I love getcolorcode.com

Triadic colors

1 #4BB76F and #6F4BB7 with #B76F4B are triadic colors.

2 #4B6FB7 and #6FB74B with #B76F4B are triadic colors.