COLOR #BB7677

HEX: #BB7677
RGB: (187,118,119)

Color info

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

RGB color model

#BB7677 color RGB value is (187,118,119).

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

RGB channels and saturation

R 187 of 255 = 73%
G 118 of 255 = 46%
B 119 of 255 = 47%

187
118
119

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

Portions of RGB colors in percentages

R + G + B =
187 + 118 + 119 = 424 (100%)
R 187 of 424 ~ 44.1%
G 118 of 424 ~ 27.83%
B 119 of 424 ~ 28.07%

%44.1
%27.83
%28.07

CMYK color model

#BB7677 color CMYK value is (0,37,36,27).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 36.36%
  • key color value is 26.67%
CMYK:
(0,37,36,27)
C0M37Y36K27 
(0%,37%,36%,27%)
(0.00/0.37/0.36/0.27)	

CMYK percentages

%0
%36.9
%36.36
%26.67

Codes

Color #BB7677 in popluar color models

BB7677
RGB187118119
HSL359°33.66%59.80%
HSB/HSV359°36.90%73.33%
CMYK0.00%36.90%36.36%
26.67%

Color #BB7677 in popluar number systems.

HEXBB7677
Decimal187118119
Binary1011101111101101110111
Octal273166167

Shades and tints

Shades of #BB7677

#BB7677
(187,118,119)
#AA6C6D
(170,108,109)
#996263
(153,98,99)
#885859
(136,88,89)
#774E4F
(119,78,79)
#664445
(102,68,69)
#553A3B
(85,58,59)
#443031
(68,48,49)
#332627
(51,38,39)
#221C1D
(34,28,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BB7677

#BB7677
(187,118,119)
#C18283
(193,130,131)
#C78E8F
(199,142,143)
#CD9A9B
(205,154,155)
#D3A6A7
(211,166,167)
#D9B2B3
(217,178,179)
#DFBEBF
(223,190,191)
#E5CACB
(229,202,203)
#EBD6D7
(235,214,215)
#F1E2E3
(241,226,227)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7677; }

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

This text font color is #BB7677.


Background Color

.myBgColor { background-color: #BB7677; }

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

This div background color is #BB7677.


Border color

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

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

This div border color is #BB7677.


Opacity

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

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

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

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

This text has shadow with #BB7677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7677 on black background.


Color preview on white background

This text has color #BB7677 on white background.



Black color preview on #BB7677 background

This text has black color on #BB7677 background.


White color preview on #BB7677 background

This text has white color on #BB7677 background.