COLOR #BB6C3C

HEX: #BB6C3C
RGB: (187,108,60)

Color info

#BB6C3C contains mainly red color. Web safe color of #BB6C3C is #CC6633 (or #C63).

RGB color model

#BB6C3C color RGB value is (187,108,60).

  • red value is 187;
  • green value is 108;
  • blue value is 60.
RGB:
(187,108,60)
(73%,42%,24%)

RGB channels and saturation

R 187 of 255 = 73%
G 108 of 255 = 42%
B 60 of 255 = 24%

187
108
60

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

Portions of RGB colors in percentages

R + G + B =
187 + 108 + 60 = 355 (100%)
R 187 of 355 ~ 52.68%
G 108 of 355 ~ 30.42%
B 60 of 355 ~ 16.9%

%52.68
%30.42
%16.9

CMYK color model

#BB6C3C color CMYK value is (0,42,68,27).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 67.91%
  • key color value is 26.67%
CMYK:
(0,42,68,27)
C0M42Y68K27 
(0%,42%,68%,27%)
(0.00/0.42/0.68/0.27)	

CMYK percentages

%0
%42.25
%67.91
%26.67

Codes

Color #BB6C3C in popluar color models

BB6C3C
RGB18710860
HSL23°51.42%48.43%
HSB/HSV23°67.91%73.33%
CMYK0.00%42.25%67.91%
26.67%

Color #BB6C3C in popluar number systems.

HEXBB6C3C
Decimal18710860
Binary101110111101100111100
Octal27315474

Shades and tints

Shades of #BB6C3C

#BB6C3C
(187,108,60)
#AA6337
(170,99,55)
#995A32
(153,90,50)
#88512D
(136,81,45)
#774828
(119,72,40)
#663F23
(102,63,35)
#55361E
(85,54,30)
#442D19
(68,45,25)
#332414
(51,36,20)
#221B0F
(34,27,15)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #BB6C3C

#BB6C3C
(187,108,60)
#C1794D
(193,121,77)
#C7865E
(199,134,94)
#CD936F
(205,147,111)
#D3A080
(211,160,128)
#D9AD91
(217,173,145)
#DFBAA2
(223,186,162)
#E5C7B3
(229,199,179)
#EBD4C4
(235,212,196)
#F1E1D5
(241,225,213)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6C3C color. Also use rgb(187,108,60) instead hex code.

Text Font Color

.myTextColor { color: #BB6C3C; }

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

This text font color is #BB6C3C.


Background Color

.myBgColor { background-color: #BB6C3C; }

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

This div background color is #BB6C3C.


Border color

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

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

This div border color is #BB6C3C.


Opacity

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

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

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

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

This text has shadow with #BB6C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6C3C on black background.


Color preview on white background

This text has color #BB6C3C on white background.



Black color preview on #BB6C3C background

This text has black color on #BB6C3C background.


White color preview on #BB6C3C background

This text has white color on #BB6C3C background.