COLOR #B87281

HEX: #B87281
RGB: (184,114,129)

Color info

#B87281 contains mainly red and blue colors. Web safe color of #B87281 is #CC6699 (or #C69).

RGB color model

#B87281 color RGB value is (184,114,129).

  • red value is 184;
  • green value is 114;
  • blue value is 129.
RGB:
(184,114,129)
(72%,45%,51%)

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 129 of 255 = 51%

184
114
129

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

Portions of RGB colors in percentages

R + G + B =
184 + 114 + 129 = 427 (100%)
R 184 of 427 ~ 43.09%
G 114 of 427 ~ 26.7%
B 129 of 427 ~ 30.21%

%43.09
%26.7
%30.21

CMYK color model

#B87281 color CMYK value is (0,38,30,28).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 29.89%
  • key color value is 27.84%
CMYK:
(0,38,30,28)
C0M38Y30K28 
(0%,38%,30%,28%)
(0.00/0.38/0.30/0.28)	

CMYK percentages

%0
%38.04
%29.89
%27.84

Codes

Color #B87281 in popluar color models

B87281
RGB184114129
HSL347°33.02%58.43%
HSB/HSV347°38.04%72.16%
CMYK0.00%38.04%29.89%
27.84%

Color #B87281 in popluar number systems.

HEXB87281
Decimal184114129
Binary10111000111001010000001
Octal270162201

Shades and tints

Shades of #B87281

#B87281
(184,114,129)
#A86876
(168,104,118)
#985E6B
(152,94,107)
#885460
(136,84,96)
#784A55
(120,74,85)
#68404A
(104,64,74)
#58363F
(88,54,63)
#482C34
(72,44,52)
#382229
(56,34,41)
#28181E
(40,24,30)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #B87281

#B87281
(184,114,129)
#BE7E8C
(190,126,140)
#C48A97
(196,138,151)
#CA96A2
(202,150,162)
#D0A2AD
(208,162,173)
#D6AEB8
(214,174,184)
#DCBAC3
(220,186,195)
#E2C6CE
(226,198,206)
#E8D2D9
(232,210,217)
#EEDEE4
(238,222,228)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87281 color. Also use rgb(184,114,129) instead hex code.

Text Font Color

.myTextColor { color: #B87281; }

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

This text font color is #B87281.


Background Color

.myBgColor { background-color: #B87281; }

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

This div background color is #B87281.


Border color

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

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

This div border color is #B87281.


Opacity

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

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

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

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

This text has shadow with #B87281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87281 on black background.


Color preview on white background

This text has color #B87281 on white background.



Black color preview on #B87281 background

This text has black color on #B87281 background.


White color preview on #B87281 background

This text has white color on #B87281 background.