COLOR #B99367

HEX: #B99367 RGB: (185,147,103)

Color info

#B99367 contains mainly red and green colors. Web safe color of #B99367 is #CC9966 (or #C96).

RGB color model

#B99367 color RGB value is (185,147,103).

RGB: (185,147,103) (73%, 58%, 40%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 103 of 255 = 40%

185
147
103

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

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 103 = 435 (100%)
R 185 of 435 ~ 42.53%
G 147 of 435 ~ 33.79%
B 103 of 435 ~ 23.68'%

%42.53
%33.79
%23.68

CMYK color model

#B99367 color CMYK value is (0,21,44,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 44.32%
  • key color value is 27.45%

CMYK: (0,21,44,27)
C0M21Y44K27 (0%, 21%, 44%, 27%)
(0.00 / 0.21 / 0.44 / 0.27)

CMYK percentages

%0
%20.54
%44.32
%27.45

Codes

Color #B99367 in popluar color models

B9 93 67
RGB 185 147 103
HSL 32° 36.94% 56.47%
HSB/HSV 32° 44.32% 72.55%
CMYK 0.00% 20.54% 44.32%
27.45%

Color #B99367 in popluar number systems.

HEX B9 93 67
Decimal 185 147 103
Binary 10111001 10010011 1100111
Octal 271 223 147

Shades and tints

Shades of #B99367

#B99367
(185,147,103)
#A9865E
(169,134,94)
#997955
(153,121,85)
#896C4C
(137,108,76)
#795F43
(121,95,67)
#69523A
(105,82,58)
#594531
(89,69,49)
#493828
(73,56,40)
#392B1F
(57,43,31)
#291E16
(41,30,22)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B99367

#B99367
(185,147,103)
#BF9C74
(191,156,116)
#C5A581
(197,165,129)
#CBAE8E
(203,174,142)
#D1B79B
(209,183,155)
#D7C0A8
(215,192,168)
#DDC9B5
(221,201,181)
#E3D2C2
(227,210,194)
#E9DBCF
(233,219,207)
#EFE4DC
(239,228,220)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99367 color. Also use rgb(185,147,103) instead hex code.

Text Font Color

.myTextColor { color: #B99367; }

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

This text font color is #B99367.

Background Color

.myBgColor { background-color: #B99367; }

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

This div background color is #B99367.

Border color

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

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

This div border color is #B99367.

Opacity

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

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

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

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

This text has shadow with #B99367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99367.

Preview

Color preview on black background

This text has color #B99367 on black background.


Color preview on white background

This text has color #B99367 on white background.


Black color preview on #B99367 background

This text has black color on #B99367 background.


White color preview on #B99367 background

This text has white color on #B99367 background.


Related colors

Complementary color

Complementary color for #hex is #466C98.


I love getcolorcode.com

Triadic colors

1 #67B993 and #9367B9 with #B99367 are triadic colors.

2 #6793B9 and #93B967 with #B99367 are triadic colors.