COLOR #B76552

HEX: #B76552 RGB: (183,101,82)

Color info

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

RGB color model

#B76552 color RGB value is (183,101,82).

RGB: (183,101,82) (72%, 40%, 32%)

RGB channels and saturation

R 183 of 255 = 72%
G 101 of 255 = 40%
B 82 of 255 = 32%

183
101
82

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

Portions of RGB colors in percentages

R + G + B = 183 + 101 + 82 = 366 (100%)
R 183 of 366 ~ 50%
G 101 of 366 ~ 27.6%
B 82 of 366 ~ 22.4'%

%50
%27.6
%22.4

CMYK color model

#B76552 color CMYK value is (0,45,55,28).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 55.19%
  • key color value is 28.24%

CMYK: (0,45,55,28)
C0M45Y55K28 (0%, 45%, 55%, 28%)
(0.00 / 0.45 / 0.55 / 0.28)

CMYK percentages

%0
%44.81
%55.19
%28.24

Codes

Color #B76552 in popluar color models

B7 65 52
RGB 183 101 82
HSL 11° 41.22% 51.96%
HSB/HSV 11° 55.19% 71.76%
CMYK 0.00% 44.81% 55.19%
28.24%

Color #B76552 in popluar number systems.

HEX B7 65 52
Decimal 183 101 82
Binary 10110111 1100101 1010010
Octal 267 145 122

Shades and tints

Shades of #B76552

#B76552
(183,101,82)
#A75C4B
(167,92,75)
#975344
(151,83,68)
#874A3D
(135,74,61)
#774136
(119,65,54)
#67382F
(103,56,47)
#572F28
(87,47,40)
#472621
(71,38,33)
#371D1A
(55,29,26)
#271413
(39,20,19)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #B76552

#B76552
(183,101,82)
#BD7361
(189,115,97)
#C38170
(195,129,112)
#C98F7F
(201,143,127)
#CF9D8E
(207,157,142)
#D5AB9D
(213,171,157)
#DBB9AC
(219,185,172)
#E1C7BB
(225,199,187)
#E7D5CA
(231,213,202)
#EDE3D9
(237,227,217)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76552; }

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

This text font color is #B76552.

Background Color

.myBgColor { background-color: #B76552; }

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

This div background color is #B76552.

Border color

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

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

This div border color is #B76552.

Opacity

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

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

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

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

This text has shadow with #B76552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76552.

Preview

Color preview on black background

This text has color #B76552 on black background.


Color preview on white background

This text has color #B76552 on white background.


Black color preview on #B76552 background

This text has black color on #B76552 background.


White color preview on #B76552 background

This text has white color on #B76552 background.


Related colors

Complementary color

Complementary color for #hex is #489AAD.


I love getcolorcode.com

Triadic colors

1 #52B765 and #6552B7 with #B76552 are triadic colors.

2 #5265B7 and #65B752 with #B76552 are triadic colors.