COLOR #B96243

HEX: #B96243 RGB: (185,98,67)

Color info

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

RGB color model

#B96243 color RGB value is (185,98,67).

RGB: (185,98,67) (73%, 38%, 26%)

RGB channels and saturation

R 185 of 255 = 73%
G 98 of 255 = 38%
B 67 of 255 = 26%

185
98
67

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

Portions of RGB colors in percentages

R + G + B = 185 + 98 + 67 = 350 (100%)
R 185 of 350 ~ 52.86%
G 98 of 350 ~ 28%
B 67 of 350 ~ 19.14'%

%52.86
%28
%19.14

CMYK color model

#B96243 color CMYK value is (0,47,64,27).

  • cyan value is 0.00%
  • magenta value is 47.03%
  • yellow value is 63.78%
  • key color value is 27.45%

CMYK: (0,47,64,27)
C0M47Y64K27 (0%, 47%, 64%, 27%)
(0.00 / 0.47 / 0.64 / 0.27)

CMYK percentages

%0
%47.03
%63.78
%27.45

Codes

Color #B96243 in popluar color models

B9 62 43
RGB 185 98 67
HSL 16° 46.83% 49.41%
HSB/HSV 16° 63.78% 72.55%
CMYK 0.00% 47.03% 63.78%
27.45%

Color #B96243 in popluar number systems.

HEX B9 62 43
Decimal 185 98 67
Binary 10111001 1100010 1000011
Octal 271 142 103

Shades and tints

Shades of #B96243

#B96243
(185,98,67)
#A95A3D
(169,90,61)
#995237
(153,82,55)
#894A31
(137,74,49)
#79422B
(121,66,43)
#693A25
(105,58,37)
#59321F
(89,50,31)
#492A19
(73,42,25)
#392213
(57,34,19)
#291A0D
(41,26,13)
#191207
(25,18,7)
#000000
(0,0,0)

Tints of #B96243

#B96243
(185,98,67)
#BF7054
(191,112,84)
#C57E65
(197,126,101)
#CB8C76
(203,140,118)
#D19A87
(209,154,135)
#D7A898
(215,168,152)
#DDB6A9
(221,182,169)
#E3C4BA
(227,196,186)
#E9D2CB
(233,210,203)
#EFE0DC
(239,224,220)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96243 color. Also use rgb(185,98,67) instead hex code.

Text Font Color

.myTextColor { color: #B96243; }

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

This text font color is #B96243.

Background Color

.myBgColor { background-color: #B96243; }

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

This div background color is #B96243.

Border color

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

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

This div border color is #B96243.

Opacity

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

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

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

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

This text has shadow with #B96243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96243.

Preview

Color preview on black background

This text has color #B96243 on black background.


Color preview on white background

This text has color #B96243 on white background.


Black color preview on #B96243 background

This text has black color on #B96243 background.


White color preview on #B96243 background

This text has white color on #B96243 background.


Related colors

Complementary color

Complementary color for #B96243 is #469DBC.


I love getcolorcode.com

Triadic colors

1 #43B962 and #6243B9 with #B96243 are triadic colors.

2 #4362B9 and #62B943 with #B96243 are triadic colors.