COLOR #B89663

HEX: #B89663 RGB: (184,150,99)

Color info

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

RGB color model

#B89663 color RGB value is (184,150,99).

RGB: (184,150,99) (72%, 59%, 39%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 99 of 255 = 39%

184
150
99

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

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 99 = 433 (100%)
R 184 of 433 ~ 42.49%
G 150 of 433 ~ 34.64%
B 99 of 433 ~ 22.86'%

%42.49
%34.64
%22.86

CMYK color model

#B89663 color CMYK value is (0,18,46,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 46.20%
  • key color value is 27.84%

CMYK: (0,18,46,28)
C0M18Y46K28 (0%, 18%, 46%, 28%)
(0.00 / 0.18 / 0.46 / 0.28)

CMYK percentages

%0
%18.48
%46.2
%27.84

Codes

Color #B89663 in popluar color models

B8 96 63
RGB 184 150 99
HSL 36° 37.44% 55.49%
HSB/HSV 36° 46.20% 72.16%
CMYK 0.00% 18.48% 46.20%
27.84%

Color #B89663 in popluar number systems.

HEX B8 96 63
Decimal 184 150 99
Binary 10111000 10010110 1100011
Octal 270 226 143

Shades and tints

Shades of #B89663

#B89663
(184,150,99)
#A8895A
(168,137,90)
#987C51
(152,124,81)
#886F48
(136,111,72)
#78623F
(120,98,63)
#685536
(104,85,54)
#58482D
(88,72,45)
#483B24
(72,59,36)
#382E1B
(56,46,27)
#282112
(40,33,18)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #B89663

#B89663
(184,150,99)
#BE9F71
(190,159,113)
#C4A87F
(196,168,127)
#CAB18D
(202,177,141)
#D0BA9B
(208,186,155)
#D6C3A9
(214,195,169)
#DCCCB7
(220,204,183)
#E2D5C5
(226,213,197)
#E8DED3
(232,222,211)
#EEE7E1
(238,231,225)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89663 color. Also use rgb(184,150,99) instead hex code.

Text Font Color

.myTextColor { color: #B89663; }

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

This text font color is #B89663.

Background Color

.myBgColor { background-color: #B89663; }

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

This div background color is #B89663.

Border color

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

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

This div border color is #B89663.

Opacity

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

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

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

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

This text has shadow with #B89663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89663.

Preview

Color preview on black background

This text has color #B89663 on black background.


Color preview on white background

This text has color #B89663 on white background.


Black color preview on #B89663 background

This text has black color on #B89663 background.


White color preview on #B89663 background

This text has white color on #B89663 background.


Related colors

Complementary color

Complementary color for #hex is #47699C.


I love getcolorcode.com

Triadic colors

1 #63B896 and #9663B8 with #B89663 are triadic colors.

2 #6396B8 and #96B863 with #B89663 are triadic colors.