COLOR #B06B33

HEX: #B06B33 RGB: (176,107,51)

Color info

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

RGB color model

#B06B33 color RGB value is (176,107,51).

RGB: (176,107,51) (69%, 42%, 20%)

RGB channels and saturation

R 176 of 255 = 69%
G 107 of 255 = 42%
B 51 of 255 = 20%

176
107
51

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

Portions of RGB colors in percentages

R + G + B = 176 + 107 + 51 = 334 (100%)
R 176 of 334 ~ 52.69%
G 107 of 334 ~ 32.04%
B 51 of 334 ~ 15.27'%

%52.69
%32.04
%15.27

CMYK color model

#B06B33 color CMYK value is (0,39,71,31).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 71.02%
  • key color value is 30.98%

CMYK: (0,39,71,31)
C0M39Y71K31 (0%, 39%, 71%, 31%)
(0.00 / 0.39 / 0.71 / 0.31)

CMYK percentages

%0
%39.2
%71.02
%30.98

Codes

Color #B06B33 in popluar color models

B0 6B 33
RGB 176 107 51
HSL 27° 55.07% 44.51%
HSB/HSV 27° 71.02% 69.02%
CMYK 0.00% 39.20% 71.02%
30.98%

Color #B06B33 in popluar number systems.

HEX B0 6B 33
Decimal 176 107 51
Binary 10110000 1101011 110011
Octal 260 153 63

Shades and tints

Shades of #B06B33

#B06B33
(176,107,51)
#A0622F
(160,98,47)
#90592B
(144,89,43)
#805027
(128,80,39)
#704723
(112,71,35)
#603E1F
(96,62,31)
#50351B
(80,53,27)
#402C17
(64,44,23)
#302313
(48,35,19)
#201A0F
(32,26,15)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #B06B33

#B06B33
(176,107,51)
#B77845
(183,120,69)
#BE8557
(190,133,87)
#C59269
(197,146,105)
#CC9F7B
(204,159,123)
#D3AC8D
(211,172,141)
#DAB99F
(218,185,159)
#E1C6B1
(225,198,177)
#E8D3C3
(232,211,195)
#EFE0D5
(239,224,213)
#F6EDE7
(246,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06B33; }

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

This text font color is #B06B33.

Background Color

.myBgColor { background-color: #B06B33; }

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

This div background color is #B06B33.

Border color

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

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

This div border color is #B06B33.

Opacity

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

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

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

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

This text has shadow with #B06B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06B33.

Preview

Color preview on black background

This text has color #B06B33 on black background.


Color preview on white background

This text has color #B06B33 on white background.


Black color preview on #B06B33 background

This text has black color on #B06B33 background.


White color preview on #B06B33 background

This text has white color on #B06B33 background.


Related colors

Complementary color

Complementary color for #hex is #4F94CC.


I love getcolorcode.com

Triadic colors

1 #33B06B and #6B33B0 with #B06B33 are triadic colors.

2 #336BB0 and #6BB033 with #B06B33 are triadic colors.