COLOR #B77172

HEX: #B77172
RGB: (183,113,114)

Color info

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

RGB color model

#B77172 color RGB value is (183,113,114).

  • red value is 183;
  • green value is 113;
  • blue value is 114.
RGB:
(183,113,114)
(72%,44%,45%)

RGB channels and saturation

R 183 of 255 = 72%
G 113 of 255 = 44%
B 114 of 255 = 45%

183
113
114

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

Portions of RGB colors in percentages

R + G + B =
183 + 113 + 114 = 410 (100%)
R 183 of 410 ~ 44.63%
G 113 of 410 ~ 27.56%
B 114 of 410 ~ 27.8%

%44.63
%27.56
%27.8

CMYK color model

#B77172 color CMYK value is (0,38,38,28).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 37.70%
  • key color value is 28.24%
CMYK:
(0,38,38,28)
C0M38Y38K28 
(0%,38%,38%,28%)
(0.00/0.38/0.38/0.28)	

CMYK percentages

%0
%38.25
%37.7
%28.24

Codes

Color #B77172 in popluar color models

B77172
RGB183113114
HSL359°32.71%58.04%
HSB/HSV359°38.25%71.76%
CMYK0.00%38.25%37.70%
28.24%

Color #B77172 in popluar number systems.

HEXB77172
Decimal183113114
Binary1011011111100011110010
Octal267161162

Shades and tints

Shades of #B77172

#B77172
(183,113,114)
#A76768
(167,103,104)
#975D5E
(151,93,94)
#875354
(135,83,84)
#77494A
(119,73,74)
#673F40
(103,63,64)
#573536
(87,53,54)
#472B2C
(71,43,44)
#372122
(55,33,34)
#271718
(39,23,24)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #B77172

#B77172
(183,113,114)
#BD7D7E
(189,125,126)
#C3898A
(195,137,138)
#C99596
(201,149,150)
#CFA1A2
(207,161,162)
#D5ADAE
(213,173,174)
#DBB9BA
(219,185,186)
#E1C5C6
(225,197,198)
#E7D1D2
(231,209,210)
#EDDDDE
(237,221,222)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77172 color. Also use rgb(183,113,114) instead hex code.

Text Font Color

.myTextColor { color: #B77172; }

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

This text font color is #B77172.


Background Color

.myBgColor { background-color: #B77172; }

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

This div background color is #B77172.


Border color

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

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

This div border color is #B77172.


Opacity

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

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

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

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

This text has shadow with #B77172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77172 on black background.


Color preview on white background

This text has color #B77172 on white background.



Black color preview on #B77172 background

This text has black color on #B77172 background.


White color preview on #B77172 background

This text has white color on #B77172 background.