COLOR #B7894B

HEX: #B7894B
RGB: (183,137,75)

Color info

#B7894B contains mainly red and green colors. Web safe color of #B7894B is #CC9933 (or #C93).

RGB color model

#B7894B color RGB value is (183,137,75).

  • red value is 183;
  • green value is 137;
  • blue value is 75.
RGB:
(183,137,75)
(72%,54%,29%)

RGB channels and saturation

R 183 of 255 = 72%
G 137 of 255 = 54%
B 75 of 255 = 29%

183
137
75

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

Portions of RGB colors in percentages

R + G + B =
183 + 137 + 75 = 395 (100%)
R 183 of 395 ~ 46.33%
G 137 of 395 ~ 34.68%
B 75 of 395 ~ 18.99%

%46.33
%34.68
%18.99

CMYK color model

#B7894B color CMYK value is (0,25,59,28).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 59.02%
  • key color value is 28.24%
CMYK:
(0,25,59,28)
C0M25Y59K28 
(0%,25%,59%,28%)
(0.00/0.25/0.59/0.28)	

CMYK percentages

%0
%25.14
%59.02
%28.24

Codes

Color #B7894B in popluar color models

B7894B
RGB18313775
HSL34°42.86%50.59%
HSB/HSV34°59.02%71.76%
CMYK0.00%25.14%59.02%
28.24%

Color #B7894B in popluar number systems.

HEXB7894B
Decimal18313775
Binary10110111100010011001011
Octal267211113

Shades and tints

Shades of #B7894B

#B7894B
(183,137,75)
#A77D45
(167,125,69)
#97713F
(151,113,63)
#876539
(135,101,57)
#775933
(119,89,51)
#674D2D
(103,77,45)
#574127
(87,65,39)
#473521
(71,53,33)
#37291B
(55,41,27)
#271D15
(39,29,21)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #B7894B

#B7894B
(183,137,75)
#BD935B
(189,147,91)
#C39D6B
(195,157,107)
#C9A77B
(201,167,123)
#CFB18B
(207,177,139)
#D5BB9B
(213,187,155)
#DBC5AB
(219,197,171)
#E1CFBB
(225,207,187)
#E7D9CB
(231,217,203)
#EDE3DB
(237,227,219)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7894B color. Also use rgb(183,137,75) instead hex code.

Text Font Color

.myTextColor { color: #B7894B; }

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

This text font color is #B7894B.


Background Color

.myBgColor { background-color: #B7894B; }

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

This div background color is #B7894B.


Border color

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

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

This div border color is #B7894B.


Opacity

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

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

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

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

This text has shadow with #B7894B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7894B on black background.


Color preview on white background

This text has color #B7894B on white background.



Black color preview on #B7894B background

This text has black color on #B7894B background.


White color preview on #B7894B background

This text has white color on #B7894B background.