COLOR #BB788B

HEX: #BB788B RGB: (187,120,139)

Color info

#BB788B contains mainly red and blue colors. Web safe color of #BB788B is #CC6699 (or #C69).

RGB color model

#BB788B color RGB value is (187,120,139).

RGB: (187,120,139) (73%, 47%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 120 of 255 = 47%
B 139 of 255 = 55%

187
120
139

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

Portions of RGB colors in percentages

R + G + B = 187 + 120 + 139 = 446 (100%)
R 187 of 446 ~ 41.93%
G 120 of 446 ~ 26.91%
B 139 of 446 ~ 31.17'%

%41.93
%26.91
%31.17

CMYK color model

#BB788B color CMYK value is (0,36,26,27).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 25.67%
  • key color value is 26.67%

CMYK: (0,36,26,27)
C0M36Y26K27 (0%, 36%, 26%, 27%)
(0.00 / 0.36 / 0.26 / 0.27)

CMYK percentages

%0
%35.83
%25.67
%26.67

Codes

Color #BB788B in popluar color models

BB 78 8B
RGB 187 120 139
HSL 343° 33.00% 60.20%
HSB/HSV 343° 35.83% 73.33%
CMYK 0.00% 35.83% 25.67%
26.67%

Color #BB788B in popluar number systems.

HEX BB 78 8B
Decimal 187 120 139
Binary 10111011 1111000 10001011
Octal 273 170 213

Shades and tints

Shades of #BB788B

#BB788B
(187,120,139)
#AA6E7F
(170,110,127)
#996473
(153,100,115)
#885A67
(136,90,103)
#77505B
(119,80,91)
#66464F
(102,70,79)
#553C43
(85,60,67)
#443237
(68,50,55)
#33282B
(51,40,43)
#221E1F
(34,30,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BB788B

#BB788B
(187,120,139)
#C18495
(193,132,149)
#C7909F
(199,144,159)
#CD9CA9
(205,156,169)
#D3A8B3
(211,168,179)
#D9B4BD
(217,180,189)
#DFC0C7
(223,192,199)
#E5CCD1
(229,204,209)
#EBD8DB
(235,216,219)
#F1E4E5
(241,228,229)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB788B color. Also use rgb(187,120,139) instead hex code.

Text Font Color

.myTextColor { color: #BB788B; }

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

This text font color is #BB788B.

Background Color

.myBgColor { background-color: #BB788B; }

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

This div background color is #BB788B.

Border color

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

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

This div border color is #BB788B.

Opacity

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

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

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

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

This text has shadow with #BB788B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB788B.

Preview

Color preview on black background

This text has color #BB788B on black background.


Color preview on white background

This text has color #BB788B on white background.


Black color preview on #BB788B background

This text has black color on #BB788B background.


White color preview on #BB788B background

This text has white color on #BB788B background.


Related colors

Complementary color

Complementary color for #hex is #448774.


I love getcolorcode.com

Triadic colors

1 #8BBB78 and #788BBB with #BB788B are triadic colors.

2 #8B78BB and #78BB8B with #BB788B are triadic colors.