COLOR #B66B65

HEX: #B66B65
RGB: (182,107,101)

Color info

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

RGB color model

#B66B65 color RGB value is (182,107,101).

  • red value is 182;
  • green value is 107;
  • blue value is 101.
RGB:
(182,107,101)
(71%,42%,40%)

RGB channels and saturation

R 182 of 255 = 71%
G 107 of 255 = 42%
B 101 of 255 = 40%

182
107
101

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

Portions of RGB colors in percentages

R + G + B =
182 + 107 + 101 = 390 (100%)
R 182 of 390 ~ 46.67%
G 107 of 390 ~ 27.44%
B 101 of 390 ~ 25.9%

%46.67
%27.44
%25.9

CMYK color model

#B66B65 color CMYK value is (0,41,45,29).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 44.51%
  • key color value is 28.63%
CMYK:
(0,41,45,29)
C0M41Y45K29 
(0%,41%,45%,29%)
(0.00/0.41/0.45/0.29)	

CMYK percentages

%0
%41.21
%44.51
%28.63

Codes

Color #B66B65 in popluar color models

B66B65
RGB182107101
HSL35.68%55.49%
HSB/HSV44.51%71.37%
CMYK0.00%41.21%44.51%
28.63%

Color #B66B65 in popluar number systems.

HEXB66B65
Decimal182107101
Binary1011011011010111100101
Octal266153145

Shades and tints

Shades of #B66B65

#B66B65
(182,107,101)
#A6625C
(166,98,92)
#965953
(150,89,83)
#86504A
(134,80,74)
#764741
(118,71,65)
#663E38
(102,62,56)
#56352F
(86,53,47)
#462C26
(70,44,38)
#36231D
(54,35,29)
#261A14
(38,26,20)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #B66B65

#B66B65
(182,107,101)
#BC7873
(188,120,115)
#C28581
(194,133,129)
#C8928F
(200,146,143)
#CE9F9D
(206,159,157)
#D4ACAB
(212,172,171)
#DAB9B9
(218,185,185)
#E0C6C7
(224,198,199)
#E6D3D5
(230,211,213)
#ECE0E3
(236,224,227)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66B65 color. Also use rgb(182,107,101) instead hex code.

Text Font Color

.myTextColor { color: #B66B65; }

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

This text font color is #B66B65.


Background Color

.myBgColor { background-color: #B66B65; }

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

This div background color is #B66B65.


Border color

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

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

This div border color is #B66B65.


Opacity

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

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

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

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

This text has shadow with #B66B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66B65 on black background.


Color preview on white background

This text has color #B66B65 on white background.



Black color preview on #B66B65 background

This text has black color on #B66B65 background.


White color preview on #B66B65 background

This text has white color on #B66B65 background.