COLOR #B06675

HEX: #B06675
RGB: (176,102,117)

Color info

#B06675 contains mainly red and blue colors. Web safe color of #B06675 is #996666 (or #966).

RGB color model

#B06675 color RGB value is (176,102,117).

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

RGB channels and saturation

R 176 of 255 = 69%
G 102 of 255 = 40%
B 117 of 255 = 46%

176
102
117

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

Portions of RGB colors in percentages

R + G + B =
176 + 102 + 117 = 395 (100%)
R 176 of 395 ~ 44.56%
G 102 of 395 ~ 25.82%
B 117 of 395 ~ 29.62%

%44.56
%25.82
%29.62

CMYK color model

#B06675 color CMYK value is (0,42,34,31).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK:
(0,42,34,31)
C0M42Y34K31 
(0%,42%,34%,31%)
(0.00/0.42/0.34/0.31)	

CMYK percentages

%0
%42.05
%33.52
%30.98

Codes

Color #B06675 in popluar color models

B06675
RGB176102117
HSL348°31.90%54.51%
HSB/HSV348°42.05%69.02%
CMYK0.00%42.05%33.52%
30.98%

Color #B06675 in popluar number systems.

HEXB06675
Decimal176102117
Binary1011000011001101110101
Octal260146165

Shades and tints

Shades of #B06675

#B06675
(176,102,117)
#A05D6B
(160,93,107)
#905461
(144,84,97)
#804B57
(128,75,87)
#70424D
(112,66,77)
#603943
(96,57,67)
#503039
(80,48,57)
#40272F
(64,39,47)
#301E25
(48,30,37)
#20151B
(32,21,27)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #B06675

#B06675
(176,102,117)
#B77381
(183,115,129)
#BE808D
(190,128,141)
#C58D99
(197,141,153)
#CC9AA5
(204,154,165)
#D3A7B1
(211,167,177)
#DAB4BD
(218,180,189)
#E1C1C9
(225,193,201)
#E8CED5
(232,206,213)
#EFDBE1
(239,219,225)
#F6E8ED
(246,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06675; }

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

This text font color is #B06675.


Background Color

.myBgColor { background-color: #B06675; }

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

This div background color is #B06675.


Border color

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

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

This div border color is #B06675.


Opacity

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

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

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

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

This text has shadow with #B06675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06675 on black background.


Color preview on white background

This text has color #B06675 on white background.



Black color preview on #B06675 background

This text has black color on #B06675 background.


White color preview on #B06675 background

This text has white color on #B06675 background.