COLOR #B68080

HEX: #B68080
RGB: (182,128,128)

Color info

#B68080 contains red, green and blue colors in about the same proportion. Web safe color of #B68080 is #CC6666 (or #C66).

RGB color model

#B68080 color RGB value is (182,128,128).

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

RGB channels and saturation

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

182
128
128

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

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 128 = 438 (100%)
R 182 of 438 ~ 41.55%
G 128 of 438 ~ 29.22%
B 128 of 438 ~ 29.22%

%41.55
%29.22
%29.22

CMYK color model

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

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

CMYK percentages

%0
%29.67
%29.67
%28.63

Codes

Color #B68080 in popluar color models

B68080
RGB182128128
HSL27.00%60.78%
HSB/HSV29.67%71.37%
CMYK0.00%29.67%29.67%
28.63%

Color #B68080 in popluar number systems.

HEXB68080
Decimal182128128
Binary101101101000000010000000
Octal266200200

Shades and tints

Shades of #B68080

#B68080
(182,128,128)
#A67575
(166,117,117)
#966A6A
(150,106,106)
#865F5F
(134,95,95)
#765454
(118,84,84)
#664949
(102,73,73)
#563E3E
(86,62,62)
#463333
(70,51,51)
#362828
(54,40,40)
#261D1D
(38,29,29)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #B68080

#B68080
(182,128,128)
#BC8B8B
(188,139,139)
#C29696
(194,150,150)
#C8A1A1
(200,161,161)
#CEACAC
(206,172,172)
#D4B7B7
(212,183,183)
#DAC2C2
(218,194,194)
#E0CDCD
(224,205,205)
#E6D8D8
(230,216,216)
#ECE3E3
(236,227,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68080; }

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

This text font color is #B68080.


Background Color

.myBgColor { background-color: #B68080; }

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

This div background color is #B68080.


Border color

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

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

This div border color is #B68080.


Opacity

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

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

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

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

This text has shadow with #B68080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68080 on black background.


Color preview on white background

This text has color #B68080 on white background.



Black color preview on #B68080 background

This text has black color on #B68080 background.


White color preview on #B68080 background

This text has white color on #B68080 background.