COLOR #B68759

HEX: #B68759
RGB: (182,135,89)

Color info

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

RGB color model

#B68759 color RGB value is (182,135,89).

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

RGB channels and saturation

R 182 of 255 = 71%
G 135 of 255 = 53%
B 89 of 255 = 35%

182
135
89

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

Portions of RGB colors in percentages

R + G + B =
182 + 135 + 89 = 406 (100%)
R 182 of 406 ~ 44.83%
G 135 of 406 ~ 33.25%
B 89 of 406 ~ 21.92%

%44.83
%33.25
%21.92

CMYK color model

#B68759 color CMYK value is (0,26,51,29).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 51.10%
  • key color value is 28.63%
CMYK:
(0,26,51,29)
C0M26Y51K29 
(0%,26%,51%,29%)
(0.00/0.26/0.51/0.29)	

CMYK percentages

%0
%25.82
%51.1
%28.63

Codes

Color #B68759 in popluar color models

B68759
RGB18213589
HSL30°38.91%53.14%
HSB/HSV30°51.10%71.37%
CMYK0.00%25.82%51.10%
28.63%

Color #B68759 in popluar number systems.

HEXB68759
Decimal18213589
Binary10110110100001111011001
Octal266207131

Shades and tints

Shades of #B68759

#B68759
(182,135,89)
#A67B51
(166,123,81)
#966F49
(150,111,73)
#866341
(134,99,65)
#765739
(118,87,57)
#664B31
(102,75,49)
#563F29
(86,63,41)
#463321
(70,51,33)
#362719
(54,39,25)
#261B11
(38,27,17)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #B68759

#B68759
(182,135,89)
#BC9168
(188,145,104)
#C29B77
(194,155,119)
#C8A586
(200,165,134)
#CEAF95
(206,175,149)
#D4B9A4
(212,185,164)
#DAC3B3
(218,195,179)
#E0CDC2
(224,205,194)
#E6D7D1
(230,215,209)
#ECE1E0
(236,225,224)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68759; }

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

This text font color is #B68759.


Background Color

.myBgColor { background-color: #B68759; }

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

This div background color is #B68759.


Border color

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

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

This div border color is #B68759.


Opacity

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

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

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

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

This text has shadow with #B68759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68759 on black background.


Color preview on white background

This text has color #B68759 on white background.



Black color preview on #B68759 background

This text has black color on #B68759 background.


White color preview on #B68759 background

This text has white color on #B68759 background.