COLOR #B68870

HEX: #B68870
RGB: (182,136,112)

Color info

#B68870 contains mainly red and green colors. Web safe color of #B68870 is #CC9966 (or #C96).

RGB color model

#B68870 color RGB value is (182,136,112).

  • red value is 182;
  • green value is 136;
  • blue value is 112.
RGB:
(182,136,112)
(71%,53%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 112 of 255 = 44%

182
136
112

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

Portions of RGB colors in percentages

R + G + B =
182 + 136 + 112 = 430 (100%)
R 182 of 430 ~ 42.33%
G 136 of 430 ~ 31.63%
B 112 of 430 ~ 26.05%

%42.33
%31.63
%26.05

CMYK color model

#B68870 color CMYK value is (0,25,38,29).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 38.46%
  • key color value is 28.63%
CMYK:
(0,25,38,29)
C0M25Y38K29 
(0%,25%,38%,29%)
(0.00/0.25/0.38/0.29)	

CMYK percentages

%0
%25.27
%38.46
%28.63

Codes

Color #B68870 in popluar color models

B68870
RGB182136112
HSL21°32.41%57.65%
HSB/HSV21°38.46%71.37%
CMYK0.00%25.27%38.46%
28.63%

Color #B68870 in popluar number systems.

HEXB68870
Decimal182136112
Binary10110110100010001110000
Octal266210160

Shades and tints

Shades of #B68870

#B68870
(182,136,112)
#A67C66
(166,124,102)
#96705C
(150,112,92)
#866452
(134,100,82)
#765848
(118,88,72)
#664C3E
(102,76,62)
#564034
(86,64,52)
#46342A
(70,52,42)
#362820
(54,40,32)
#261C16
(38,28,22)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #B68870

#B68870
(182,136,112)
#BC927D
(188,146,125)
#C29C8A
(194,156,138)
#C8A697
(200,166,151)
#CEB0A4
(206,176,164)
#D4BAB1
(212,186,177)
#DAC4BE
(218,196,190)
#E0CECB
(224,206,203)
#E6D8D8
(230,216,216)
#ECE2E5
(236,226,229)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68870 color. Also use rgb(182,136,112) instead hex code.

Text Font Color

.myTextColor { color: #B68870; }

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

This text font color is #B68870.


Background Color

.myBgColor { background-color: #B68870; }

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

This div background color is #B68870.


Border color

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

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

This div border color is #B68870.


Opacity

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

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

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

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

This text has shadow with #B68870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68870 on black background.


Color preview on white background

This text has color #B68870 on white background.



Black color preview on #B68870 background

This text has black color on #B68870 background.


White color preview on #B68870 background

This text has white color on #B68870 background.