COLOR #BB8779

HEX: #BB8779 RGB: (187,135,121)

Color info

#BB8779 contains mainly red and green colors. Web safe color of #BB8779 is #CC9966 (or #C96).

RGB color model

#BB8779 color RGB value is (187,135,121).

RGB: (187,135,121) (73%, 53%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 135 of 255 = 53%
B 121 of 255 = 47%

187
135
121

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

Portions of RGB colors in percentages

R + G + B = 187 + 135 + 121 = 443 (100%)
R 187 of 443 ~ 42.21%
G 135 of 443 ~ 30.47%
B 121 of 443 ~ 27.31'%

%42.21
%30.47
%27.31

CMYK color model

#BB8779 color CMYK value is (0,28,35,27).

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

CMYK: (0,28,35,27)
C0M28Y35K27 (0%, 28%, 35%, 27%)
(0.00 / 0.28 / 0.35 / 0.27)

CMYK percentages

%0
%27.81
%35.29
%26.67

Codes

Color #BB8779 in popluar color models

BB 87 79
RGB 187 135 121
HSL 13° 32.67% 60.39%
HSB/HSV 13° 35.29% 73.33%
CMYK 0.00% 27.81% 35.29%
26.67%

Color #BB8779 in popluar number systems.

HEX BB 87 79
Decimal 187 135 121
Binary 10111011 10000111 1111001
Octal 273 207 171

Shades and tints

Shades of #BB8779

#BB8779
(187,135,121)
#AA7B6E
(170,123,110)
#996F63
(153,111,99)
#886358
(136,99,88)
#77574D
(119,87,77)
#664B42
(102,75,66)
#553F37
(85,63,55)
#44332C
(68,51,44)
#332721
(51,39,33)
#221B16
(34,27,22)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #BB8779

#BB8779
(187,135,121)
#C19185
(193,145,133)
#C79B91
(199,155,145)
#CDA59D
(205,165,157)
#D3AFA9
(211,175,169)
#D9B9B5
(217,185,181)
#DFC3C1
(223,195,193)
#E5CDCD
(229,205,205)
#EBD7D9
(235,215,217)
#F1E1E5
(241,225,229)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8779; }

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

This text font color is #BB8779.

Background Color

.myBgColor { background-color: #BB8779; }

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

This div background color is #BB8779.

Border color

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

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

This div border color is #BB8779.

Opacity

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

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

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

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

This text has shadow with #BB8779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8779.

Preview

Color preview on black background

This text has color #BB8779 on black background.


Color preview on white background

This text has color #BB8779 on white background.


Black color preview on #BB8779 background

This text has black color on #BB8779 background.


White color preview on #BB8779 background

This text has white color on #BB8779 background.


Related colors

Complementary color

Complementary color for #hex is #447886.


I love getcolorcode.com

Triadic colors

1 #79BB87 and #8779BB with #BB8779 are triadic colors.

2 #7987BB and #87BB79 with #BB8779 are triadic colors.