COLOR #BB718E

HEX: #BB718E
RGB: (187,113,142)

Color info

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

RGB color model

#BB718E color RGB value is (187,113,142).

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

RGB channels and saturation

R 187 of 255 = 73%
G 113 of 255 = 44%
B 142 of 255 = 56%

187
113
142

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

Portions of RGB colors in percentages

R + G + B =
187 + 113 + 142 = 442 (100%)
R 187 of 442 ~ 42.31%
G 113 of 442 ~ 25.57%
B 142 of 442 ~ 32.13%

%42.31
%25.57
%32.13

CMYK color model

#BB718E color CMYK value is (0,40,24,27).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 24.06%
  • key color value is 26.67%
CMYK:
(0,40,24,27)
C0M40Y24K27 
(0%,40%,24%,27%)
(0.00/0.40/0.24/0.27)	

CMYK percentages

%0
%39.57
%24.06
%26.67

Codes

Color #BB718E in popluar color models

BB718E
RGB187113142
HSL336°35.24%58.82%
HSB/HSV336°39.57%73.33%
CMYK0.00%39.57%24.06%
26.67%

Color #BB718E in popluar number systems.

HEXBB718E
Decimal187113142
Binary10111011111000110001110
Octal273161216

Shades and tints

Shades of #BB718E

#BB718E
(187,113,142)
#AA6782
(170,103,130)
#995D76
(153,93,118)
#88536A
(136,83,106)
#77495E
(119,73,94)
#663F52
(102,63,82)
#553546
(85,53,70)
#442B3A
(68,43,58)
#33212E
(51,33,46)
#221722
(34,23,34)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #BB718E

#BB718E
(187,113,142)
#C17D98
(193,125,152)
#C789A2
(199,137,162)
#CD95AC
(205,149,172)
#D3A1B6
(211,161,182)
#D9ADC0
(217,173,192)
#DFB9CA
(223,185,202)
#E5C5D4
(229,197,212)
#EBD1DE
(235,209,222)
#F1DDE8
(241,221,232)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB718E; }

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

This text font color is #BB718E.


Background Color

.myBgColor { background-color: #BB718E; }

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

This div background color is #BB718E.


Border color

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

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

This div border color is #BB718E.


Opacity

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

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

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

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

This text has shadow with #BB718E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB718E on black background.


Color preview on white background

This text has color #BB718E on white background.



Black color preview on #BB718E background

This text has black color on #BB718E background.


White color preview on #BB718E background

This text has white color on #BB718E background.