COLOR #B8666D

HEX: #B8666D RGB: (184,102,109)

Color info

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

RGB color model

#B8666D color RGB value is (184,102,109).

RGB: (184,102,109) (72%, 40%, 43%)

RGB channels and saturation

R 184 of 255 = 72%
G 102 of 255 = 40%
B 109 of 255 = 43%

184
102
109

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

Portions of RGB colors in percentages

R + G + B = 184 + 102 + 109 = 395 (100%)
R 184 of 395 ~ 46.58%
G 102 of 395 ~ 25.82%
B 109 of 395 ~ 27.59'%

%46.58
%25.82
%27.59

CMYK color model

#B8666D color CMYK value is (0,45,41,28).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 40.76%
  • key color value is 27.84%
CMYK: (0,45,41,28) C0M45Y41K28 (0%,45%,41%,28%) (0.00/0.45/0.41/0.28) 

CMYK percentages

%0
%44.57
%40.76
%27.84

Codes

Color #B8666D in popluar color models

B8 66 6D
RGB 184 102 109
HSL 355° 36.61% 56.08%
HSB/HSV 355° 44.57% 72.16%
CMYK 0.00% 44.57% 40.76%
27.84%

Color #B8666D in popluar number systems.

HEX B8 66 6D
Decimal 184 102 109
Binary 10111000 1100110 1101101
Octal 270 146 155

Shades and tints

Shades of #B8666D

#B8666D
(184,102,109)
#A85D64
(168,93,100)
#98545B
(152,84,91)
#884B52
(136,75,82)
#784249
(120,66,73)
#683940
(104,57,64)
#583037
(88,48,55)
#48272E
(72,39,46)
#381E25
(56,30,37)
#28151C
(40,21,28)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #B8666D

#B8666D
(184,102,109)
#BE737A
(190,115,122)
#C48087
(196,128,135)
#CA8D94
(202,141,148)
#D09AA1
(208,154,161)
#D6A7AE
(214,167,174)
#DCB4BB
(220,180,187)
#E2C1C8
(226,193,200)
#E8CED5
(232,206,213)
#EEDBE2
(238,219,226)
#F4E8EF
(244,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8666D; }

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

This text font color is #B8666D.

Background Color

.myBgColor { background-color: #B8666D; }

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

This div background color is #B8666D.

Border color

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

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

This div border color is #B8666D.

Opacity

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

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

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

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

This text has shadow with #B8666D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8666D.

Preview

Color preview on black background

This text has color #B8666D on black background.


Color preview on white background

This text has color #B8666D on white background.


Black color preview on #B8666D background

This text has black color on #B8666D background.


White color preview on #B8666D background

This text has white color on #B8666D background.


Related colors

Complementary color

Complementary color for #hex is #479992.


I love getcolorcode.com

Triadic colors

1 #6DB866 and #666DB8 with #B8666D are triadic colors.

2 #6D66B8 and #66B86D with #B8666D are triadic colors.