COLOR #BB682E

HEX: #BB682E
RGB: (187,104,46)

Color info

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

RGB color model

#BB682E color RGB value is (187,104,46).

  • red value is 187;
  • green value is 104;
  • blue value is 46.
RGB:
(187,104,46)
(73%,41%,18%)

RGB channels and saturation

R 187 of 255 = 73%
G 104 of 255 = 41%
B 46 of 255 = 18%

187
104
46

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

Portions of RGB colors in percentages

R + G + B =
187 + 104 + 46 = 337 (100%)
R 187 of 337 ~ 55.49%
G 104 of 337 ~ 30.86%
B 46 of 337 ~ 13.65%

%55.49
%30.86
%13.65

CMYK color model

#BB682E color CMYK value is (0,44,75,27).

  • cyan value is 0.00%
  • magenta value is 44.39%
  • yellow value is 75.40%
  • key color value is 26.67%
CMYK:
(0,44,75,27)
C0M44Y75K27 
(0%,44%,75%,27%)
(0.00/0.44/0.75/0.27)	

CMYK percentages

%0
%44.39
%75.4
%26.67

Codes

Color #BB682E in popluar color models

BB682E
RGB18710446
HSL25°60.52%45.69%
HSB/HSV25°75.40%73.33%
CMYK0.00%44.39%75.40%
26.67%

Color #BB682E in popluar number systems.

HEXBB682E
Decimal18710446
Binary101110111101000101110
Octal27315056

Shades and tints

Shades of #BB682E

#BB682E
(187,104,46)
#AA5F2A
(170,95,42)
#995626
(153,86,38)
#884D22
(136,77,34)
#77441E
(119,68,30)
#663B1A
(102,59,26)
#553216
(85,50,22)
#442912
(68,41,18)
#33200E
(51,32,14)
#22170A
(34,23,10)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #BB682E

#BB682E
(187,104,46)
#C17541
(193,117,65)
#C78254
(199,130,84)
#CD8F67
(205,143,103)
#D39C7A
(211,156,122)
#D9A98D
(217,169,141)
#DFB6A0
(223,182,160)
#E5C3B3
(229,195,179)
#EBD0C6
(235,208,198)
#F1DDD9
(241,221,217)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB682E color. Also use rgb(187,104,46) instead hex code.

Text Font Color

.myTextColor { color: #BB682E; }

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

This text font color is #BB682E.


Background Color

.myBgColor { background-color: #BB682E; }

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

This div background color is #BB682E.


Border color

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

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

This div border color is #BB682E.


Opacity

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

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

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

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

This text has shadow with #BB682E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB682E on black background.


Color preview on white background

This text has color #BB682E on white background.



Black color preview on #BB682E background

This text has black color on #BB682E background.


White color preview on #BB682E background

This text has white color on #BB682E background.