COLOR #B96A34

HEX: #B96A34 RGB: (185,106,52)

Color info

#B96A34 contains mainly red color. Web safe color of #B96A34 is #CC6633 (or #C63).

RGB color model

#B96A34 color RGB value is (185,106,52).

RGB: (185,106,52) (73%, 42%, 20%)

RGB channels and saturation

R 185 of 255 = 73%
G 106 of 255 = 42%
B 52 of 255 = 20%

185
106
52

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

Portions of RGB colors in percentages

R + G + B = 185 + 106 + 52 = 343 (100%)
R 185 of 343 ~ 53.94%
G 106 of 343 ~ 30.9%
B 52 of 343 ~ 15.16'%

%53.94
%30.9
%15.16

CMYK color model

#B96A34 color CMYK value is (0,43,72,27).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 71.89%
  • key color value is 27.45%

CMYK: (0,43,72,27)
C0M43Y72K27 (0%, 43%, 72%, 27%)
(0.00 / 0.43 / 0.72 / 0.27)

CMYK percentages

%0
%42.7
%71.89
%27.45

Codes

Color #B96A34 in popluar color models

B9 6A 34
RGB 185 106 52
HSL 24° 56.12% 46.47%
HSB/HSV 24° 71.89% 72.55%
CMYK 0.00% 42.70% 71.89%
27.45%

Color #B96A34 in popluar number systems.

HEX B9 6A 34
Decimal 185 106 52
Binary 10111001 1101010 110100
Octal 271 152 64

Shades and tints

Shades of #B96A34

#B96A34
(185,106,52)
#A96130
(169,97,48)
#99582C
(153,88,44)
#894F28
(137,79,40)
#794624
(121,70,36)
#693D20
(105,61,32)
#59341C
(89,52,28)
#492B18
(73,43,24)
#392214
(57,34,20)
#291910
(41,25,16)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #B96A34

#B96A34
(185,106,52)
#BF7746
(191,119,70)
#C58458
(197,132,88)
#CB916A
(203,145,106)
#D19E7C
(209,158,124)
#D7AB8E
(215,171,142)
#DDB8A0
(221,184,160)
#E3C5B2
(227,197,178)
#E9D2C4
(233,210,196)
#EFDFD6
(239,223,214)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96A34 color. Also use rgb(185,106,52) instead hex code.

Text Font Color

.myTextColor { color: #B96A34; }

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

This text font color is #B96A34.

Background Color

.myBgColor { background-color: #B96A34; }

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

This div background color is #B96A34.

Border color

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

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

This div border color is #B96A34.

Opacity

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

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

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

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

This text has shadow with #B96A34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96A34.

Preview

Color preview on black background

This text has color #B96A34 on black background.


Color preview on white background

This text has color #B96A34 on white background.


Black color preview on #B96A34 background

This text has black color on #B96A34 background.


White color preview on #B96A34 background

This text has white color on #B96A34 background.


Related colors

Complementary color

Complementary color for #hex is #4695CB.


I love getcolorcode.com

Triadic colors

1 #34B96A and #6A34B9 with #B96A34 are triadic colors.

2 #346AB9 and #6AB934 with #B96A34 are triadic colors.