COLOR #B06B3A

HEX: #B06B3A
RGB: (176,107,58)

Color info

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

RGB color model

#B06B3A color RGB value is (176,107,58).

  • red value is 176;
  • green value is 107;
  • blue value is 58.
RGB:
(176,107,58)
(69%,42%,23%)

RGB channels and saturation

R 176 of 255 = 69%
G 107 of 255 = 42%
B 58 of 255 = 23%

176
107
58

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

Portions of RGB colors in percentages

R + G + B =
176 + 107 + 58 = 341 (100%)
R 176 of 341 ~ 51.61%
G 107 of 341 ~ 31.38%
B 58 of 341 ~ 17.01%

%51.61
%31.38
%17.01

CMYK color model

#B06B3A color CMYK value is (0,39,67,31).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 67.05%
  • key color value is 30.98%
CMYK:
(0,39,67,31)
C0M39Y67K31 
(0%,39%,67%,31%)
(0.00/0.39/0.67/0.31)	

CMYK percentages

%0
%39.2
%67.05
%30.98

Codes

Color #B06B3A in popluar color models

B06B3A
RGB17610758
HSL25°50.43%45.88%
HSB/HSV25°67.05%69.02%
CMYK0.00%39.20%67.05%
30.98%

Color #B06B3A in popluar number systems.

HEXB06B3A
Decimal17610758
Binary101100001101011111010
Octal26015372

Shades and tints

Shades of #B06B3A

#B06B3A
(176,107,58)
#A06235
(160,98,53)
#905930
(144,89,48)
#80502B
(128,80,43)
#704726
(112,71,38)
#603E21
(96,62,33)
#50351C
(80,53,28)
#402C17
(64,44,23)
#302312
(48,35,18)
#201A0D
(32,26,13)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #B06B3A

#B06B3A
(176,107,58)
#B7784B
(183,120,75)
#BE855C
(190,133,92)
#C5926D
(197,146,109)
#CC9F7E
(204,159,126)
#D3AC8F
(211,172,143)
#DAB9A0
(218,185,160)
#E1C6B1
(225,198,177)
#E8D3C2
(232,211,194)
#EFE0D3
(239,224,211)
#F6EDE4
(246,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06B3A color. Also use rgb(176,107,58) instead hex code.

Text Font Color

.myTextColor { color: #B06B3A; }

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

This text font color is #B06B3A.


Background Color

.myBgColor { background-color: #B06B3A; }

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

This div background color is #B06B3A.


Border color

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

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

This div border color is #B06B3A.


Opacity

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

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

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

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

This text has shadow with #B06B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06B3A on black background.


Color preview on white background

This text has color #B06B3A on white background.



Black color preview on #B06B3A background

This text has black color on #B06B3A background.


White color preview on #B06B3A background

This text has white color on #B06B3A background.