COLOR #BB767F

HEX: #BB767F
RGB: (187,118,127)

Color info

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

RGB color model

#BB767F color RGB value is (187,118,127).

  • red value is 187;
  • green value is 118;
  • blue value is 127.
RGB:
(187,118,127)
(73%,46%,50%)

RGB channels and saturation

R 187 of 255 = 73%
G 118 of 255 = 46%
B 127 of 255 = 50%

187
118
127

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

Portions of RGB colors in percentages

R + G + B =
187 + 118 + 127 = 432 (100%)
R 187 of 432 ~ 43.29%
G 118 of 432 ~ 27.31%
B 127 of 432 ~ 29.4%

%43.29
%27.31
%29.4

CMYK color model

#BB767F color CMYK value is (0,37,32,27).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,37,32,27)
C0M37Y32K27 
(0%,37%,32%,27%)
(0.00/0.37/0.32/0.27)	

CMYK percentages

%0
%36.9
%32.09
%26.67

Codes

Color #BB767F in popluar color models

BB767F
RGB187118127
HSL352°33.66%59.80%
HSB/HSV352°36.90%73.33%
CMYK0.00%36.90%32.09%
26.67%

Color #BB767F in popluar number systems.

HEXBB767F
Decimal187118127
Binary1011101111101101111111
Octal273166177

Shades and tints

Shades of #BB767F

#BB767F
(187,118,127)
#AA6C74
(170,108,116)
#996269
(153,98,105)
#88585E
(136,88,94)
#774E53
(119,78,83)
#664448
(102,68,72)
#553A3D
(85,58,61)
#443032
(68,48,50)
#332627
(51,38,39)
#221C1C
(34,28,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #BB767F

#BB767F
(187,118,127)
#C1828A
(193,130,138)
#C78E95
(199,142,149)
#CD9AA0
(205,154,160)
#D3A6AB
(211,166,171)
#D9B2B6
(217,178,182)
#DFBEC1
(223,190,193)
#E5CACC
(229,202,204)
#EBD6D7
(235,214,215)
#F1E2E2
(241,226,226)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB767F color. Also use rgb(187,118,127) instead hex code.

Text Font Color

.myTextColor { color: #BB767F; }

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

This text font color is #BB767F.


Background Color

.myBgColor { background-color: #BB767F; }

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

This div background color is #BB767F.


Border color

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

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

This div border color is #BB767F.


Opacity

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

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

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

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

This text has shadow with #BB767F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB767F on black background.


Color preview on white background

This text has color #BB767F on white background.



Black color preview on #BB767F background

This text has black color on #BB767F background.


White color preview on #BB767F background

This text has white color on #BB767F background.