COLOR #B68389

HEX: #B68389
RGB: (182,131,137)

Color info

#B68389 contains red, green and blue colors in about the same proportion. Web safe color of #B68389 is #CC9999 (or #C99).

RGB color model

#B68389 color RGB value is (182,131,137).

  • red value is 182;
  • green value is 131;
  • blue value is 137.
RGB:
(182,131,137)
(71%,51%,54%)

RGB channels and saturation

R 182 of 255 = 71%
G 131 of 255 = 51%
B 137 of 255 = 54%

182
131
137

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

Portions of RGB colors in percentages

R + G + B =
182 + 131 + 137 = 450 (100%)
R 182 of 450 ~ 40.44%
G 131 of 450 ~ 29.11%
B 137 of 450 ~ 30.44%

%40.44
%29.11
%30.44

CMYK color model

#B68389 color CMYK value is (0,28,25,29).

  • cyan value is 0.00%
  • magenta value is 28.02%
  • yellow value is 24.73%
  • key color value is 28.63%
CMYK:
(0,28,25,29)
C0M28Y25K29 
(0%,28%,25%,29%)
(0.00/0.28/0.25/0.29)	

CMYK percentages

%0
%28.02
%24.73
%28.63

Codes

Color #B68389 in popluar color models

B68389
RGB182131137
HSL353°25.89%61.37%
HSB/HSV353°28.02%71.37%
CMYK0.00%28.02%24.73%
28.63%

Color #B68389 in popluar number systems.

HEXB68389
Decimal182131137
Binary101101101000001110001001
Octal266203211

Shades and tints

Shades of #B68389

#B68389
(182,131,137)
#A6787D
(166,120,125)
#966D71
(150,109,113)
#866265
(134,98,101)
#765759
(118,87,89)
#664C4D
(102,76,77)
#564141
(86,65,65)
#463635
(70,54,53)
#362B29
(54,43,41)
#26201D
(38,32,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B68389

#B68389
(182,131,137)
#BC8E93
(188,142,147)
#C2999D
(194,153,157)
#C8A4A7
(200,164,167)
#CEAFB1
(206,175,177)
#D4BABB
(212,186,187)
#DAC5C5
(218,197,197)
#E0D0CF
(224,208,207)
#E6DBD9
(230,219,217)
#ECE6E3
(236,230,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68389; }

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

This text font color is #B68389.


Background Color

.myBgColor { background-color: #B68389; }

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

This div background color is #B68389.


Border color

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

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

This div border color is #B68389.


Opacity

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

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

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

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

This text has shadow with #B68389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68389 on black background.


Color preview on white background

This text has color #B68389 on white background.



Black color preview on #B68389 background

This text has black color on #B68389 background.


White color preview on #B68389 background

This text has white color on #B68389 background.