COLOR #B5646A

HEX: #B5646A
RGB: (181,100,106)

Color info

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

RGB color model

#B5646A color RGB value is (181,100,106).

  • red value is 181;
  • green value is 100;
  • blue value is 106.
RGB:
(181,100,106)
(71%,39%,42%)

RGB channels and saturation

R 181 of 255 = 71%
G 100 of 255 = 39%
B 106 of 255 = 42%

181
100
106

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

Portions of RGB colors in percentages

R + G + B =
181 + 100 + 106 = 387 (100%)
R 181 of 387 ~ 46.77%
G 100 of 387 ~ 25.84%
B 106 of 387 ~ 27.39%

%46.77
%25.84
%27.39

CMYK color model

#B5646A color CMYK value is (0,45,41,29).

  • cyan value is 0.00%
  • magenta value is 44.75%
  • yellow value is 41.44%
  • key color value is 29.02%
CMYK:
(0,45,41,29)
C0M45Y41K29 
(0%,45%,41%,29%)
(0.00/0.45/0.41/0.29)	

CMYK percentages

%0
%44.75
%41.44
%29.02

Codes

Color #B5646A in popluar color models

B5646A
RGB181100106
HSL356°35.37%55.10%
HSB/HSV356°44.75%70.98%
CMYK0.00%44.75%41.44%
29.02%

Color #B5646A in popluar number systems.

HEXB5646A
Decimal181100106
Binary1011010111001001101010
Octal265144152

Shades and tints

Shades of #B5646A

#B5646A
(181,100,106)
#A55B61
(165,91,97)
#955258
(149,82,88)
#85494F
(133,73,79)
#754046
(117,64,70)
#65373D
(101,55,61)
#552E34
(85,46,52)
#45252B
(69,37,43)
#351C22
(53,28,34)
#251319
(37,19,25)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #B5646A

#B5646A
(181,100,106)
#BB7277
(187,114,119)
#C18084
(193,128,132)
#C78E91
(199,142,145)
#CD9C9E
(205,156,158)
#D3AAAB
(211,170,171)
#D9B8B8
(217,184,184)
#DFC6C5
(223,198,197)
#E5D4D2
(229,212,210)
#EBE2DF
(235,226,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5646A color. Also use rgb(181,100,106) instead hex code.

Text Font Color

.myTextColor { color: #B5646A; }

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

This text font color is #B5646A.


Background Color

.myBgColor { background-color: #B5646A; }

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

This div background color is #B5646A.


Border color

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

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

This div border color is #B5646A.


Opacity

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

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

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

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

This text has shadow with #B5646A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5646A on black background.


Color preview on white background

This text has color #B5646A on white background.



Black color preview on #B5646A background

This text has black color on #B5646A background.


White color preview on #B5646A background

This text has white color on #B5646A background.