COLOR #B0666D

HEX: #B0666D RGB: (176,102,109)

Color info

#B0666D contains mainly red color. Web safe color of #B0666D is #996666 (or #966).

RGB color model

#B0666D color RGB value is (176,102,109).

RGB: (176,102,109) (69%, 40%, 43%)

RGB channels and saturation

R 176 of 255 = 69%
G 102 of 255 = 40%
B 109 of 255 = 43%

176
102
109

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

Portions of RGB colors in percentages

R + G + B = 176 + 102 + 109 = 387 (100%)
R 176 of 387 ~ 45.48%
G 102 of 387 ~ 26.36%
B 109 of 387 ~ 28.17'%

%45.48
%26.36
%28.17

CMYK color model

#B0666D color CMYK value is (0,42,38,31).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 38.07%
  • key color value is 30.98%

CMYK: (0,42,38,31)
C0M42Y38K31 (0%, 42%, 38%, 31%)
(0.00 / 0.42 / 0.38 / 0.31)

CMYK percentages

%0
%42.05
%38.07
%30.98

Codes

Color #B0666D in popluar color models

B0 66 6D
RGB 176 102 109
HSL 354° 31.90% 54.51%
HSB/HSV 354° 42.05% 69.02%
CMYK 0.00% 42.05% 38.07%
30.98%

Color #B0666D in popluar number systems.

HEX B0 66 6D
Decimal 176 102 109
Binary 10110000 1100110 1101101
Octal 260 146 155

Shades and tints

Shades of #B0666D

#B0666D
(176,102,109)
#A05D64
(160,93,100)
#90545B
(144,84,91)
#804B52
(128,75,82)
#704249
(112,66,73)
#603940
(96,57,64)
#503037
(80,48,55)
#40272E
(64,39,46)
#301E25
(48,30,37)
#20151C
(32,21,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #B0666D

#B0666D
(176,102,109)
#B7737A
(183,115,122)
#BE8087
(190,128,135)
#C58D94
(197,141,148)
#CC9AA1
(204,154,161)
#D3A7AE
(211,167,174)
#DAB4BB
(218,180,187)
#E1C1C8
(225,193,200)
#E8CED5
(232,206,213)
#EFDBE2
(239,219,226)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0666D; }

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

This text font color is #B0666D.

Background Color

.myBgColor { background-color: #B0666D; }

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

This div background color is #B0666D.

Border color

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

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

This div border color is #B0666D.

Opacity

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

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

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

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

This text has shadow with #B0666D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0666D.

Preview

Color preview on black background

This text has color #B0666D on black background.


Color preview on white background

This text has color #B0666D on white background.


Black color preview on #B0666D background

This text has black color on #B0666D background.


White color preview on #B0666D background

This text has white color on #B0666D background.


Related colors

Complementary color

Complementary color for #hex is #4F9992.


I love getcolorcode.com

Triadic colors

1 #6DB066 and #666DB0 with #B0666D are triadic colors.

2 #6D66B0 and #66B06D with #B0666D are triadic colors.