COLOR #B76860

HEX: #B76860
RGB: (183,104,96)

Color info

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

RGB color model

#B76860 color RGB value is (183,104,96).

  • red value is 183;
  • green value is 104;
  • blue value is 96.
RGB:
(183,104,96)
(72%,41%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 104 of 255 = 41%
B 96 of 255 = 38%

183
104
96

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

Portions of RGB colors in percentages

R + G + B =
183 + 104 + 96 = 383 (100%)
R 183 of 383 ~ 47.78%
G 104 of 383 ~ 27.15%
B 96 of 383 ~ 25.07%

%47.78
%27.15
%25.07

CMYK color model

#B76860 color CMYK value is (0,43,48,28).

  • cyan value is 0.00%
  • magenta value is 43.17%
  • yellow value is 47.54%
  • key color value is 28.24%
CMYK:
(0,43,48,28)
C0M43Y48K28 
(0%,43%,48%,28%)
(0.00/0.43/0.48/0.28)	

CMYK percentages

%0
%43.17
%47.54
%28.24

Codes

Color #B76860 in popluar color models

B76860
RGB18310496
HSL37.66%54.71%
HSB/HSV47.54%71.76%
CMYK0.00%43.17%47.54%
28.24%

Color #B76860 in popluar number systems.

HEXB76860
Decimal18310496
Binary1011011111010001100000
Octal267150140

Shades and tints

Shades of #B76860

#B76860
(183,104,96)
#A75F58
(167,95,88)
#975650
(151,86,80)
#874D48
(135,77,72)
#774440
(119,68,64)
#673B38
(103,59,56)
#573230
(87,50,48)
#472928
(71,41,40)
#372020
(55,32,32)
#271718
(39,23,24)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B76860

#B76860
(183,104,96)
#BD756E
(189,117,110)
#C3827C
(195,130,124)
#C98F8A
(201,143,138)
#CF9C98
(207,156,152)
#D5A9A6
(213,169,166)
#DBB6B4
(219,182,180)
#E1C3C2
(225,195,194)
#E7D0D0
(231,208,208)
#EDDDDE
(237,221,222)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76860; }

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

This text font color is #B76860.


Background Color

.myBgColor { background-color: #B76860; }

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

This div background color is #B76860.


Border color

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

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

This div border color is #B76860.


Opacity

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

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

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

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

This text has shadow with #B76860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76860 on black background.


Color preview on white background

This text has color #B76860 on white background.



Black color preview on #B76860 background

This text has black color on #B76860 background.


White color preview on #B76860 background

This text has white color on #B76860 background.