COLOR #B66963

HEX: #B66963
RGB: (182,105,99)

Color info

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

RGB color model

#B66963 color RGB value is (182,105,99).

  • red value is 182;
  • green value is 105;
  • blue value is 99.
RGB:
(182,105,99)
(71%,41%,39%)

RGB channels and saturation

R 182 of 255 = 71%
G 105 of 255 = 41%
B 99 of 255 = 39%

182
105
99

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

Portions of RGB colors in percentages

R + G + B =
182 + 105 + 99 = 386 (100%)
R 182 of 386 ~ 47.15%
G 105 of 386 ~ 27.2%
B 99 of 386 ~ 25.65%

%47.15
%27.2
%25.65

CMYK color model

#B66963 color CMYK value is (0,42,46,29).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 45.60%
  • key color value is 28.63%
CMYK:
(0,42,46,29)
C0M42Y46K29 
(0%,42%,46%,29%)
(0.00/0.42/0.46/0.29)	

CMYK percentages

%0
%42.31
%45.6
%28.63

Codes

Color #B66963 in popluar color models

B66963
RGB18210599
HSL36.24%55.10%
HSB/HSV45.60%71.37%
CMYK0.00%42.31%45.60%
28.63%

Color #B66963 in popluar number systems.

HEXB66963
Decimal18210599
Binary1011011011010011100011
Octal266151143

Shades and tints

Shades of #B66963

#B66963
(182,105,99)
#A6605A
(166,96,90)
#965751
(150,87,81)
#864E48
(134,78,72)
#76453F
(118,69,63)
#663C36
(102,60,54)
#56332D
(86,51,45)
#462A24
(70,42,36)
#36211B
(54,33,27)
#261812
(38,24,18)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #B66963

#B66963
(182,105,99)
#BC7671
(188,118,113)
#C2837F
(194,131,127)
#C8908D
(200,144,141)
#CE9D9B
(206,157,155)
#D4AAA9
(212,170,169)
#DAB7B7
(218,183,183)
#E0C4C5
(224,196,197)
#E6D1D3
(230,209,211)
#ECDEE1
(236,222,225)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66963 color. Also use rgb(182,105,99) instead hex code.

Text Font Color

.myTextColor { color: #B66963; }

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

This text font color is #B66963.


Background Color

.myBgColor { background-color: #B66963; }

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

This div background color is #B66963.


Border color

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

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

This div border color is #B66963.


Opacity

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

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

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

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

This text has shadow with #B66963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66963 on black background.


Color preview on white background

This text has color #B66963 on white background.



Black color preview on #B66963 background

This text has black color on #B66963 background.


White color preview on #B66963 background

This text has white color on #B66963 background.