COLOR #B68892

HEX: #B68892
RGB: (182,136,146)

Color info

#B68892 contains red, green and blue colors in about the same proportion. Web safe color of #B68892 is #CC9999 (or #C99).

RGB color model

#B68892 color RGB value is (182,136,146).

  • red value is 182;
  • green value is 136;
  • blue value is 146.
RGB:
(182,136,146)
(71%,53%,57%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 146 of 255 = 57%

182
136
146

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

Portions of RGB colors in percentages

R + G + B =
182 + 136 + 146 = 464 (100%)
R 182 of 464 ~ 39.22%
G 136 of 464 ~ 29.31%
B 146 of 464 ~ 31.47%

%39.22
%29.31
%31.47

CMYK color model

#B68892 color CMYK value is (0,25,20,29).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 19.78%
  • key color value is 28.63%
CMYK:
(0,25,20,29)
C0M25Y20K29 
(0%,25%,20%,29%)
(0.00/0.25/0.20/0.29)	

CMYK percentages

%0
%25.27
%19.78
%28.63

Codes

Color #B68892 in popluar color models

B68892
RGB182136146
HSL347°23.96%62.35%
HSB/HSV347°25.27%71.37%
CMYK0.00%25.27%19.78%
28.63%

Color #B68892 in popluar number systems.

HEXB68892
Decimal182136146
Binary101101101000100010010010
Octal266210222

Shades and tints

Shades of #B68892

#B68892
(182,136,146)
#A67C85
(166,124,133)
#967078
(150,112,120)
#86646B
(134,100,107)
#76585E
(118,88,94)
#664C51
(102,76,81)
#564044
(86,64,68)
#463437
(70,52,55)
#36282A
(54,40,42)
#261C1D
(38,28,29)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #B68892

#B68892
(182,136,146)
#BC929B
(188,146,155)
#C29CA4
(194,156,164)
#C8A6AD
(200,166,173)
#CEB0B6
(206,176,182)
#D4BABF
(212,186,191)
#DAC4C8
(218,196,200)
#E0CED1
(224,206,209)
#E6D8DA
(230,216,218)
#ECE2E3
(236,226,227)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68892 color. Also use rgb(182,136,146) instead hex code.

Text Font Color

.myTextColor { color: #B68892; }

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

This text font color is #B68892.


Background Color

.myBgColor { background-color: #B68892; }

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

This div background color is #B68892.


Border color

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

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

This div border color is #B68892.


Opacity

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

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

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

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

This text has shadow with #B68892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68892 on black background.


Color preview on white background

This text has color #B68892 on white background.



Black color preview on #B68892 background

This text has black color on #B68892 background.


White color preview on #B68892 background

This text has white color on #B68892 background.