COLOR #BB707C

HEX: #BB707C RGB: (187,112,124)

Color info

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

RGB color model

#BB707C color RGB value is (187,112,124).

RGB: (187,112,124) (73%, 44%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 112 of 255 = 44%
B 124 of 255 = 49%

187
112
124

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

Portions of RGB colors in percentages

R + G + B = 187 + 112 + 124 = 423 (100%)
R 187 of 423 ~ 44.21%
G 112 of 423 ~ 26.48%
B 124 of 423 ~ 29.31'%

%44.21
%26.48
%29.31

CMYK color model

#BB707C color CMYK value is (0,40,34,27).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 33.69%
  • key color value is 26.67%

CMYK: (0,40,34,27)
C0M40Y34K27 (0%, 40%, 34%, 27%)
(0.00 / 0.40 / 0.34 / 0.27)

CMYK percentages

%0
%40.11
%33.69
%26.67

Codes

Color #BB707C in popluar color models

BB 70 7C
RGB 187 112 124
HSL 350° 35.55% 58.63%
HSB/HSV 350° 40.11% 73.33%
CMYK 0.00% 40.11% 33.69%
26.67%

Color #BB707C in popluar number systems.

HEX BB 70 7C
Decimal 187 112 124
Binary 10111011 1110000 1111100
Octal 273 160 174

Shades and tints

Shades of #BB707C

#BB707C
(187,112,124)
#AA6671
(170,102,113)
#995C66
(153,92,102)
#88525B
(136,82,91)
#774850
(119,72,80)
#663E45
(102,62,69)
#55343A
(85,52,58)
#442A2F
(68,42,47)
#332024
(51,32,36)
#221619
(34,22,25)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #BB707C

#BB707C
(187,112,124)
#C17D87
(193,125,135)
#C78A92
(199,138,146)
#CD979D
(205,151,157)
#D3A4A8
(211,164,168)
#D9B1B3
(217,177,179)
#DFBEBE
(223,190,190)
#E5CBC9
(229,203,201)
#EBD8D4
(235,216,212)
#F1E5DF
(241,229,223)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB707C color. Also use rgb(187,112,124) instead hex code.

Text Font Color

.myTextColor { color: #BB707C; }

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

This text font color is #BB707C.

Background Color

.myBgColor { background-color: #BB707C; }

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

This div background color is #BB707C.

Border color

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

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

This div border color is #BB707C.

Opacity

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

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

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

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

This text has shadow with #BB707C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB707C.

Preview

Color preview on black background

This text has color #BB707C on black background.


Color preview on white background

This text has color #BB707C on white background.


Black color preview on #BB707C background

This text has black color on #BB707C background.


White color preview on #BB707C background

This text has white color on #BB707C background.


Related colors

Complementary color

Complementary color for #hex is #448F83.


I love getcolorcode.com

Triadic colors

1 #7CBB70 and #707CBB with #BB707C are triadic colors.

2 #7C70BB and #70BB7C with #BB707C are triadic colors.