COLOR #BB7C83

HEX: #BB7C83 RGB: (187,124,131)

Color info

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

RGB color model

#BB7C83 color RGB value is (187,124,131).

RGB: (187,124,131) (73%, 49%, 51%)

RGB channels and saturation

R 187 of 255 = 73%
G 124 of 255 = 49%
B 131 of 255 = 51%

187
124
131

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

Portions of RGB colors in percentages

R + G + B = 187 + 124 + 131 = 442 (100%)
R 187 of 442 ~ 42.31%
G 124 of 442 ~ 28.05%
B 131 of 442 ~ 29.64'%

%42.31
%28.05
%29.64

CMYK color model

#BB7C83 color CMYK value is (0,34,30,27).

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

CMYK: (0,34,30,27)
C0M34Y30K27 (0%, 34%, 30%, 27%)
(0.00 / 0.34 / 0.30 / 0.27)

CMYK percentages

%0
%33.69
%29.95
%26.67

Codes

Color #BB7C83 in popluar color models

BB 7C 83
RGB 187 124 131
HSL 353° 31.66% 60.98%
HSB/HSV 353° 33.69% 73.33%
CMYK 0.00% 33.69% 29.95%
26.67%

Color #BB7C83 in popluar number systems.

HEX BB 7C 83
Decimal 187 124 131
Binary 10111011 1111100 10000011
Octal 273 174 203

Shades and tints

Shades of #BB7C83

#BB7C83
(187,124,131)
#AA7178
(170,113,120)
#99666D
(153,102,109)
#885B62
(136,91,98)
#775057
(119,80,87)
#66454C
(102,69,76)
#553A41
(85,58,65)
#442F36
(68,47,54)
#33242B
(51,36,43)
#221920
(34,25,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #BB7C83

#BB7C83
(187,124,131)
#C1878E
(193,135,142)
#C79299
(199,146,153)
#CD9DA4
(205,157,164)
#D3A8AF
(211,168,175)
#D9B3BA
(217,179,186)
#DFBEC5
(223,190,197)
#E5C9D0
(229,201,208)
#EBD4DB
(235,212,219)
#F1DFE6
(241,223,230)
#F7EAF1
(247,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7C83; }

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

This text font color is #BB7C83.

Background Color

.myBgColor { background-color: #BB7C83; }

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

This div background color is #BB7C83.

Border color

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

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

This div border color is #BB7C83.

Opacity

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

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

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

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

This text has shadow with #BB7C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7C83.

Preview

Color preview on black background

This text has color #BB7C83 on black background.


Color preview on white background

This text has color #BB7C83 on white background.


Black color preview on #BB7C83 background

This text has black color on #BB7C83 background.


White color preview on #BB7C83 background

This text has white color on #BB7C83 background.


Related colors

Complementary color

Complementary color for #hex is #44837C.


I love getcolorcode.com

Triadic colors

1 #83BB7C and #7C83BB with #BB7C83 are triadic colors.

2 #837CBB and #7CBB83 with #BB7C83 are triadic colors.