COLOR #B9815D

HEX: #B9815D RGB: (185,129,93)

Color info

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

RGB color model

#B9815D color RGB value is (185,129,93).

RGB: (185,129,93) (73%, 51%, 36%)

RGB channels and saturation

R 185 of 255 = 73%
G 129 of 255 = 51%
B 93 of 255 = 36%

185
129
93

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

Portions of RGB colors in percentages

R + G + B = 185 + 129 + 93 = 407 (100%)
R 185 of 407 ~ 45.45%
G 129 of 407 ~ 31.7%
B 93 of 407 ~ 22.85'%

%45.45
%31.7
%22.85

CMYK color model

#B9815D color CMYK value is (0,30,50,27).

  • cyan value is 0.00%
  • magenta value is 30.27%
  • yellow value is 49.73%
  • key color value is 27.45%

CMYK: (0,30,50,27)
C0M30Y50K27 (0%, 30%, 50%, 27%)
(0.00 / 0.30 / 0.50 / 0.27)

CMYK percentages

%0
%30.27
%49.73
%27.45

Codes

Color #B9815D in popluar color models

B9 81 5D
RGB 185 129 93
HSL 23° 39.66% 54.51%
HSB/HSV 23° 49.73% 72.55%
CMYK 0.00% 30.27% 49.73%
27.45%

Color #B9815D in popluar number systems.

HEX B9 81 5D
Decimal 185 129 93
Binary 10111001 10000001 1011101
Octal 271 201 135

Shades and tints

Shades of #B9815D

#B9815D
(185,129,93)
#A97655
(169,118,85)
#996B4D
(153,107,77)
#896045
(137,96,69)
#79553D
(121,85,61)
#694A35
(105,74,53)
#593F2D
(89,63,45)
#493425
(73,52,37)
#39291D
(57,41,29)
#291E15
(41,30,21)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B9815D

#B9815D
(185,129,93)
#BF8C6B
(191,140,107)
#C59779
(197,151,121)
#CBA287
(203,162,135)
#D1AD95
(209,173,149)
#D7B8A3
(215,184,163)
#DDC3B1
(221,195,177)
#E3CEBF
(227,206,191)
#E9D9CD
(233,217,205)
#EFE4DB
(239,228,219)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9815D color. Also use rgb(185,129,93) instead hex code.

Text Font Color

.myTextColor { color: #B9815D; }

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

This text font color is #B9815D.

Background Color

.myBgColor { background-color: #B9815D; }

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

This div background color is #B9815D.

Border color

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

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

This div border color is #B9815D.

Opacity

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

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

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

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

This text has shadow with #B9815D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9815D.

Preview

Color preview on black background

This text has color #B9815D on black background.


Color preview on white background

This text has color #B9815D on white background.


Black color preview on #B9815D background

This text has black color on #B9815D background.


White color preview on #B9815D background

This text has white color on #B9815D background.


Related colors

Complementary color

Complementary color for #hex is #467EA2.


I love getcolorcode.com

Triadic colors

1 #5DB981 and #815DB9 with #B9815D are triadic colors.

2 #5D81B9 and #81B95D with #B9815D are triadic colors.