COLOR #B06B44

HEX: #B06B44
RGB: (176,107,68)

Color info

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

RGB color model

#B06B44 color RGB value is (176,107,68).

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

RGB channels and saturation

R 176 of 255 = 69%
G 107 of 255 = 42%
B 68 of 255 = 27%

176
107
68

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

Portions of RGB colors in percentages

R + G + B =
176 + 107 + 68 = 351 (100%)
R 176 of 351 ~ 50.14%
G 107 of 351 ~ 30.48%
B 68 of 351 ~ 19.37%

%50.14
%30.48
%19.37

CMYK color model

#B06B44 color CMYK value is (0,39,61,31).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 61.36%
  • key color value is 30.98%
CMYK:
(0,39,61,31)
C0M39Y61K31 
(0%,39%,61%,31%)
(0.00/0.39/0.61/0.31)	

CMYK percentages

%0
%39.2
%61.36
%30.98

Codes

Color #B06B44 in popluar color models

B06B44
RGB17610768
HSL22°44.26%47.84%
HSB/HSV22°61.36%69.02%
CMYK0.00%39.20%61.36%
30.98%

Color #B06B44 in popluar number systems.

HEXB06B44
Decimal17610768
Binary1011000011010111000100
Octal260153104

Shades and tints

Shades of #B06B44

#B06B44
(176,107,68)
#A0623E
(160,98,62)
#905938
(144,89,56)
#805032
(128,80,50)
#70472C
(112,71,44)
#603E26
(96,62,38)
#503520
(80,53,32)
#402C1A
(64,44,26)
#302314
(48,35,20)
#201A0E
(32,26,14)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #B06B44

#B06B44
(176,107,68)
#B77855
(183,120,85)
#BE8566
(190,133,102)
#C59277
(197,146,119)
#CC9F88
(204,159,136)
#D3AC99
(211,172,153)
#DAB9AA
(218,185,170)
#E1C6BB
(225,198,187)
#E8D3CC
(232,211,204)
#EFE0DD
(239,224,221)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06B44; }

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

This text font color is #B06B44.


Background Color

.myBgColor { background-color: #B06B44; }

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

This div background color is #B06B44.


Border color

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

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

This div border color is #B06B44.


Opacity

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

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

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

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

This text has shadow with #B06B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06B44 on black background.


Color preview on white background

This text has color #B06B44 on white background.



Black color preview on #B06B44 background

This text has black color on #B06B44 background.


White color preview on #B06B44 background

This text has white color on #B06B44 background.