COLOR #B68068

HEX: #B68068
RGB: (182,128,104)

Color info

#B68068 contains mainly red and green colors. Web safe color of #B68068 is #CC6666 (or #C66).

RGB color model

#B68068 color RGB value is (182,128,104).

  • red value is 182;
  • green value is 128;
  • blue value is 104.
RGB:
(182,128,104)
(71%,50%,41%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 104 of 255 = 41%

182
128
104

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

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 104 = 414 (100%)
R 182 of 414 ~ 43.96%
G 128 of 414 ~ 30.92%
B 104 of 414 ~ 25.12%

%43.96
%30.92
%25.12

CMYK color model

#B68068 color CMYK value is (0,30,43,29).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 42.86%
  • key color value is 28.63%
CMYK:
(0,30,43,29)
C0M30Y43K29 
(0%,30%,43%,29%)
(0.00/0.30/0.43/0.29)	

CMYK percentages

%0
%29.67
%42.86
%28.63

Codes

Color #B68068 in popluar color models

B68068
RGB182128104
HSL18°34.82%56.08%
HSB/HSV18°42.86%71.37%
CMYK0.00%29.67%42.86%
28.63%

Color #B68068 in popluar number systems.

HEXB68068
Decimal182128104
Binary10110110100000001101000
Octal266200150

Shades and tints

Shades of #B68068

#B68068
(182,128,104)
#A6755F
(166,117,95)
#966A56
(150,106,86)
#865F4D
(134,95,77)
#765444
(118,84,68)
#66493B
(102,73,59)
#563E32
(86,62,50)
#463329
(70,51,41)
#362820
(54,40,32)
#261D17
(38,29,23)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #B68068

#B68068
(182,128,104)
#BC8B75
(188,139,117)
#C29682
(194,150,130)
#C8A18F
(200,161,143)
#CEAC9C
(206,172,156)
#D4B7A9
(212,183,169)
#DAC2B6
(218,194,182)
#E0CDC3
(224,205,195)
#E6D8D0
(230,216,208)
#ECE3DD
(236,227,221)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68068 color. Also use rgb(182,128,104) instead hex code.

Text Font Color

.myTextColor { color: #B68068; }

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

This text font color is #B68068.


Background Color

.myBgColor { background-color: #B68068; }

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

This div background color is #B68068.


Border color

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

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

This div border color is #B68068.


Opacity

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

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

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

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

This text has shadow with #B68068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68068 on black background.


Color preview on white background

This text has color #B68068 on white background.



Black color preview on #B68068 background

This text has black color on #B68068 background.


White color preview on #B68068 background

This text has white color on #B68068 background.