COLOR #B68778

HEX: #B68778
RGB: (182,135,120)

Color info

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

RGB color model

#B68778 color RGB value is (182,135,120).

  • red value is 182;
  • green value is 135;
  • blue value is 120.
RGB:
(182,135,120)
(71%,53%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 135 of 255 = 53%
B 120 of 255 = 47%

182
135
120

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

Portions of RGB colors in percentages

R + G + B =
182 + 135 + 120 = 437 (100%)
R 182 of 437 ~ 41.65%
G 135 of 437 ~ 30.89%
B 120 of 437 ~ 27.46%

%41.65
%30.89
%27.46

CMYK color model

#B68778 color CMYK value is (0,26,34,29).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,26,34,29)
C0M26Y34K29 
(0%,26%,34%,29%)
(0.00/0.26/0.34/0.29)	

CMYK percentages

%0
%25.82
%34.07
%28.63

Codes

Color #B68778 in popluar color models

B68778
RGB182135120
HSL15°29.81%59.22%
HSB/HSV15°34.07%71.37%
CMYK0.00%25.82%34.07%
28.63%

Color #B68778 in popluar number systems.

HEXB68778
Decimal182135120
Binary10110110100001111111000
Octal266207170

Shades and tints

Shades of #B68778

#B68778
(182,135,120)
#A67B6E
(166,123,110)
#966F64
(150,111,100)
#86635A
(134,99,90)
#765750
(118,87,80)
#664B46
(102,75,70)
#563F3C
(86,63,60)
#463332
(70,51,50)
#362728
(54,39,40)
#261B1E
(38,27,30)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B68778

#B68778
(182,135,120)
#BC9184
(188,145,132)
#C29B90
(194,155,144)
#C8A59C
(200,165,156)
#CEAFA8
(206,175,168)
#D4B9B4
(212,185,180)
#DAC3C0
(218,195,192)
#E0CDCC
(224,205,204)
#E6D7D8
(230,215,216)
#ECE1E4
(236,225,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68778; }

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

This text font color is #B68778.


Background Color

.myBgColor { background-color: #B68778; }

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

This div background color is #B68778.


Border color

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

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

This div border color is #B68778.


Opacity

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

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

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

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

This text has shadow with #B68778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68778 on black background.


Color preview on white background

This text has color #B68778 on white background.



Black color preview on #B68778 background

This text has black color on #B68778 background.


White color preview on #B68778 background

This text has white color on #B68778 background.