COLOR #B06655

HEX: #B06655
RGB: (176,102,85)

Color info

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

RGB color model

#B06655 color RGB value is (176,102,85).

  • red value is 176;
  • green value is 102;
  • blue value is 85.
RGB:
(176,102,85)
(69%,40%,33%)

RGB channels and saturation

R 176 of 255 = 69%
G 102 of 255 = 40%
B 85 of 255 = 33%

176
102
85

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

Portions of RGB colors in percentages

R + G + B =
176 + 102 + 85 = 363 (100%)
R 176 of 363 ~ 48.48%
G 102 of 363 ~ 28.1%
B 85 of 363 ~ 23.42%

%48.48
%28.1
%23.42

CMYK color model

#B06655 color CMYK value is (0,42,52,31).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 51.70%
  • key color value is 30.98%
CMYK:
(0,42,52,31)
C0M42Y52K31 
(0%,42%,52%,31%)
(0.00/0.42/0.52/0.31)	

CMYK percentages

%0
%42.05
%51.7
%30.98

Codes

Color #B06655 in popluar color models

B06655
RGB17610285
HSL11°36.55%51.18%
HSB/HSV11°51.70%69.02%
CMYK0.00%42.05%51.70%
30.98%

Color #B06655 in popluar number systems.

HEXB06655
Decimal17610285
Binary1011000011001101010101
Octal260146125

Shades and tints

Shades of #B06655

#B06655
(176,102,85)
#A05D4E
(160,93,78)
#905447
(144,84,71)
#804B40
(128,75,64)
#704239
(112,66,57)
#603932
(96,57,50)
#50302B
(80,48,43)
#402724
(64,39,36)
#301E1D
(48,30,29)
#201516
(32,21,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #B06655

#B06655
(176,102,85)
#B77364
(183,115,100)
#BE8073
(190,128,115)
#C58D82
(197,141,130)
#CC9A91
(204,154,145)
#D3A7A0
(211,167,160)
#DAB4AF
(218,180,175)
#E1C1BE
(225,193,190)
#E8CECD
(232,206,205)
#EFDBDC
(239,219,220)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06655 color. Also use rgb(176,102,85) instead hex code.

Text Font Color

.myTextColor { color: #B06655; }

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

This text font color is #B06655.


Background Color

.myBgColor { background-color: #B06655; }

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

This div background color is #B06655.


Border color

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

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

This div border color is #B06655.


Opacity

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

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

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

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

This text has shadow with #B06655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06655 on black background.


Color preview on white background

This text has color #B06655 on white background.



Black color preview on #B06655 background

This text has black color on #B06655 background.


White color preview on #B06655 background

This text has white color on #B06655 background.