COLOR #B99566

HEX: #B99566
RGB: (185,149,102)

Color info

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

RGB color model

#B99566 color RGB value is (185,149,102).

  • red value is 185;
  • green value is 149;
  • blue value is 102.
RGB:
(185,149,102)
(73%,58%,40%)

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 102 of 255 = 40%

185
149
102

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

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 102 = 436 (100%)
R 185 of 436 ~ 42.43%
G 149 of 436 ~ 34.17%
B 102 of 436 ~ 23.39%

%42.43
%34.17
%23.39

CMYK color model

#B99566 color CMYK value is (0,19,45,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 44.86%
  • key color value is 27.45%
CMYK:
(0,19,45,27)
C0M19Y45K27 
(0%,19%,45%,27%)
(0.00/0.19/0.45/0.27)	

CMYK percentages

%0
%19.46
%44.86
%27.45

Codes

Color #B99566 in popluar color models

B99566
RGB185149102
HSL34°37.22%56.27%
HSB/HSV34°44.86%72.55%
CMYK0.00%19.46%44.86%
27.45%

Color #B99566 in popluar number systems.

HEXB99566
Decimal185149102
Binary10111001100101011100110
Octal271225146

Shades and tints

Shades of #B99566

#B99566
(185,149,102)
#A9885D
(169,136,93)
#997B54
(153,123,84)
#896E4B
(137,110,75)
#796142
(121,97,66)
#695439
(105,84,57)
#594730
(89,71,48)
#493A27
(73,58,39)
#392D1E
(57,45,30)
#292015
(41,32,21)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #B99566

#B99566
(185,149,102)
#BF9E73
(191,158,115)
#C5A780
(197,167,128)
#CBB08D
(203,176,141)
#D1B99A
(209,185,154)
#D7C2A7
(215,194,167)
#DDCBB4
(221,203,180)
#E3D4C1
(227,212,193)
#E9DDCE
(233,221,206)
#EFE6DB
(239,230,219)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99566 color. Also use rgb(185,149,102) instead hex code.

Text Font Color

.myTextColor { color: #B99566; }

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

This text font color is #B99566.


Background Color

.myBgColor { background-color: #B99566; }

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

This div background color is #B99566.


Border color

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

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

This div border color is #B99566.


Opacity

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

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

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

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

This text has shadow with #B99566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99566 on black background.


Color preview on white background

This text has color #B99566 on white background.



Black color preview on #B99566 background

This text has black color on #B99566 background.


White color preview on #B99566 background

This text has white color on #B99566 background.