COLOR #B88C68

HEX: #B88C68 RGB: (184,140,104)

Color info

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

RGB color model

#B88C68 color RGB value is (184,140,104).

RGB: (184,140,104) (72%, 55%, 41%)

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 104 of 255 = 41%

184
140
104

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

Portions of RGB colors in percentages

R + G + B = 184 + 140 + 104 = 428 (100%)
R 184 of 428 ~ 42.99%
G 140 of 428 ~ 32.71%
B 104 of 428 ~ 24.3'%

%42.99
%32.71
%24.3

CMYK color model

#B88C68 color CMYK value is (0,24,43,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 43.48%
  • key color value is 27.84%

CMYK: (0,24,43,28)
C0M24Y43K28 (0%, 24%, 43%, 28%)
(0.00 / 0.24 / 0.43 / 0.28)

CMYK percentages

%0
%23.91
%43.48
%27.84

Codes

Color #B88C68 in popluar color models

B8 8C 68
RGB 184 140 104
HSL 27° 36.04% 56.47%
HSB/HSV 27° 43.48% 72.16%
CMYK 0.00% 23.91% 43.48%
27.84%

Color #B88C68 in popluar number systems.

HEX B8 8C 68
Decimal 184 140 104
Binary 10111000 10001100 1101000
Octal 270 214 150

Shades and tints

Shades of #B88C68

#B88C68
(184,140,104)
#A8805F
(168,128,95)
#987456
(152,116,86)
#88684D
(136,104,77)
#785C44
(120,92,68)
#68503B
(104,80,59)
#584432
(88,68,50)
#483829
(72,56,41)
#382C20
(56,44,32)
#282017
(40,32,23)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #B88C68

#B88C68
(184,140,104)
#BE9675
(190,150,117)
#C4A082
(196,160,130)
#CAAA8F
(202,170,143)
#D0B49C
(208,180,156)
#D6BEA9
(214,190,169)
#DCC8B6
(220,200,182)
#E2D2C3
(226,210,195)
#E8DCD0
(232,220,208)
#EEE6DD
(238,230,221)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88C68 color. Also use rgb(184,140,104) instead hex code.

Text Font Color

.myTextColor { color: #B88C68; }

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

This text font color is #B88C68.

Background Color

.myBgColor { background-color: #B88C68; }

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

This div background color is #B88C68.

Border color

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

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

This div border color is #B88C68.

Opacity

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

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

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

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

This text has shadow with #B88C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88C68.

Preview

Color preview on black background

This text has color #B88C68 on black background.


Color preview on white background

This text has color #B88C68 on white background.


Black color preview on #B88C68 background

This text has black color on #B88C68 background.


White color preview on #B88C68 background

This text has white color on #B88C68 background.


Related colors

Complementary color

Complementary color for #hex is #477397.


I love getcolorcode.com

Triadic colors

1 #68B88C and #8C68B8 with #B88C68 are triadic colors.

2 #688CB8 and #8CB868 with #B88C68 are triadic colors.