COLOR #BB716E

HEX: #BB716E
RGB: (187,113,110)

Color info

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

RGB color model

#BB716E color RGB value is (187,113,110).

  • red value is 187;
  • green value is 113;
  • blue value is 110.
RGB:
(187,113,110)
(73%,44%,43%)

RGB channels and saturation

R 187 of 255 = 73%
G 113 of 255 = 44%
B 110 of 255 = 43%

187
113
110

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

Portions of RGB colors in percentages

R + G + B =
187 + 113 + 110 = 410 (100%)
R 187 of 410 ~ 45.61%
G 113 of 410 ~ 27.56%
B 110 of 410 ~ 26.83%

%45.61
%27.56
%26.83

CMYK color model

#BB716E color CMYK value is (0,40,41,27).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(0,40,41,27)
C0M40Y41K27 
(0%,40%,41%,27%)
(0.00/0.40/0.41/0.27)	

CMYK percentages

%0
%39.57
%41.18
%26.67

Codes

Color #BB716E in popluar color models

BB716E
RGB187113110
HSL36.15%58.24%
HSB/HSV41.18%73.33%
CMYK0.00%39.57%41.18%
26.67%

Color #BB716E in popluar number systems.

HEXBB716E
Decimal187113110
Binary1011101111100011101110
Octal273161156

Shades and tints

Shades of #BB716E

#BB716E
(187,113,110)
#AA6764
(170,103,100)
#995D5A
(153,93,90)
#885350
(136,83,80)
#774946
(119,73,70)
#663F3C
(102,63,60)
#553532
(85,53,50)
#442B28
(68,43,40)
#33211E
(51,33,30)
#221714
(34,23,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #BB716E

#BB716E
(187,113,110)
#C17D7B
(193,125,123)
#C78988
(199,137,136)
#CD9595
(205,149,149)
#D3A1A2
(211,161,162)
#D9ADAF
(217,173,175)
#DFB9BC
(223,185,188)
#E5C5C9
(229,197,201)
#EBD1D6
(235,209,214)
#F1DDE3
(241,221,227)
#F7E9F0
(247,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB716E color. Also use rgb(187,113,110) instead hex code.

Text Font Color

.myTextColor { color: #BB716E; }

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

This text font color is #BB716E.


Background Color

.myBgColor { background-color: #BB716E; }

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

This div background color is #BB716E.


Border color

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

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

This div border color is #BB716E.


Opacity

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

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

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

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

This text has shadow with #BB716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB716E on black background.


Color preview on white background

This text has color #BB716E on white background.



Black color preview on #BB716E background

This text has black color on #BB716E background.


White color preview on #BB716E background

This text has white color on #BB716E background.