COLOR #B8667A

HEX: #B8667A RGB: (184,102,122)

Color info

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

RGB color model

#B8667A color RGB value is (184,102,122).

RGB: (184,102,122) (72%, 40%, 48%)

RGB channels and saturation

R 184 of 255 = 72%
G 102 of 255 = 40%
B 122 of 255 = 48%

184
102
122

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

Portions of RGB colors in percentages

R + G + B = 184 + 102 + 122 = 408 (100%)
R 184 of 408 ~ 45.1%
G 102 of 408 ~ 25%
B 122 of 408 ~ 29.9'%

%45.1
%25
%29.9

CMYK color model

#B8667A color CMYK value is (0,45,34,28).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 33.70%
  • key color value is 27.84%

CMYK: (0,45,34,28)
C0M45Y34K28 (0%, 45%, 34%, 28%)
(0.00 / 0.45 / 0.34 / 0.28)

CMYK percentages

%0
%44.57
%33.7
%27.84

Codes

Color #B8667A in popluar color models

B8 66 7A
RGB 184 102 122
HSL 345° 36.61% 56.08%
HSB/HSV 345° 44.57% 72.16%
CMYK 0.00% 44.57% 33.70%
27.84%

Color #B8667A in popluar number systems.

HEX B8 66 7A
Decimal 184 102 122
Binary 10111000 1100110 1111010
Octal 270 146 172

Shades and tints

Shades of #B8667A

#B8667A
(184,102,122)
#A85D6F
(168,93,111)
#985464
(152,84,100)
#884B59
(136,75,89)
#78424E
(120,66,78)
#683943
(104,57,67)
#583038
(88,48,56)
#48272D
(72,39,45)
#381E22
(56,30,34)
#281517
(40,21,23)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #B8667A

#B8667A
(184,102,122)
#BE7386
(190,115,134)
#C48092
(196,128,146)
#CA8D9E
(202,141,158)
#D09AAA
(208,154,170)
#D6A7B6
(214,167,182)
#DCB4C2
(220,180,194)
#E2C1CE
(226,193,206)
#E8CEDA
(232,206,218)
#EEDBE6
(238,219,230)
#F4E8F2
(244,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8667A; }

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

This text font color is #B8667A.

Background Color

.myBgColor { background-color: #B8667A; }

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

This div background color is #B8667A.

Border color

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

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

This div border color is #B8667A.

Opacity

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

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

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

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

This text has shadow with #B8667A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8667A.

Preview

Color preview on black background

This text has color #B8667A on black background.


Color preview on white background

This text has color #B8667A on white background.


Black color preview on #B8667A background

This text has black color on #B8667A background.


White color preview on #B8667A background

This text has white color on #B8667A background.


Related colors

Complementary color

Complementary color for #hex is #479985.


I love getcolorcode.com

Triadic colors

1 #7AB866 and #667AB8 with #B8667A are triadic colors.

2 #7A66B8 and #66B87A with #B8667A are triadic colors.