COLOR #B0767B

HEX: #B0767B
RGB: (176,118,123)

Color info

#B0767B contains red, green and blue colors in about the same proportion. Web safe color of #B0767B is #996666 (or #966).

RGB color model

#B0767B color RGB value is (176,118,123).

  • red value is 176;
  • green value is 118;
  • blue value is 123.
RGB:
(176,118,123)
(69%,46%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 123 of 255 = 48%

176
118
123

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

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 123 = 417 (100%)
R 176 of 417 ~ 42.21%
G 118 of 417 ~ 28.3%
B 123 of 417 ~ 29.5%

%42.21
%28.3
%29.5

CMYK color model

#B0767B color CMYK value is (0,33,30,31).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 30.11%
  • key color value is 30.98%
CMYK:
(0,33,30,31)
C0M33Y30K31 
(0%,33%,30%,31%)
(0.00/0.33/0.30/0.31)	

CMYK percentages

%0
%32.95
%30.11
%30.98

Codes

Color #B0767B in popluar color models

B0767B
RGB176118123
HSL355°26.85%57.65%
HSB/HSV355°32.95%69.02%
CMYK0.00%32.95%30.11%
30.98%

Color #B0767B in popluar number systems.

HEXB0767B
Decimal176118123
Binary1011000011101101111011
Octal260166173

Shades and tints

Shades of #B0767B

#B0767B
(176,118,123)
#A06C70
(160,108,112)
#906265
(144,98,101)
#80585A
(128,88,90)
#704E4F
(112,78,79)
#604444
(96,68,68)
#503A39
(80,58,57)
#40302E
(64,48,46)
#302623
(48,38,35)
#201C18
(32,28,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #B0767B

#B0767B
(176,118,123)
#B78287
(183,130,135)
#BE8E93
(190,142,147)
#C59A9F
(197,154,159)
#CCA6AB
(204,166,171)
#D3B2B7
(211,178,183)
#DABEC3
(218,190,195)
#E1CACF
(225,202,207)
#E8D6DB
(232,214,219)
#EFE2E7
(239,226,231)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0767B color. Also use rgb(176,118,123) instead hex code.

Text Font Color

.myTextColor { color: #B0767B; }

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

This text font color is #B0767B.


Background Color

.myBgColor { background-color: #B0767B; }

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

This div background color is #B0767B.


Border color

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

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

This div border color is #B0767B.


Opacity

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

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

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

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

This text has shadow with #B0767B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0767B on black background.


Color preview on white background

This text has color #B0767B on white background.



Black color preview on #B0767B background

This text has black color on #B0767B background.


White color preview on #B0767B background

This text has white color on #B0767B background.