COLOR #B06D56

HEX: #B06D56 RGB: (176,109,86)

Color info

#B06D56 contains mainly red color. Web safe color of #B06D56 is #996666 (or #966).

RGB color model

#B06D56 color RGB value is (176,109,86).

RGB: (176,109,86) (69%, 43%, 34%)

RGB channels and saturation

R 176 of 255 = 69%
G 109 of 255 = 43%
B 86 of 255 = 34%

176
109
86

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

Portions of RGB colors in percentages

R + G + B = 176 + 109 + 86 = 371 (100%)
R 176 of 371 ~ 47.44%
G 109 of 371 ~ 29.38%
B 86 of 371 ~ 23.18'%

%47.44
%29.38
%23.18

CMYK color model

#B06D56 color CMYK value is (0,38,51,31).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 51.14%
  • key color value is 30.98%

CMYK: (0,38,51,31)
C0M38Y51K31 (0%, 38%, 51%, 31%)
(0.00 / 0.38 / 0.51 / 0.31)

CMYK percentages

%0
%38.07
%51.14
%30.98

Codes

Color #B06D56 in popluar color models

B0 6D 56
RGB 176 109 86
HSL 15° 36.29% 51.37%
HSB/HSV 15° 51.14% 69.02%
CMYK 0.00% 38.07% 51.14%
30.98%

Color #B06D56 in popluar number systems.

HEX B0 6D 56
Decimal 176 109 86
Binary 10110000 1101101 1010110
Octal 260 155 126

Shades and tints

Shades of #B06D56

#B06D56
(176,109,86)
#A0644F
(160,100,79)
#905B48
(144,91,72)
#805241
(128,82,65)
#70493A
(112,73,58)
#604033
(96,64,51)
#50372C
(80,55,44)
#402E25
(64,46,37)
#30251E
(48,37,30)
#201C17
(32,28,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B06D56

#B06D56
(176,109,86)
#B77A65
(183,122,101)
#BE8774
(190,135,116)
#C59483
(197,148,131)
#CCA192
(204,161,146)
#D3AEA1
(211,174,161)
#DABBB0
(218,187,176)
#E1C8BF
(225,200,191)
#E8D5CE
(232,213,206)
#EFE2DD
(239,226,221)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06D56 color. Also use rgb(176,109,86) instead hex code.

Text Font Color

.myTextColor { color: #B06D56; }

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

This text font color is #B06D56.

Background Color

.myBgColor { background-color: #B06D56; }

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

This div background color is #B06D56.

Border color

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

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

This div border color is #B06D56.

Opacity

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

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

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

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

This text has shadow with #B06D56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06D56.

Preview

Color preview on black background

This text has color #B06D56 on black background.


Color preview on white background

This text has color #B06D56 on white background.


Black color preview on #B06D56 background

This text has black color on #B06D56 background.


White color preview on #B06D56 background

This text has white color on #B06D56 background.


Related colors

Complementary color

Complementary color for #hex is #4F92A9.


I love getcolorcode.com

Triadic colors

1 #56B06D and #6D56B0 with #B06D56 are triadic colors.

2 #566DB0 and #6DB056 with #B06D56 are triadic colors.