COLOR #B99273

HEX: #B99273 RGB: (185,146,115)

Color info

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

RGB color model

#B99273 color RGB value is (185,146,115).

RGB: (185,146,115) (73%, 57%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 146 of 255 = 57%
B 115 of 255 = 45%

185
146
115

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

Portions of RGB colors in percentages

R + G + B = 185 + 146 + 115 = 446 (100%)
R 185 of 446 ~ 41.48%
G 146 of 446 ~ 32.74%
B 115 of 446 ~ 25.78'%

%41.48
%32.74
%25.78

CMYK color model

#B99273 color CMYK value is (0,21,38,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 37.84%
  • key color value is 27.45%

CMYK: (0,21,38,27)
C0M21Y38K27 (0%, 21%, 38%, 27%)
(0.00 / 0.21 / 0.38 / 0.27)

CMYK percentages

%0
%21.08
%37.84
%27.45

Codes

Color #B99273 in popluar color models

B9 92 73
RGB 185 146 115
HSL 27° 33.33% 58.82%
HSB/HSV 27° 37.84% 72.55%
CMYK 0.00% 21.08% 37.84%
27.45%

Color #B99273 in popluar number systems.

HEX B9 92 73
Decimal 185 146 115
Binary 10111001 10010010 1110011
Octal 271 222 163

Shades and tints

Shades of #B99273

#B99273
(185,146,115)
#A98569
(169,133,105)
#99785F
(153,120,95)
#896B55
(137,107,85)
#795E4B
(121,94,75)
#695141
(105,81,65)
#594437
(89,68,55)
#49372D
(73,55,45)
#392A23
(57,42,35)
#291D19
(41,29,25)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #B99273

#B99273
(185,146,115)
#BF9B7F
(191,155,127)
#C5A48B
(197,164,139)
#CBAD97
(203,173,151)
#D1B6A3
(209,182,163)
#D7BFAF
(215,191,175)
#DDC8BB
(221,200,187)
#E3D1C7
(227,209,199)
#E9DAD3
(233,218,211)
#EFE3DF
(239,227,223)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99273 color. Also use rgb(185,146,115) instead hex code.

Text Font Color

.myTextColor { color: #B99273; }

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

This text font color is #B99273.

Background Color

.myBgColor { background-color: #B99273; }

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

This div background color is #B99273.

Border color

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

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

This div border color is #B99273.

Opacity

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

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

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

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

This text has shadow with #B99273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99273.

Preview

Color preview on black background

This text has color #B99273 on black background.


Color preview on white background

This text has color #B99273 on white background.


Black color preview on #B99273 background

This text has black color on #B99273 background.


White color preview on #B99273 background

This text has white color on #B99273 background.


Related colors

Complementary color

Complementary color for #hex is #466D8C.


I love getcolorcode.com

Triadic colors

1 #73B992 and #9273B9 with #B99273 are triadic colors.

2 #7392B9 and #92B973 with #B99273 are triadic colors.