COLOR #B67995

HEX: #B67995
RGB: (182,121,149)

Color info

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

RGB color model

#B67995 color RGB value is (182,121,149).

  • red value is 182;
  • green value is 121;
  • blue value is 149.
RGB:
(182,121,149)
(71%,47%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 121 of 255 = 47%
B 149 of 255 = 58%

182
121
149

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

Portions of RGB colors in percentages

R + G + B =
182 + 121 + 149 = 452 (100%)
R 182 of 452 ~ 40.27%
G 121 of 452 ~ 26.77%
B 149 of 452 ~ 32.96%

%40.27
%26.77
%32.96

CMYK color model

#B67995 color CMYK value is (0,34,18,29).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK:
(0,34,18,29)
C0M34Y18K29 
(0%,34%,18%,29%)
(0.00/0.34/0.18/0.29)	

CMYK percentages

%0
%33.52
%18.13
%28.63

Codes

Color #B67995 in popluar color models

B67995
RGB182121149
HSL332°29.47%59.41%
HSB/HSV332°33.52%71.37%
CMYK0.00%33.52%18.13%
28.63%

Color #B67995 in popluar number systems.

HEXB67995
Decimal182121149
Binary10110110111100110010101
Octal266171225

Shades and tints

Shades of #B67995

#B67995
(182,121,149)
#A66E88
(166,110,136)
#96637B
(150,99,123)
#86586E
(134,88,110)
#764D61
(118,77,97)
#664254
(102,66,84)
#563747
(86,55,71)
#462C3A
(70,44,58)
#36212D
(54,33,45)
#261620
(38,22,32)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #B67995

#B67995
(182,121,149)
#BC859E
(188,133,158)
#C291A7
(194,145,167)
#C89DB0
(200,157,176)
#CEA9B9
(206,169,185)
#D4B5C2
(212,181,194)
#DAC1CB
(218,193,203)
#E0CDD4
(224,205,212)
#E6D9DD
(230,217,221)
#ECE5E6
(236,229,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67995 color. Also use rgb(182,121,149) instead hex code.

Text Font Color

.myTextColor { color: #B67995; }

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

This text font color is #B67995.


Background Color

.myBgColor { background-color: #B67995; }

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

This div background color is #B67995.


Border color

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

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

This div border color is #B67995.


Opacity

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

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

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

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

This text has shadow with #B67995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67995 on black background.


Color preview on white background

This text has color #B67995 on white background.



Black color preview on #B67995 background

This text has black color on #B67995 background.


White color preview on #B67995 background

This text has white color on #B67995 background.