COLOR #B8767E

HEX: #B8767E
RGB: (184,118,126)

Color info

#B8767E contains mainly red and blue colors. Web safe color of #B8767E is #CC6666 (or #C66).

RGB color model

#B8767E color RGB value is (184,118,126).

  • red value is 184;
  • green value is 118;
  • blue value is 126.
RGB:
(184,118,126)
(72%,46%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 118 of 255 = 46%
B 126 of 255 = 49%

184
118
126

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

Portions of RGB colors in percentages

R + G + B =
184 + 118 + 126 = 428 (100%)
R 184 of 428 ~ 42.99%
G 118 of 428 ~ 27.57%
B 126 of 428 ~ 29.44%

%42.99
%27.57
%29.44

CMYK color model

#B8767E color CMYK value is (0,36,32,28).

  • cyan value is 0.00%
  • magenta value is 35.87%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(0,36,32,28)
C0M36Y32K28 
(0%,36%,32%,28%)
(0.00/0.36/0.32/0.28)	

CMYK percentages

%0
%35.87
%31.52
%27.84

Codes

Color #B8767E in popluar color models

B8767E
RGB184118126
HSL353°31.73%59.22%
HSB/HSV353°35.87%72.16%
CMYK0.00%35.87%31.52%
27.84%

Color #B8767E in popluar number systems.

HEXB8767E
Decimal184118126
Binary1011100011101101111110
Octal270166176

Shades and tints

Shades of #B8767E

#B8767E
(184,118,126)
#A86C73
(168,108,115)
#986268
(152,98,104)
#88585D
(136,88,93)
#784E52
(120,78,82)
#684447
(104,68,71)
#583A3C
(88,58,60)
#483031
(72,48,49)
#382626
(56,38,38)
#281C1B
(40,28,27)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #B8767E

#B8767E
(184,118,126)
#BE8289
(190,130,137)
#C48E94
(196,142,148)
#CA9A9F
(202,154,159)
#D0A6AA
(208,166,170)
#D6B2B5
(214,178,181)
#DCBEC0
(220,190,192)
#E2CACB
(226,202,203)
#E8D6D6
(232,214,214)
#EEE2E1
(238,226,225)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8767E color. Also use rgb(184,118,126) instead hex code.

Text Font Color

.myTextColor { color: #B8767E; }

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

This text font color is #B8767E.


Background Color

.myBgColor { background-color: #B8767E; }

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

This div background color is #B8767E.


Border color

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

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

This div border color is #B8767E.


Opacity

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

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

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

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

This text has shadow with #B8767E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8767E on black background.


Color preview on white background

This text has color #B8767E on white background.



Black color preview on #B8767E background

This text has black color on #B8767E background.


White color preview on #B8767E background

This text has white color on #B8767E background.