COLOR #B1670B

HEX: #B1670B RGB: (177,103,11)

Color info

#B1670B contains mainly red color. Web safe color of #B1670B is #996600 (or #960).

RGB color model

#B1670B color RGB value is (177,103,11).

RGB: (177,103,11) (69%, 40%, 4%)

RGB channels and saturation

R 177 of 255 = 69%
G 103 of 255 = 40%
B 11 of 255 = 4%

177
103
11

R + G + B ~ 38%. #B1670B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 177 + 103 + 11 = 291 (100%)
R 177 of 291 ~ 60.82%
G 103 of 291 ~ 35.4%
B 11 of 291 ~ 3.78'%

%60.82
%35.4

CMYK color model

#B1670B color CMYK value is (0,42,94,31).

  • cyan value is 0.00%
  • magenta value is 41.81%
  • yellow value is 93.79%
  • key color value is 30.59%

CMYK: (0,42,94,31)
C0M42Y94K31 (0%, 42%, 94%, 31%)
(0.00 / 0.42 / 0.94 / 0.31)

CMYK percentages

%0
%41.81
%93.79
%30.59

Codes

Color #B1670B in popluar color models

B1 67 0B
RGB 177 103 11
HSL 33° 88.30% 36.86%
HSB/HSV 33° 93.79% 69.41%
CMYK 0.00% 41.81% 93.79%
30.59%

Color #B1670B in popluar number systems.

HEX B1 67 0B
Decimal 177 103 11
Binary 10110001 1100111 1011
Octal 261 147 13

Shades and tints

Shades of #B1670B

#B1670B
(177,103,11)
#A15E0A
(161,94,10)
#915509
(145,85,9)
#814C08
(129,76,8)
#714307
(113,67,7)
#613A06
(97,58,6)
#513105
(81,49,5)
#412804
(65,40,4)
#311F03
(49,31,3)
#211602
(33,22,2)
#110D01
(17,13,1)
#000000
(0,0,0)

Tints of #B1670B

#B1670B
(177,103,11)
#B87421
(184,116,33)
#BF8137
(191,129,55)
#C68E4D
(198,142,77)
#CD9B63
(205,155,99)
#D4A879
(212,168,121)
#DBB58F
(219,181,143)
#E2C2A5
(226,194,165)
#E9CFBB
(233,207,187)
#F0DCD1
(240,220,209)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1670B color. Also use rgb(177,103,11) instead hex code.

Text Font Color

.myTextColor { color: #B1670B; }

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

This text font color is #B1670B.

Background Color

.myBgColor { background-color: #B1670B; }

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

This div background color is #B1670B.

Border color

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

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

This div border color is #B1670B.

Opacity

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

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

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

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

This text has shadow with #B1670B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1670B.

Preview

Color preview on black background

This text has color #B1670B on black background.


Color preview on white background

This text has color #B1670B on white background.


Black color preview on #B1670B background

This text has black color on #B1670B background.


White color preview on #B1670B background

This text has white color on #B1670B background.


Related colors

Complementary color

Complementary color for #hex is #4E98F4.


I love getcolorcode.com

Triadic colors

1 #0BB167 and #670BB1 with #B1670B are triadic colors.

2 #0B67B1 and #67B10B with #B1670B are triadic colors.