COLOR #B66369

HEX: #B66369
RGB: (182,99,105)

Color info

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

RGB color model

#B66369 color RGB value is (182,99,105).

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

RGB channels and saturation

R 182 of 255 = 71%
G 99 of 255 = 39%
B 105 of 255 = 41%

182
99
105

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

Portions of RGB colors in percentages

R + G + B =
182 + 99 + 105 = 386 (100%)
R 182 of 386 ~ 47.15%
G 99 of 386 ~ 25.65%
B 105 of 386 ~ 27.2%

%47.15
%25.65
%27.2

CMYK color model

#B66369 color CMYK value is (0,46,42,29).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 42.31%
  • key color value is 28.63%
CMYK:
(0,46,42,29)
C0M46Y42K29 
(0%,46%,42%,29%)
(0.00/0.46/0.42/0.29)	

CMYK percentages

%0
%45.6
%42.31
%28.63

Codes

Color #B66369 in popluar color models

B66369
RGB18299105
HSL356°36.24%55.10%
HSB/HSV356°45.60%71.37%
CMYK0.00%45.60%42.31%
28.63%

Color #B66369 in popluar number systems.

HEXB66369
Decimal18299105
Binary1011011011000111101001
Octal266143151

Shades and tints

Shades of #B66369

#B66369
(182,99,105)
#A65A60
(166,90,96)
#965157
(150,81,87)
#86484E
(134,72,78)
#763F45
(118,63,69)
#66363C
(102,54,60)
#562D33
(86,45,51)
#46242A
(70,36,42)
#361B21
(54,27,33)
#261218
(38,18,24)
#16090F
(22,9,15)
#000000
(0,0,0)

Tints of #B66369

#B66369
(182,99,105)
#BC7176
(188,113,118)
#C27F83
(194,127,131)
#C88D90
(200,141,144)
#CE9B9D
(206,155,157)
#D4A9AA
(212,169,170)
#DAB7B7
(218,183,183)
#E0C5C4
(224,197,196)
#E6D3D1
(230,211,209)
#ECE1DE
(236,225,222)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66369; }

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

This text font color is #B66369.


Background Color

.myBgColor { background-color: #B66369; }

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

This div background color is #B66369.


Border color

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

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

This div border color is #B66369.


Opacity

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

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

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

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

This text has shadow with #B66369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66369 on black background.


Color preview on white background

This text has color #B66369 on white background.



Black color preview on #B66369 background

This text has black color on #B66369 background.


White color preview on #B66369 background

This text has white color on #B66369 background.