COLOR #B5656A

HEX: #B5656A
RGB: (181,101,106)

Color info

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

RGB color model

#B5656A color RGB value is (181,101,106).

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

RGB channels and saturation

R 181 of 255 = 71%
G 101 of 255 = 40%
B 106 of 255 = 42%

181
101
106

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

Portions of RGB colors in percentages

R + G + B =
181 + 101 + 106 = 388 (100%)
R 181 of 388 ~ 46.65%
G 101 of 388 ~ 26.03%
B 106 of 388 ~ 27.32%

%46.65
%26.03
%27.32

CMYK color model

#B5656A color CMYK value is (0,44,41,29).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 41.44%
  • key color value is 29.02%
CMYK:
(0,44,41,29)
C0M44Y41K29 
(0%,44%,41%,29%)
(0.00/0.44/0.41/0.29)	

CMYK percentages

%0
%44.2
%41.44
%29.02

Codes

Color #B5656A in popluar color models

B5656A
RGB181101106
HSL356°35.09%55.29%
HSB/HSV356°44.20%70.98%
CMYK0.00%44.20%41.44%
29.02%

Color #B5656A in popluar number systems.

HEXB5656A
Decimal181101106
Binary1011010111001011101010
Octal265145152

Shades and tints

Shades of #B5656A

#B5656A
(181,101,106)
#A55C61
(165,92,97)
#955358
(149,83,88)
#854A4F
(133,74,79)
#754146
(117,65,70)
#65383D
(101,56,61)
#552F34
(85,47,52)
#45262B
(69,38,43)
#351D22
(53,29,34)
#251419
(37,20,25)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #B5656A

#B5656A
(181,101,106)
#BB7377
(187,115,119)
#C18184
(193,129,132)
#C78F91
(199,143,145)
#CD9D9E
(205,157,158)
#D3ABAB
(211,171,171)
#D9B9B8
(217,185,184)
#DFC7C5
(223,199,197)
#E5D5D2
(229,213,210)
#EBE3DF
(235,227,223)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5656A; }

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

This text font color is #B5656A.


Background Color

.myBgColor { background-color: #B5656A; }

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

This div background color is #B5656A.


Border color

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

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

This div border color is #B5656A.


Opacity

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

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

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

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

This text has shadow with #B5656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5656A on black background.


Color preview on white background

This text has color #B5656A on white background.



Black color preview on #B5656A background

This text has black color on #B5656A background.


White color preview on #B5656A background

This text has white color on #B5656A background.