COLOR #BC8F8F

HEX: #BC8F8F
RGB: (188,143,143)

Color info

Color name is RosyBrown. #BC8F8F contains red, green and blue colors in about the same proportion. Web safe color of #BC8F8F is #CC9999 (or #C99).

RGB color model

#BC8F8F color RGB value is (188,143,143).

  • red value is 188;
  • green value is 143;
  • blue value is 143.
RGB:
(188,143,143)
(74%,56%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 143 of 255 = 56%

188
143
143

R + G + B ~ 62%. #BC8F8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 143 = 474 (100%)
R 188 of 474 ~ 39.66%
G 143 of 474 ~ 30.17%
B 143 of 474 ~ 30.17%

%39.66
%30.17
%30.17

CMYK color model

#BC8F8F color CMYK value is (0,24,24,26).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(0,24,24,26)
C0M24Y24K26 
(0%,24%,24%,26%)
(0.00/0.24/0.24/0.26)	

CMYK percentages

%0
%23.94
%23.94
%26.27

Codes

Color #BC8F8F in popluar color models

BC8F8F
RGB188143143
HSL25.14%64.90%
HSB/HSV23.94%73.73%
CMYK0.00%23.94%23.94%
26.27%

Color #BC8F8F in popluar number systems.

HEXBC8F8F
Decimal188143143
Binary101111001000111110001111
Octal274217217

Shades and tints

Shades of #BC8F8F

#BC8F8F
(188,143,143)
#AB8282
(171,130,130)
#9A7575
(154,117,117)
#896868
(137,104,104)
#785B5B
(120,91,91)
#674E4E
(103,78,78)
#564141
(86,65,65)
#453434
(69,52,52)
#342727
(52,39,39)
#231A1A
(35,26,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #BC8F8F

#BC8F8F
(188,143,143)
#C29999
(194,153,153)
#C8A3A3
(200,163,163)
#CEADAD
(206,173,173)
#D4B7B7
(212,183,183)
#DAC1C1
(218,193,193)
#E0CBCB
(224,203,203)
#E6D5D5
(230,213,213)
#ECDFDF
(236,223,223)
#F2E9E9
(242,233,233)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8F8F; }

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

This text font color is #BC8F8F.


Background Color

.myBgColor { background-color: #BC8F8F; }

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

This div background color is #BC8F8F.


Border color

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

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

This div border color is #BC8F8F.


Opacity

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

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

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

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

This text has shadow with #BC8F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8F8F on black background.


Color preview on white background

This text has color #BC8F8F on white background.



Black color preview on #BC8F8F background

This text has black color on #BC8F8F background.


White color preview on #BC8F8F background

This text has white color on #BC8F8F background.