COLOR #BB8841

HEX: #BB8841
RGB: (187,136,65)

Color info

#BB8841 contains mainly red and green colors. Web safe color of #BB8841 is #CC9933 (or #C93).

RGB color model

#BB8841 color RGB value is (187,136,65).

  • red value is 187;
  • green value is 136;
  • blue value is 65.
RGB:
(187,136,65)
(73%,53%,25%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 65 of 255 = 25%

187
136
65

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 65 = 388 (100%)
R 187 of 388 ~ 48.2%
G 136 of 388 ~ 35.05%
B 65 of 388 ~ 16.75%

%48.2
%35.05
%16.75

CMYK color model

#BB8841 color CMYK value is (0,27,65,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 65.24%
  • key color value is 26.67%
CMYK:
(0,27,65,27)
C0M27Y65K27 
(0%,27%,65%,27%)
(0.00/0.27/0.65/0.27)	

CMYK percentages

%0
%27.27
%65.24
%26.67

Codes

Color #BB8841 in popluar color models

BB8841
RGB18713665
HSL35°48.41%49.41%
HSB/HSV35°65.24%73.33%
CMYK0.00%27.27%65.24%
26.67%

Color #BB8841 in popluar number systems.

HEXBB8841
Decimal18713665
Binary10111011100010001000001
Octal273210101

Shades and tints

Shades of #BB8841

#BB8841
(187,136,65)
#AA7C3C
(170,124,60)
#997037
(153,112,55)
#886432
(136,100,50)
#77582D
(119,88,45)
#664C28
(102,76,40)
#554023
(85,64,35)
#44341E
(68,52,30)
#332819
(51,40,25)
#221C14
(34,28,20)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #BB8841

#BB8841
(187,136,65)
#C19252
(193,146,82)
#C79C63
(199,156,99)
#CDA674
(205,166,116)
#D3B085
(211,176,133)
#D9BA96
(217,186,150)
#DFC4A7
(223,196,167)
#E5CEB8
(229,206,184)
#EBD8C9
(235,216,201)
#F1E2DA
(241,226,218)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8841 color. Also use rgb(187,136,65) instead hex code.

Text Font Color

.myTextColor { color: #BB8841; }

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

This text font color is #BB8841.


Background Color

.myBgColor { background-color: #BB8841; }

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

This div background color is #BB8841.


Border color

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

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

This div border color is #BB8841.


Opacity

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

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

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

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

This text has shadow with #BB8841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8841 on black background.


Color preview on white background

This text has color #BB8841 on white background.



Black color preview on #BB8841 background

This text has black color on #BB8841 background.


White color preview on #BB8841 background

This text has white color on #BB8841 background.