COLOR #BB7B79

HEX: #BB7B79 RGB: (187,123,121)

Color info

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

RGB color model

#BB7B79 color RGB value is (187,123,121).

RGB: (187,123,121) (73%, 48%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 123 of 255 = 48%
B 121 of 255 = 47%

187
123
121

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

Portions of RGB colors in percentages

R + G + B = 187 + 123 + 121 = 431 (100%)
R 187 of 431 ~ 43.39%
G 123 of 431 ~ 28.54%
B 121 of 431 ~ 28.07'%

%43.39
%28.54
%28.07

CMYK color model

#BB7B79 color CMYK value is (0,34,35,27).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 35.29%
  • key color value is 26.67%

CMYK: (0,34,35,27)
C0M34Y35K27 (0%, 34%, 35%, 27%)
(0.00 / 0.34 / 0.35 / 0.27)

CMYK percentages

%0
%34.22
%35.29
%26.67

Codes

Color #BB7B79 in popluar color models

BB 7B 79
RGB 187 123 121
HSL 32.67% 60.39%
HSB/HSV 35.29% 73.33%
CMYK 0.00% 34.22% 35.29%
26.67%

Color #BB7B79 in popluar number systems.

HEX BB 7B 79
Decimal 187 123 121
Binary 10111011 1111011 1111001
Octal 273 173 171

Shades and tints

Shades of #BB7B79

#BB7B79
(187,123,121)
#AA706E
(170,112,110)
#996563
(153,101,99)
#885A58
(136,90,88)
#774F4D
(119,79,77)
#664442
(102,68,66)
#553937
(85,57,55)
#442E2C
(68,46,44)
#332321
(51,35,33)
#221816
(34,24,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #BB7B79

#BB7B79
(187,123,121)
#C18785
(193,135,133)
#C79391
(199,147,145)
#CD9F9D
(205,159,157)
#D3ABA9
(211,171,169)
#D9B7B5
(217,183,181)
#DFC3C1
(223,195,193)
#E5CFCD
(229,207,205)
#EBDBD9
(235,219,217)
#F1E7E5
(241,231,229)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7B79 color. Also use rgb(187,123,121) instead hex code.

Text Font Color

.myTextColor { color: #BB7B79; }

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

This text font color is #BB7B79.

Background Color

.myBgColor { background-color: #BB7B79; }

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

This div background color is #BB7B79.

Border color

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

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

This div border color is #BB7B79.

Opacity

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

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

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

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

This text has shadow with #BB7B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7B79.

Preview

Color preview on black background

This text has color #BB7B79 on black background.


Color preview on white background

This text has color #BB7B79 on white background.


Black color preview on #BB7B79 background

This text has black color on #BB7B79 background.


White color preview on #BB7B79 background

This text has white color on #BB7B79 background.


Related colors

Complementary color

Complementary color for #hex is #448486.


I love getcolorcode.com

Triadic colors

1 #79BB7B and #7B79BB with #BB7B79 are triadic colors.

2 #797BBB and #7BBB79 with #BB7B79 are triadic colors.