COLOR #B66659

HEX: #B66659
RGB: (182,102,89)

Color info

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

RGB color model

#B66659 color RGB value is (182,102,89).

  • red value is 182;
  • green value is 102;
  • blue value is 89.
RGB:
(182,102,89)
(71%,40%,35%)

RGB channels and saturation

R 182 of 255 = 71%
G 102 of 255 = 40%
B 89 of 255 = 35%

182
102
89

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

Portions of RGB colors in percentages

R + G + B =
182 + 102 + 89 = 373 (100%)
R 182 of 373 ~ 48.79%
G 102 of 373 ~ 27.35%
B 89 of 373 ~ 23.86%

%48.79
%27.35
%23.86

CMYK color model

#B66659 color CMYK value is (0,44,51,29).

  • cyan value is 0.00%
  • magenta value is 43.96%
  • yellow value is 51.10%
  • key color value is 28.63%
CMYK:
(0,44,51,29)
C0M44Y51K29 
(0%,44%,51%,29%)
(0.00/0.44/0.51/0.29)	

CMYK percentages

%0
%43.96
%51.1
%28.63

Codes

Color #B66659 in popluar color models

B66659
RGB18210289
HSL38.91%53.14%
HSB/HSV51.10%71.37%
CMYK0.00%43.96%51.10%
28.63%

Color #B66659 in popluar number systems.

HEXB66659
Decimal18210289
Binary1011011011001101011001
Octal266146131

Shades and tints

Shades of #B66659

#B66659
(182,102,89)
#A65D51
(166,93,81)
#965449
(150,84,73)
#864B41
(134,75,65)
#764239
(118,66,57)
#663931
(102,57,49)
#563029
(86,48,41)
#462721
(70,39,33)
#361E19
(54,30,25)
#261511
(38,21,17)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #B66659

#B66659
(182,102,89)
#BC7368
(188,115,104)
#C28077
(194,128,119)
#C88D86
(200,141,134)
#CE9A95
(206,154,149)
#D4A7A4
(212,167,164)
#DAB4B3
(218,180,179)
#E0C1C2
(224,193,194)
#E6CED1
(230,206,209)
#ECDBE0
(236,219,224)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66659 color. Also use rgb(182,102,89) instead hex code.

Text Font Color

.myTextColor { color: #B66659; }

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

This text font color is #B66659.


Background Color

.myBgColor { background-color: #B66659; }

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

This div background color is #B66659.


Border color

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

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

This div border color is #B66659.


Opacity

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

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

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

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

This text has shadow with #B66659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66659 on black background.


Color preview on white background

This text has color #B66659 on white background.



Black color preview on #B66659 background

This text has black color on #B66659 background.


White color preview on #B66659 background

This text has white color on #B66659 background.