COLOR #BB6F11

HEX: #BB6F11
RGB: (187,111,17)

Color info

#BB6F11 contains mainly red color. Web safe color of #BB6F11 is #CC6600 (or #C60).

RGB color model

#BB6F11 color RGB value is (187,111,17).

  • red value is 187;
  • green value is 111;
  • blue value is 17.
RGB:
(187,111,17)
(73%,44%,7%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 17 of 255 = 7%

187
111
17

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

Portions of RGB colors in percentages

R + G + B =
187 + 111 + 17 = 315 (100%)
R 187 of 315 ~ 59.37%
G 111 of 315 ~ 35.24%
B 17 of 315 ~ 5.4%

%59.37
%35.24

CMYK color model

#BB6F11 color CMYK value is (0,41,91,27).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 90.91%
  • key color value is 26.67%
CMYK:
(0,41,91,27)
C0M41Y91K27 
(0%,41%,91%,27%)
(0.00/0.41/0.91/0.27)	

CMYK percentages

%0
%40.64
%90.91
%26.67

Codes

Color #BB6F11 in popluar color models

BB6F11
RGB18711117
HSL33°83.33%40.00%
HSB/HSV33°90.91%73.33%
CMYK0.00%40.64%90.91%
26.67%

Color #BB6F11 in popluar number systems.

HEXBB6F11
Decimal18711117
Binary10111011110111110001
Octal27315721

Shades and tints

Shades of #BB6F11

#BB6F11
(187,111,17)
#AA6510
(170,101,16)
#995B0F
(153,91,15)
#88510E
(136,81,14)
#77470D
(119,71,13)
#663D0C
(102,61,12)
#55330B
(85,51,11)
#44290A
(68,41,10)
#331F09
(51,31,9)
#221508
(34,21,8)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #BB6F11

#BB6F11
(187,111,17)
#C17C26
(193,124,38)
#C7893B
(199,137,59)
#CD9650
(205,150,80)
#D3A365
(211,163,101)
#D9B07A
(217,176,122)
#DFBD8F
(223,189,143)
#E5CAA4
(229,202,164)
#EBD7B9
(235,215,185)
#F1E4CE
(241,228,206)
#F7F1E3
(247,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6F11 color. Also use rgb(187,111,17) instead hex code.

Text Font Color

.myTextColor { color: #BB6F11; }

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

This text font color is #BB6F11.


Background Color

.myBgColor { background-color: #BB6F11; }

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

This div background color is #BB6F11.


Border color

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

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

This div border color is #BB6F11.


Opacity

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

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

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

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

This text has shadow with #BB6F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6F11 on black background.


Color preview on white background

This text has color #BB6F11 on white background.



Black color preview on #BB6F11 background

This text has black color on #BB6F11 background.


White color preview on #BB6F11 background

This text has white color on #BB6F11 background.