COLOR #B8787A

HEX: #B8787A
RGB: (184,120,122)

Color info

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

RGB color model

#B8787A color RGB value is (184,120,122).

  • red value is 184;
  • green value is 120;
  • blue value is 122.
RGB:
(184,120,122)
(72%,47%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 120 of 255 = 47%
B 122 of 255 = 48%

184
120
122

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

Portions of RGB colors in percentages

R + G + B =
184 + 120 + 122 = 426 (100%)
R 184 of 426 ~ 43.19%
G 120 of 426 ~ 28.17%
B 122 of 426 ~ 28.64%

%43.19
%28.17
%28.64

CMYK color model

#B8787A color CMYK value is (0,35,34,28).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 33.70%
  • key color value is 27.84%
CMYK:
(0,35,34,28)
C0M35Y34K28 
(0%,35%,34%,28%)
(0.00/0.35/0.34/0.28)	

CMYK percentages

%0
%34.78
%33.7
%27.84

Codes

Color #B8787A in popluar color models

B8787A
RGB184120122
HSL358°31.07%59.61%
HSB/HSV358°34.78%72.16%
CMYK0.00%34.78%33.70%
27.84%

Color #B8787A in popluar number systems.

HEXB8787A
Decimal184120122
Binary1011100011110001111010
Octal270170172

Shades and tints

Shades of #B8787A

#B8787A
(184,120,122)
#A86E6F
(168,110,111)
#986464
(152,100,100)
#885A59
(136,90,89)
#78504E
(120,80,78)
#684643
(104,70,67)
#583C38
(88,60,56)
#48322D
(72,50,45)
#382822
(56,40,34)
#281E17
(40,30,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #B8787A

#B8787A
(184,120,122)
#BE8486
(190,132,134)
#C49092
(196,144,146)
#CA9C9E
(202,156,158)
#D0A8AA
(208,168,170)
#D6B4B6
(214,180,182)
#DCC0C2
(220,192,194)
#E2CCCE
(226,204,206)
#E8D8DA
(232,216,218)
#EEE4E6
(238,228,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8787A color. Also use rgb(184,120,122) instead hex code.

Text Font Color

.myTextColor { color: #B8787A; }

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

This text font color is #B8787A.


Background Color

.myBgColor { background-color: #B8787A; }

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

This div background color is #B8787A.


Border color

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

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

This div border color is #B8787A.


Opacity

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

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

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

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

This text has shadow with #B8787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8787A on black background.


Color preview on white background

This text has color #B8787A on white background.



Black color preview on #B8787A background

This text has black color on #B8787A background.


White color preview on #B8787A background

This text has white color on #B8787A background.