COLOR #B77060

HEX: #B77060 RGB: (183,112,96)

Color info

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

RGB color model

#B77060 color RGB value is (183,112,96).

RGB: (183,112,96) (72%, 44%, 38%)

RGB channels and saturation

R 183 of 255 = 72%
G 112 of 255 = 44%
B 96 of 255 = 38%

183
112
96

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

Portions of RGB colors in percentages

R + G + B = 183 + 112 + 96 = 391 (100%)
R 183 of 391 ~ 46.8%
G 112 of 391 ~ 28.64%
B 96 of 391 ~ 24.55'%

%46.8
%28.64
%24.55

CMYK color model

#B77060 color CMYK value is (0,39,48,28).

  • cyan value is 0.00%
  • magenta value is 38.80%
  • yellow value is 47.54%
  • key color value is 28.24%

CMYK: (0,39,48,28)
C0M39Y48K28 (0%, 39%, 48%, 28%)
(0.00 / 0.39 / 0.48 / 0.28)

CMYK percentages

%0
%38.8
%47.54
%28.24

Codes

Color #B77060 in popluar color models

B7 70 60
RGB 183 112 96
HSL 11° 37.66% 54.71%
HSB/HSV 11° 47.54% 71.76%
CMYK 0.00% 38.80% 47.54%
28.24%

Color #B77060 in popluar number systems.

HEX B7 70 60
Decimal 183 112 96
Binary 10110111 1110000 1100000
Octal 267 160 140

Shades and tints

Shades of #B77060

#B77060
(183,112,96)
#A76658
(167,102,88)
#975C50
(151,92,80)
#875248
(135,82,72)
#774840
(119,72,64)
#673E38
(103,62,56)
#573430
(87,52,48)
#472A28
(71,42,40)
#372020
(55,32,32)
#271618
(39,22,24)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #B77060

#B77060
(183,112,96)
#BD7D6E
(189,125,110)
#C38A7C
(195,138,124)
#C9978A
(201,151,138)
#CFA498
(207,164,152)
#D5B1A6
(213,177,166)
#DBBEB4
(219,190,180)
#E1CBC2
(225,203,194)
#E7D8D0
(231,216,208)
#EDE5DE
(237,229,222)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77060 color. Also use rgb(183,112,96) instead hex code.

Text Font Color

.myTextColor { color: #B77060; }

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

This text font color is #B77060.

Background Color

.myBgColor { background-color: #B77060; }

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

This div background color is #B77060.

Border color

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

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

This div border color is #B77060.

Opacity

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

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

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

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

This text has shadow with #B77060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77060.

Preview

Color preview on black background

This text has color #B77060 on black background.


Color preview on white background

This text has color #B77060 on white background.


Black color preview on #B77060 background

This text has black color on #B77060 background.


White color preview on #B77060 background

This text has white color on #B77060 background.


Related colors

Complementary color

Complementary color for #hex is #488F9F.


I love getcolorcode.com

Triadic colors

1 #60B770 and #7060B7 with #B77060 are triadic colors.

2 #6070B7 and #70B760 with #B77060 are triadic colors.