COLOR #B0656A

HEX: #B0656A
RGB: (176,101,106)

Color info

#B0656A contains mainly red color. Web safe color of #B0656A is #996666 (or #966).

RGB color model

#B0656A color RGB value is (176,101,106).

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

RGB channels and saturation

R 176 of 255 = 69%
G 101 of 255 = 40%
B 106 of 255 = 42%

176
101
106

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

Portions of RGB colors in percentages

R + G + B =
176 + 101 + 106 = 383 (100%)
R 176 of 383 ~ 45.95%
G 101 of 383 ~ 26.37%
B 106 of 383 ~ 27.68%

%45.95
%26.37
%27.68

CMYK color model

#B0656A color CMYK value is (0,43,40,31).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 39.77%
  • key color value is 30.98%
CMYK:
(0,43,40,31)
C0M43Y40K31 
(0%,43%,40%,31%)
(0.00/0.43/0.40/0.31)	

CMYK percentages

%0
%42.61
%39.77
%30.98

Codes

Color #B0656A in popluar color models

B0656A
RGB176101106
HSL356°32.19%54.31%
HSB/HSV356°42.61%69.02%
CMYK0.00%42.61%39.77%
30.98%

Color #B0656A in popluar number systems.

HEXB0656A
Decimal176101106
Binary1011000011001011101010
Octal260145152

Shades and tints

Shades of #B0656A

#B0656A
(176,101,106)
#A05C61
(160,92,97)
#905358
(144,83,88)
#804A4F
(128,74,79)
#704146
(112,65,70)
#60383D
(96,56,61)
#502F34
(80,47,52)
#40262B
(64,38,43)
#301D22
(48,29,34)
#201419
(32,20,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #B0656A

#B0656A
(176,101,106)
#B77377
(183,115,119)
#BE8184
(190,129,132)
#C58F91
(197,143,145)
#CC9D9E
(204,157,158)
#D3ABAB
(211,171,171)
#DAB9B8
(218,185,184)
#E1C7C5
(225,199,197)
#E8D5D2
(232,213,210)
#EFE3DF
(239,227,223)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0656A; }

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

This text font color is #B0656A.


Background Color

.myBgColor { background-color: #B0656A; }

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

This div background color is #B0656A.


Border color

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

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

This div border color is #B0656A.


Opacity

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

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

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

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

This text has shadow with #B0656A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0656A on black background.


Color preview on white background

This text has color #B0656A on white background.



Black color preview on #B0656A background

This text has black color on #B0656A background.


White color preview on #B0656A background

This text has white color on #B0656A background.