COLOR #BC6051

HEX: #BC6051 RGB: (188,96,81)

Color info

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

RGB color model

#BC6051 color RGB value is (188,96,81).

RGB: (188,96,81) (74%, 38%, 32%)

RGB channels and saturation

R 188 of 255 = 74%
G 96 of 255 = 38%
B 81 of 255 = 32%

188
96
81

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

Portions of RGB colors in percentages

R + G + B = 188 + 96 + 81 = 365 (100%)
R 188 of 365 ~ 51.51%
G 96 of 365 ~ 26.3%
B 81 of 365 ~ 22.19'%

%51.51
%26.3
%22.19

CMYK color model

#BC6051 color CMYK value is (0,49,57,26).

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 56.91%
  • key color value is 26.27%
CMYK: (0,49,57,26) C0M49Y57K26 (0%,49%,57%,26%) (0.00/0.49/0.57/0.26) 

CMYK percentages

%0
%48.94
%56.91
%26.27

Codes

Color #BC6051 in popluar color models

BC 60 51
RGB 188 96 81
HSL 44.40% 52.75%
HSB/HSV 56.91% 73.73%
CMYK 0.00% 48.94% 56.91%
26.27%

Color #BC6051 in popluar number systems.

HEX BC 60 51
Decimal 188 96 81
Binary 10111100 1100000 1010001
Octal 274 140 121

Shades and tints

Shades of #BC6051

#BC6051
(188,96,81)
#AB584A
(171,88,74)
#9A5043
(154,80,67)
#89483C
(137,72,60)
#784035
(120,64,53)
#67382E
(103,56,46)
#563027
(86,48,39)
#452820
(69,40,32)
#342019
(52,32,25)
#231812
(35,24,18)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #BC6051

#BC6051
(188,96,81)
#C26E60
(194,110,96)
#C87C6F
(200,124,111)
#CE8A7E
(206,138,126)
#D4988D
(212,152,141)
#DAA69C
(218,166,156)
#E0B4AB
(224,180,171)
#E6C2BA
(230,194,186)
#ECD0C9
(236,208,201)
#F2DED8
(242,222,216)
#F8ECE7
(248,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6051 color. Also use rgb(188,96,81) instead hex code.

Text Font Color

.myTextColor { color: #BC6051; }

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

This text font color is #BC6051.

Background Color

.myBgColor { background-color: #BC6051; }

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

This div background color is #BC6051.

Border color

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

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

This div border color is #BC6051.

Opacity

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

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

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

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

This text has shadow with #BC6051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6051.

Preview

Color preview on black background

This text has color #BC6051 on black background.


Color preview on white background

This text has color #BC6051 on white background.


Black color preview on #BC6051 background

This text has black color on #BC6051 background.


White color preview on #BC6051 background

This text has white color on #BC6051 background.


Related colors

Complementary color

Complementary color for #hex is #439FAE.


I love getcolorcode.com

Triadic colors

1 #51BC60 and #6051BC with #BC6051 are triadic colors.

2 #5160BC and #60BC51 with #BC6051 are triadic colors.