COLOR #BB8079

HEX: #BB8079
RGB: (187,128,121)

Color info

#BB8079 contains mainly red and green colors. Web safe color of #BB8079 is #CC6666 (or #C66).

RGB color model

#BB8079 color RGB value is (187,128,121).

  • red value is 187;
  • green value is 128;
  • blue value is 121.
RGB:
(187,128,121)
(73%,50%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 121 of 255 = 47%

187
128
121

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

Portions of RGB colors in percentages

R + G + B =
187 + 128 + 121 = 436 (100%)
R 187 of 436 ~ 42.89%
G 128 of 436 ~ 29.36%
B 121 of 436 ~ 27.75%

%42.89
%29.36
%27.75

CMYK color model

#BB8079 color CMYK value is (0,32,35,27).

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 35.29%
  • key color value is 26.67%
CMYK:
(0,32,35,27)
C0M32Y35K27 
(0%,32%,35%,27%)
(0.00/0.32/0.35/0.27)	

CMYK percentages

%0
%31.55
%35.29
%26.67

Codes

Color #BB8079 in popluar color models

BB8079
RGB187128121
HSL32.67%60.39%
HSB/HSV35.29%73.33%
CMYK0.00%31.55%35.29%
26.67%

Color #BB8079 in popluar number systems.

HEXBB8079
Decimal187128121
Binary10111011100000001111001
Octal273200171

Shades and tints

Shades of #BB8079

#BB8079
(187,128,121)
#AA756E
(170,117,110)
#996A63
(153,106,99)
#885F58
(136,95,88)
#77544D
(119,84,77)
#664942
(102,73,66)
#553E37
(85,62,55)
#44332C
(68,51,44)
#332821
(51,40,33)
#221D16
(34,29,22)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #BB8079

#BB8079
(187,128,121)
#C18B85
(193,139,133)
#C79691
(199,150,145)
#CDA19D
(205,161,157)
#D3ACA9
(211,172,169)
#D9B7B5
(217,183,181)
#DFC2C1
(223,194,193)
#E5CDCD
(229,205,205)
#EBD8D9
(235,216,217)
#F1E3E5
(241,227,229)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8079; }

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

This text font color is #BB8079.


Background Color

.myBgColor { background-color: #BB8079; }

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

This div background color is #BB8079.


Border color

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

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

This div border color is #BB8079.


Opacity

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

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

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

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

This text has shadow with #BB8079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8079 on black background.


Color preview on white background

This text has color #BB8079 on white background.



Black color preview on #BB8079 background

This text has black color on #BB8079 background.


White color preview on #BB8079 background

This text has white color on #BB8079 background.