COLOR #B96548

HEX: #B96548
RGB: (185,101,72)

Color info

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

RGB color model

#B96548 color RGB value is (185,101,72).

  • red value is 185;
  • green value is 101;
  • blue value is 72.
RGB:
(185,101,72)
(73%,40%,28%)

RGB channels and saturation

R 185 of 255 = 73%
G 101 of 255 = 40%
B 72 of 255 = 28%

185
101
72

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

Portions of RGB colors in percentages

R + G + B =
185 + 101 + 72 = 358 (100%)
R 185 of 358 ~ 51.68%
G 101 of 358 ~ 28.21%
B 72 of 358 ~ 20.11%

%51.68
%28.21
%20.11

CMYK color model

#B96548 color CMYK value is (0,45,61,27).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 61.08%
  • key color value is 27.45%
CMYK:
(0,45,61,27)
C0M45Y61K27 
(0%,45%,61%,27%)
(0.00/0.45/0.61/0.27)	

CMYK percentages

%0
%45.41
%61.08
%27.45

Codes

Color #B96548 in popluar color models

B96548
RGB18510172
HSL15°44.66%50.39%
HSB/HSV15°61.08%72.55%
CMYK0.00%45.41%61.08%
27.45%

Color #B96548 in popluar number systems.

HEXB96548
Decimal18510172
Binary1011100111001011001000
Octal271145110

Shades and tints

Shades of #B96548

#B96548
(185,101,72)
#A95C42
(169,92,66)
#99533C
(153,83,60)
#894A36
(137,74,54)
#794130
(121,65,48)
#69382A
(105,56,42)
#592F24
(89,47,36)
#49261E
(73,38,30)
#391D18
(57,29,24)
#291412
(41,20,18)
#190B0C
(25,11,12)
#000000
(0,0,0)

Tints of #B96548

#B96548
(185,101,72)
#BF7358
(191,115,88)
#C58168
(197,129,104)
#CB8F78
(203,143,120)
#D19D88
(209,157,136)
#D7AB98
(215,171,152)
#DDB9A8
(221,185,168)
#E3C7B8
(227,199,184)
#E9D5C8
(233,213,200)
#EFE3D8
(239,227,216)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96548 color. Also use rgb(185,101,72) instead hex code.

Text Font Color

.myTextColor { color: #B96548; }

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

This text font color is #B96548.


Background Color

.myBgColor { background-color: #B96548; }

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

This div background color is #B96548.


Border color

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

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

This div border color is #B96548.


Opacity

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

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

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

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

This text has shadow with #B96548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B96548 on black background.


Color preview on white background

This text has color #B96548 on white background.



Black color preview on #B96548 background

This text has black color on #B96548 background.


White color preview on #B96548 background

This text has white color on #B96548 background.