COLOR #B6695D

HEX: #B6695D
RGB: (182,105,93)

Color info

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

RGB color model

#B6695D color RGB value is (182,105,93).

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

RGB channels and saturation

R 182 of 255 = 71%
G 105 of 255 = 41%
B 93 of 255 = 36%

182
105
93

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

Portions of RGB colors in percentages

R + G + B =
182 + 105 + 93 = 380 (100%)
R 182 of 380 ~ 47.89%
G 105 of 380 ~ 27.63%
B 93 of 380 ~ 24.47%

%47.89
%27.63
%24.47

CMYK color model

#B6695D color CMYK value is (0,42,49,29).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 48.90%
  • key color value is 28.63%
CMYK:
(0,42,49,29)
C0M42Y49K29 
(0%,42%,49%,29%)
(0.00/0.42/0.49/0.29)	

CMYK percentages

%0
%42.31
%48.9
%28.63

Codes

Color #B6695D in popluar color models

B6695D
RGB18210593
HSL37.87%53.92%
HSB/HSV48.90%71.37%
CMYK0.00%42.31%48.90%
28.63%

Color #B6695D in popluar number systems.

HEXB6695D
Decimal18210593
Binary1011011011010011011101
Octal266151135

Shades and tints

Shades of #B6695D

#B6695D
(182,105,93)
#A66055
(166,96,85)
#96574D
(150,87,77)
#864E45
(134,78,69)
#76453D
(118,69,61)
#663C35
(102,60,53)
#56332D
(86,51,45)
#462A25
(70,42,37)
#36211D
(54,33,29)
#261815
(38,24,21)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #B6695D

#B6695D
(182,105,93)
#BC766B
(188,118,107)
#C28379
(194,131,121)
#C89087
(200,144,135)
#CE9D95
(206,157,149)
#D4AAA3
(212,170,163)
#DAB7B1
(218,183,177)
#E0C4BF
(224,196,191)
#E6D1CD
(230,209,205)
#ECDEDB
(236,222,219)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6695D; }

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

This text font color is #B6695D.


Background Color

.myBgColor { background-color: #B6695D; }

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

This div background color is #B6695D.


Border color

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

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

This div border color is #B6695D.


Opacity

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

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

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

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

This text has shadow with #B6695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6695D on black background.


Color preview on white background

This text has color #B6695D on white background.



Black color preview on #B6695D background

This text has black color on #B6695D background.


White color preview on #B6695D background

This text has white color on #B6695D background.