COLOR #B67890

HEX: #B67890
RGB: (182,120,144)

Color info

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

RGB color model

#B67890 color RGB value is (182,120,144).

  • red value is 182;
  • green value is 120;
  • blue value is 144.
RGB:
(182,120,144)
(71%,47%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 120 of 255 = 47%
B 144 of 255 = 56%

182
120
144

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

Portions of RGB colors in percentages

R + G + B =
182 + 120 + 144 = 446 (100%)
R 182 of 446 ~ 40.81%
G 120 of 446 ~ 26.91%
B 144 of 446 ~ 32.29%

%40.81
%26.91
%32.29

CMYK color model

#B67890 color CMYK value is (0,34,21,29).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(0,34,21,29)
C0M34Y21K29 
(0%,34%,21%,29%)
(0.00/0.34/0.21/0.29)	

CMYK percentages

%0
%34.07
%20.88
%28.63

Codes

Color #B67890 in popluar color models

B67890
RGB182120144
HSL337°29.81%59.22%
HSB/HSV337°34.07%71.37%
CMYK0.00%34.07%20.88%
28.63%

Color #B67890 in popluar number systems.

HEXB67890
Decimal182120144
Binary10110110111100010010000
Octal266170220

Shades and tints

Shades of #B67890

#B67890
(182,120,144)
#A66E83
(166,110,131)
#966476
(150,100,118)
#865A69
(134,90,105)
#76505C
(118,80,92)
#66464F
(102,70,79)
#563C42
(86,60,66)
#463235
(70,50,53)
#362828
(54,40,40)
#261E1B
(38,30,27)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #B67890

#B67890
(182,120,144)
#BC849A
(188,132,154)
#C290A4
(194,144,164)
#C89CAE
(200,156,174)
#CEA8B8
(206,168,184)
#D4B4C2
(212,180,194)
#DAC0CC
(218,192,204)
#E0CCD6
(224,204,214)
#E6D8E0
(230,216,224)
#ECE4EA
(236,228,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67890 color. Also use rgb(182,120,144) instead hex code.

Text Font Color

.myTextColor { color: #B67890; }

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

This text font color is #B67890.


Background Color

.myBgColor { background-color: #B67890; }

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

This div background color is #B67890.


Border color

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

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

This div border color is #B67890.


Opacity

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

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

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

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

This text has shadow with #B67890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67890 on black background.


Color preview on white background

This text has color #B67890 on white background.



Black color preview on #B67890 background

This text has black color on #B67890 background.


White color preview on #B67890 background

This text has white color on #B67890 background.