COLOR #BB777C

HEX: #BB777C RGB: (187,119,124)

Color info

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

RGB color model

#BB777C color RGB value is (187,119,124).

RGB: (187,119,124) (73%, 47%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 119 of 255 = 47%
B 124 of 255 = 49%

187
119
124

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

Portions of RGB colors in percentages

R + G + B = 187 + 119 + 124 = 430 (100%)
R 187 of 430 ~ 43.49%
G 119 of 430 ~ 27.67%
B 124 of 430 ~ 28.84'%

%43.49
%27.67
%28.84

CMYK color model

#BB777C color CMYK value is (0,36,34,27).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 33.69%
  • key color value is 26.67%
CMYK: (0,36,34,27) C0M36Y34K27 (0%,36%,34%,27%) (0.00/0.36/0.34/0.27) 

CMYK percentages

%0
%36.36
%33.69
%26.67

Codes

Color #BB777C in popluar color models

BB 77 7C
RGB 187 119 124
HSL 356° 33.33% 60.00%
HSB/HSV 356° 36.36% 73.33%
CMYK 0.00% 36.36% 33.69%
26.67%

Color #BB777C in popluar number systems.

HEX BB 77 7C
Decimal 187 119 124
Binary 10111011 1110111 1111100
Octal 273 167 174

Shades and tints

Shades of #BB777C

#BB777C
(187,119,124)
#AA6D71
(170,109,113)
#996366
(153,99,102)
#88595B
(136,89,91)
#774F50
(119,79,80)
#664545
(102,69,69)
#553B3A
(85,59,58)
#44312F
(68,49,47)
#332724
(51,39,36)
#221D19
(34,29,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB777C

#BB777C
(187,119,124)
#C18387
(193,131,135)
#C78F92
(199,143,146)
#CD9B9D
(205,155,157)
#D3A7A8
(211,167,168)
#D9B3B3
(217,179,179)
#DFBFBE
(223,191,190)
#E5CBC9
(229,203,201)
#EBD7D4
(235,215,212)
#F1E3DF
(241,227,223)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB777C; }

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

This text font color is #BB777C.

Background Color

.myBgColor { background-color: #BB777C; }

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

This div background color is #BB777C.

Border color

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

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

This div border color is #BB777C.

Opacity

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

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

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

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

This text has shadow with #BB777C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB777C.

Preview

Color preview on black background

This text has color #BB777C on black background.


Color preview on white background

This text has color #BB777C on white background.


Black color preview on #BB777C background

This text has black color on #BB777C background.


White color preview on #BB777C background

This text has white color on #BB777C background.


Related colors

Complementary color

Complementary color for #hex is #448883.


I love getcolorcode.com

Triadic colors

1 #7CBB77 and #777CBB with #BB777C are triadic colors.

2 #7C77BB and #77BB7C with #BB777C are triadic colors.