COLOR #B7646B

HEX: #B7646B
RGB: (183,100,107)

Color info

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

RGB color model

#B7646B color RGB value is (183,100,107).

  • red value is 183;
  • green value is 100;
  • blue value is 107.
RGB:
(183,100,107)
(72%,39%,42%)

RGB channels and saturation

R 183 of 255 = 72%
G 100 of 255 = 39%
B 107 of 255 = 42%

183
100
107

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

Portions of RGB colors in percentages

R + G + B =
183 + 100 + 107 = 390 (100%)
R 183 of 390 ~ 46.92%
G 100 of 390 ~ 25.64%
B 107 of 390 ~ 27.44%

%46.92
%25.64
%27.44

CMYK color model

#B7646B color CMYK value is (0,45,42,28).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 41.53%
  • key color value is 28.24%
CMYK:
(0,45,42,28)
C0M45Y42K28 
(0%,45%,42%,28%)
(0.00/0.45/0.42/0.28)	

CMYK percentages

%0
%45.36
%41.53
%28.24

Codes

Color #B7646B in popluar color models

B7646B
RGB183100107
HSL355°36.56%55.49%
HSB/HSV355°45.36%71.76%
CMYK0.00%45.36%41.53%
28.24%

Color #B7646B in popluar number systems.

HEXB7646B
Decimal183100107
Binary1011011111001001101011
Octal267144153

Shades and tints

Shades of #B7646B

#B7646B
(183,100,107)
#A75B62
(167,91,98)
#975259
(151,82,89)
#874950
(135,73,80)
#774047
(119,64,71)
#67373E
(103,55,62)
#572E35
(87,46,53)
#47252C
(71,37,44)
#371C23
(55,28,35)
#27131A
(39,19,26)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #B7646B

#B7646B
(183,100,107)
#BD7278
(189,114,120)
#C38085
(195,128,133)
#C98E92
(201,142,146)
#CF9C9F
(207,156,159)
#D5AAAC
(213,170,172)
#DBB8B9
(219,184,185)
#E1C6C6
(225,198,198)
#E7D4D3
(231,212,211)
#EDE2E0
(237,226,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7646B color. Also use rgb(183,100,107) instead hex code.

Text Font Color

.myTextColor { color: #B7646B; }

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

This text font color is #B7646B.


Background Color

.myBgColor { background-color: #B7646B; }

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

This div background color is #B7646B.


Border color

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

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

This div border color is #B7646B.


Opacity

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

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

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

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

This text has shadow with #B7646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7646B on black background.


Color preview on white background

This text has color #B7646B on white background.



Black color preview on #B7646B background

This text has black color on #B7646B background.


White color preview on #B7646B background

This text has white color on #B7646B background.