COLOR #B6636D

HEX: #B6636D
RGB: (182,99,109)

Color info

#B6636D contains mainly red color. Web safe color of #B6636D is #CC6666 (or #C66).

RGB color model

#B6636D color RGB value is (182,99,109).

  • red value is 182;
  • green value is 99;
  • blue value is 109.
RGB:
(182,99,109)
(71%,39%,43%)

RGB channels and saturation

R 182 of 255 = 71%
G 99 of 255 = 39%
B 109 of 255 = 43%

182
99
109

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

Portions of RGB colors in percentages

R + G + B =
182 + 99 + 109 = 390 (100%)
R 182 of 390 ~ 46.67%
G 99 of 390 ~ 25.38%
B 109 of 390 ~ 27.95%

%46.67
%25.38
%27.95

CMYK color model

#B6636D color CMYK value is (0,46,40,29).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK:
(0,46,40,29)
C0M46Y40K29 
(0%,46%,40%,29%)
(0.00/0.46/0.40/0.29)	

CMYK percentages

%0
%45.6
%40.11
%28.63

Codes

Color #B6636D in popluar color models

B6636D
RGB18299109
HSL353°36.24%55.10%
HSB/HSV353°45.60%71.37%
CMYK0.00%45.60%40.11%
28.63%

Color #B6636D in popluar number systems.

HEXB6636D
Decimal18299109
Binary1011011011000111101101
Octal266143155

Shades and tints

Shades of #B6636D

#B6636D
(182,99,109)
#A65A64
(166,90,100)
#96515B
(150,81,91)
#864852
(134,72,82)
#763F49
(118,63,73)
#663640
(102,54,64)
#562D37
(86,45,55)
#46242E
(70,36,46)
#361B25
(54,27,37)
#26121C
(38,18,28)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #B6636D

#B6636D
(182,99,109)
#BC717A
(188,113,122)
#C27F87
(194,127,135)
#C88D94
(200,141,148)
#CE9BA1
(206,155,161)
#D4A9AE
(212,169,174)
#DAB7BB
(218,183,187)
#E0C5C8
(224,197,200)
#E6D3D5
(230,211,213)
#ECE1E2
(236,225,226)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6636D color. Also use rgb(182,99,109) instead hex code.

Text Font Color

.myTextColor { color: #B6636D; }

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

This text font color is #B6636D.


Background Color

.myBgColor { background-color: #B6636D; }

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

This div background color is #B6636D.


Border color

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

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

This div border color is #B6636D.


Opacity

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

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

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

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

This text has shadow with #B6636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6636D on black background.


Color preview on white background

This text has color #B6636D on white background.



Black color preview on #B6636D background

This text has black color on #B6636D background.


White color preview on #B6636D background

This text has white color on #B6636D background.