COLOR #B87750

HEX: #B87750 RGB: (184,119,80)

Color info

#B87750 contains mainly red color. Web safe color of #B87750 is #CC6666 (or #C66).

RGB color model

#B87750 color RGB value is (184,119,80).

RGB: (184,119,80) (72%, 47%, 31%)

RGB channels and saturation

R 184 of 255 = 72%
G 119 of 255 = 47%
B 80 of 255 = 31%

184
119
80

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

Portions of RGB colors in percentages

R + G + B = 184 + 119 + 80 = 383 (100%)
R 184 of 383 ~ 48.04%
G 119 of 383 ~ 31.07%
B 80 of 383 ~ 20.89'%

%48.04
%31.07
%20.89

CMYK color model

#B87750 color CMYK value is (0,35,57,28).

  • cyan value is 0.00%
  • magenta value is 35.33%
  • yellow value is 56.52%
  • key color value is 27.84%

CMYK: (0,35,57,28)
C0M35Y57K28 (0%, 35%, 57%, 28%)
(0.00 / 0.35 / 0.57 / 0.28)

CMYK percentages

%0
%35.33
%56.52
%27.84

Codes

Color #B87750 in popluar color models

B8 77 50
RGB 184 119 80
HSL 23° 42.28% 51.76%
HSB/HSV 23° 56.52% 72.16%
CMYK 0.00% 35.33% 56.52%
27.84%

Color #B87750 in popluar number systems.

HEX B8 77 50
Decimal 184 119 80
Binary 10111000 1110111 1010000
Octal 270 167 120

Shades and tints

Shades of #B87750

#B87750
(184,119,80)
#A86D49
(168,109,73)
#986342
(152,99,66)
#88593B
(136,89,59)
#784F34
(120,79,52)
#68452D
(104,69,45)
#583B26
(88,59,38)
#48311F
(72,49,31)
#382718
(56,39,24)
#281D11
(40,29,17)
#18130A
(24,19,10)
#000000
(0,0,0)

Tints of #B87750

#B87750
(184,119,80)
#BE835F
(190,131,95)
#C48F6E
(196,143,110)
#CA9B7D
(202,155,125)
#D0A78C
(208,167,140)
#D6B39B
(214,179,155)
#DCBFAA
(220,191,170)
#E2CBB9
(226,203,185)
#E8D7C8
(232,215,200)
#EEE3D7
(238,227,215)
#F4EFE6
(244,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87750 color. Also use rgb(184,119,80) instead hex code.

Text Font Color

.myTextColor { color: #B87750; }

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

This text font color is #B87750.

Background Color

.myBgColor { background-color: #B87750; }

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

This div background color is #B87750.

Border color

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

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

This div border color is #B87750.

Opacity

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

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

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

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

This text has shadow with #B87750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87750.

Preview

Color preview on black background

This text has color #B87750 on black background.


Color preview on white background

This text has color #B87750 on white background.


Black color preview on #B87750 background

This text has black color on #B87750 background.


White color preview on #B87750 background

This text has white color on #B87750 background.


Related colors

Complementary color

Complementary color for #hex is #4788AF.


I love getcolorcode.com

Triadic colors

1 #50B877 and #7750B8 with #B87750 are triadic colors.

2 #5077B8 and #77B850 with #B87750 are triadic colors.