COLOR #B67482

HEX: #B67482
RGB: (182,116,130)

Color info

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

RGB color model

#B67482 color RGB value is (182,116,130).

  • red value is 182;
  • green value is 116;
  • blue value is 130.
RGB:
(182,116,130)
(71%,45%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 116 of 255 = 45%
B 130 of 255 = 51%

182
116
130

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

Portions of RGB colors in percentages

R + G + B =
182 + 116 + 130 = 428 (100%)
R 182 of 428 ~ 42.52%
G 116 of 428 ~ 27.1%
B 130 of 428 ~ 30.37%

%42.52
%27.1
%30.37

CMYK color model

#B67482 color CMYK value is (0,36,29,29).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 28.57%
  • key color value is 28.63%
CMYK:
(0,36,29,29)
C0M36Y29K29 
(0%,36%,29%,29%)
(0.00/0.36/0.29/0.29)	

CMYK percentages

%0
%36.26
%28.57
%28.63

Codes

Color #B67482 in popluar color models

B67482
RGB182116130
HSL347°31.13%58.43%
HSB/HSV347°36.26%71.37%
CMYK0.00%36.26%28.57%
28.63%

Color #B67482 in popluar number systems.

HEXB67482
Decimal182116130
Binary10110110111010010000010
Octal266164202

Shades and tints

Shades of #B67482

#B67482
(182,116,130)
#A66A77
(166,106,119)
#96606C
(150,96,108)
#865661
(134,86,97)
#764C56
(118,76,86)
#66424B
(102,66,75)
#563840
(86,56,64)
#462E35
(70,46,53)
#36242A
(54,36,42)
#261A1F
(38,26,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B67482

#B67482
(182,116,130)
#BC808D
(188,128,141)
#C28C98
(194,140,152)
#C898A3
(200,152,163)
#CEA4AE
(206,164,174)
#D4B0B9
(212,176,185)
#DABCC4
(218,188,196)
#E0C8CF
(224,200,207)
#E6D4DA
(230,212,218)
#ECE0E5
(236,224,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67482 color. Also use rgb(182,116,130) instead hex code.

Text Font Color

.myTextColor { color: #B67482; }

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

This text font color is #B67482.


Background Color

.myBgColor { background-color: #B67482; }

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

This div background color is #B67482.


Border color

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

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

This div border color is #B67482.


Opacity

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

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

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

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

This text has shadow with #B67482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67482 on black background.


Color preview on white background

This text has color #B67482 on white background.



Black color preview on #B67482 background

This text has black color on #B67482 background.


White color preview on #B67482 background

This text has white color on #B67482 background.