COLOR #B06C23

HEX: #B06C23 RGB: (176,108,35)

Color info

#B06C23 contains mainly red color. Web safe color of #B06C23 is #996633 (or #963).

RGB color model

#B06C23 color RGB value is (176,108,35).

RGB: (176,108,35) (69%, 42%, 14%)

RGB channels and saturation

R 176 of 255 = 69%
G 108 of 255 = 42%
B 35 of 255 = 14%

176
108
35

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

Portions of RGB colors in percentages

R + G + B = 176 + 108 + 35 = 319 (100%)
R 176 of 319 ~ 55.17%
G 108 of 319 ~ 33.86%
B 35 of 319 ~ 10.97'%

%55.17
%33.86
%10.97

CMYK color model

#B06C23 color CMYK value is (0,39,80,31).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 80.11%
  • key color value is 30.98%

CMYK: (0,39,80,31)
C0M39Y80K31 (0%, 39%, 80%, 31%)
(0.00 / 0.39 / 0.80 / 0.31)

CMYK percentages

%0
%38.64
%80.11
%30.98

Codes

Color #B06C23 in popluar color models

B0 6C 23
RGB 176 108 35
HSL 31° 66.82% 41.37%
HSB/HSV 31° 80.11% 69.02%
CMYK 0.00% 38.64% 80.11%
30.98%

Color #B06C23 in popluar number systems.

HEX B0 6C 23
Decimal 176 108 35
Binary 10110000 1101100 100011
Octal 260 154 43

Shades and tints

Shades of #B06C23

#B06C23
(176,108,35)
#A06320
(160,99,32)
#905A1D
(144,90,29)
#80511A
(128,81,26)
#704817
(112,72,23)
#603F14
(96,63,20)
#503611
(80,54,17)
#402D0E
(64,45,14)
#30240B
(48,36,11)
#201B08
(32,27,8)
#101205
(16,18,5)
#000000
(0,0,0)

Tints of #B06C23

#B06C23
(176,108,35)
#B77937
(183,121,55)
#BE864B
(190,134,75)
#C5935F
(197,147,95)
#CCA073
(204,160,115)
#D3AD87
(211,173,135)
#DABA9B
(218,186,155)
#E1C7AF
(225,199,175)
#E8D4C3
(232,212,195)
#EFE1D7
(239,225,215)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06C23 color. Also use rgb(176,108,35) instead hex code.

Text Font Color

.myTextColor { color: #B06C23; }

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

This text font color is #B06C23.

Background Color

.myBgColor { background-color: #B06C23; }

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

This div background color is #B06C23.

Border color

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

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

This div border color is #B06C23.

Opacity

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

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

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

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

This text has shadow with #B06C23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06C23.

Preview

Color preview on black background

This text has color #B06C23 on black background.


Color preview on white background

This text has color #B06C23 on white background.


Black color preview on #B06C23 background

This text has black color on #B06C23 background.


White color preview on #B06C23 background

This text has white color on #B06C23 background.


Related colors

Complementary color

Complementary color for #hex is #4F93DC.


I love getcolorcode.com

Triadic colors

1 #23B06C and #6C23B0 with #B06C23 are triadic colors.

2 #236CB0 and #6CB023 with #B06C23 are triadic colors.