COLOR #BC737B

HEX: #BC737B RGB: (188,115,123)

Color info

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

RGB color model

#BC737B color RGB value is (188,115,123).

RGB: (188,115,123) (74%, 45%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 123 of 255 = 48%

188
115
123

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

Portions of RGB colors in percentages

R + G + B = 188 + 115 + 123 = 426 (100%)
R 188 of 426 ~ 44.13%
G 115 of 426 ~ 27%
B 123 of 426 ~ 28.87'%

%44.13
%27
%28.87

CMYK color model

#BC737B color CMYK value is (0,39,35,26).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 34.57%
  • key color value is 26.27%
CMYK: (0,39,35,26) C0M39Y35K26 (0%,39%,35%,26%) (0.00/0.39/0.35/0.26) 

CMYK percentages

%0
%38.83
%34.57
%26.27

Codes

Color #BC737B in popluar color models

BC 73 7B
RGB 188 115 123
HSL 353° 35.27% 59.41%
HSB/HSV 353° 38.83% 73.73%
CMYK 0.00% 38.83% 34.57%
26.27%

Color #BC737B in popluar number systems.

HEX BC 73 7B
Decimal 188 115 123
Binary 10111100 1110011 1111011
Octal 274 163 173

Shades and tints

Shades of #BC737B

#BC737B
(188,115,123)
#AB6970
(171,105,112)
#9A5F65
(154,95,101)
#89555A
(137,85,90)
#784B4F
(120,75,79)
#674144
(103,65,68)
#563739
(86,55,57)
#452D2E
(69,45,46)
#342323
(52,35,35)
#231918
(35,25,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #BC737B

#BC737B
(188,115,123)
#C27F87
(194,127,135)
#C88B93
(200,139,147)
#CE979F
(206,151,159)
#D4A3AB
(212,163,171)
#DAAFB7
(218,175,183)
#E0BBC3
(224,187,195)
#E6C7CF
(230,199,207)
#ECD3DB
(236,211,219)
#F2DFE7
(242,223,231)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC737B color. Also use rgb(188,115,123) instead hex code.

Text Font Color

.myTextColor { color: #BC737B; }

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

This text font color is #BC737B.

Background Color

.myBgColor { background-color: #BC737B; }

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

This div background color is #BC737B.

Border color

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

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

This div border color is #BC737B.

Opacity

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

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

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

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

This text has shadow with #BC737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC737B.

Preview

Color preview on black background

This text has color #BC737B on black background.


Color preview on white background

This text has color #BC737B on white background.


Black color preview on #BC737B background

This text has black color on #BC737B background.


White color preview on #BC737B background

This text has white color on #BC737B background.


Related colors

Complementary color

Complementary color for #hex is #438C84.


I love getcolorcode.com

Triadic colors

1 #7BBC73 and #737BBC with #BC737B are triadic colors.

2 #7B73BC and #73BC7B with #BC737B are triadic colors.