COLOR #B06741

HEX: #B06741 RGB: (176,103,65)

Color info

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

RGB color model

#B06741 color RGB value is (176,103,65).

RGB: (176,103,65) (69%, 40%, 25%)

RGB channels and saturation

R 176 of 255 = 69%
G 103 of 255 = 40%
B 65 of 255 = 25%

176
103
65

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

Portions of RGB colors in percentages

R + G + B = 176 + 103 + 65 = 344 (100%)
R 176 of 344 ~ 51.16%
G 103 of 344 ~ 29.94%
B 65 of 344 ~ 18.9'%

%51.16
%29.94
%18.9

CMYK color model

#B06741 color CMYK value is (0,41,63,31).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 63.07%
  • key color value is 30.98%

CMYK: (0,41,63,31)
C0M41Y63K31 (0%, 41%, 63%, 31%)
(0.00 / 0.41 / 0.63 / 0.31)

CMYK percentages

%0
%41.48
%63.07
%30.98

Codes

Color #B06741 in popluar color models

B0 67 41
RGB 176 103 65
HSL 21° 46.06% 47.25%
HSB/HSV 21° 63.07% 69.02%
CMYK 0.00% 41.48% 63.07%
30.98%

Color #B06741 in popluar number systems.

HEX B0 67 41
Decimal 176 103 65
Binary 10110000 1100111 1000001
Octal 260 147 101

Shades and tints

Shades of #B06741

#B06741
(176,103,65)
#A05E3C
(160,94,60)
#905537
(144,85,55)
#804C32
(128,76,50)
#70432D
(112,67,45)
#603A28
(96,58,40)
#503123
(80,49,35)
#40281E
(64,40,30)
#301F19
(48,31,25)
#201614
(32,22,20)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #B06741

#B06741
(176,103,65)
#B77452
(183,116,82)
#BE8163
(190,129,99)
#C58E74
(197,142,116)
#CC9B85
(204,155,133)
#D3A896
(211,168,150)
#DAB5A7
(218,181,167)
#E1C2B8
(225,194,184)
#E8CFC9
(232,207,201)
#EFDCDA
(239,220,218)
#F6E9EB
(246,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06741 color. Also use rgb(176,103,65) instead hex code.

Text Font Color

.myTextColor { color: #B06741; }

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

This text font color is #B06741.

Background Color

.myBgColor { background-color: #B06741; }

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

This div background color is #B06741.

Border color

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

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

This div border color is #B06741.

Opacity

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

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

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

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

This text has shadow with #B06741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06741.

Preview

Color preview on black background

This text has color #B06741 on black background.


Color preview on white background

This text has color #B06741 on white background.


Black color preview on #B06741 background

This text has black color on #B06741 background.


White color preview on #B06741 background

This text has white color on #B06741 background.


Related colors

Complementary color

Complementary color for #hex is #4F98BE.


I love getcolorcode.com

Triadic colors

1 #41B067 and #6741B0 with #B06741 are triadic colors.

2 #4167B0 and #67B041 with #B06741 are triadic colors.