COLOR #B8768D

HEX: #B8768D RGB: (184,118,141)

Color info

#B8768D contains mainly red and blue colors. Web safe color of #B8768D is #CC6699 (or #C69).

RGB color model

#B8768D color RGB value is (184,118,141).

RGB: (184,118,141) (72%, 46%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 118 of 255 = 46%
B 141 of 255 = 55%

184
118
141

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

Portions of RGB colors in percentages

R + G + B = 184 + 118 + 141 = 443 (100%)
R 184 of 443 ~ 41.53%
G 118 of 443 ~ 26.64%
B 141 of 443 ~ 31.83'%

%41.53
%26.64
%31.83

CMYK color model

#B8768D color CMYK value is (0,36,23,28).

  • cyan value is 0.00%
  • magenta value is 35.87%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (0,36,23,28)
C0M36Y23K28 (0%, 36%, 23%, 28%)
(0.00 / 0.36 / 0.23 / 0.28)

CMYK percentages

%0
%35.87
%23.37
%27.84

Codes

Color #B8768D in popluar color models

B8 76 8D
RGB 184 118 141
HSL 339° 31.73% 59.22%
HSB/HSV 339° 35.87% 72.16%
CMYK 0.00% 35.87% 23.37%
27.84%

Color #B8768D in popluar number systems.

HEX B8 76 8D
Decimal 184 118 141
Binary 10111000 1110110 10001101
Octal 270 166 215

Shades and tints

Shades of #B8768D

#B8768D
(184,118,141)
#A86C81
(168,108,129)
#986275
(152,98,117)
#885869
(136,88,105)
#784E5D
(120,78,93)
#684451
(104,68,81)
#583A45
(88,58,69)
#483039
(72,48,57)
#38262D
(56,38,45)
#281C21
(40,28,33)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #B8768D

#B8768D
(184,118,141)
#BE8297
(190,130,151)
#C48EA1
(196,142,161)
#CA9AAB
(202,154,171)
#D0A6B5
(208,166,181)
#D6B2BF
(214,178,191)
#DCBEC9
(220,190,201)
#E2CAD3
(226,202,211)
#E8D6DD
(232,214,221)
#EEE2E7
(238,226,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8768D; }

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

This text font color is #B8768D.

Background Color

.myBgColor { background-color: #B8768D; }

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

This div background color is #B8768D.

Border color

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

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

This div border color is #B8768D.

Opacity

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

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

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

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

This text has shadow with #B8768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8768D.

Preview

Color preview on black background

This text has color #B8768D on black background.


Color preview on white background

This text has color #B8768D on white background.


Black color preview on #B8768D background

This text has black color on #B8768D background.


White color preview on #B8768D background

This text has white color on #B8768D background.


Related colors

Complementary color

Complementary color for #hex is #478972.


I love getcolorcode.com

Triadic colors

1 #8DB876 and #768DB8 with #B8768D are triadic colors.

2 #8D76B8 and #76B88D with #B8768D are triadic colors.