COLOR #BB8543

HEX: #BB8543
RGB: (187,133,67)

Color info

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

RGB color model

#BB8543 color RGB value is (187,133,67).

  • red value is 187;
  • green value is 133;
  • blue value is 67.
RGB:
(187,133,67)
(73%,52%,26%)

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 67 of 255 = 26%

187
133
67

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

Portions of RGB colors in percentages

R + G + B =
187 + 133 + 67 = 387 (100%)
R 187 of 387 ~ 48.32%
G 133 of 387 ~ 34.37%
B 67 of 387 ~ 17.31%

%48.32
%34.37
%17.31

CMYK color model

#BB8543 color CMYK value is (0,29,64,27).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 64.17%
  • key color value is 26.67%
CMYK:
(0,29,64,27)
C0M29Y64K27 
(0%,29%,64%,27%)
(0.00/0.29/0.64/0.27)	

CMYK percentages

%0
%28.88
%64.17
%26.67

Codes

Color #BB8543 in popluar color models

BB8543
RGB18713367
HSL33°47.24%49.80%
HSB/HSV33°64.17%73.33%
CMYK0.00%28.88%64.17%
26.67%

Color #BB8543 in popluar number systems.

HEXBB8543
Decimal18713367
Binary10111011100001011000011
Octal273205103

Shades and tints

Shades of #BB8543

#BB8543
(187,133,67)
#AA793D
(170,121,61)
#996D37
(153,109,55)
#886131
(136,97,49)
#77552B
(119,85,43)
#664925
(102,73,37)
#553D1F
(85,61,31)
#443119
(68,49,25)
#332513
(51,37,19)
#22190D
(34,25,13)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #BB8543

#BB8543
(187,133,67)
#C19054
(193,144,84)
#C79B65
(199,155,101)
#CDA676
(205,166,118)
#D3B187
(211,177,135)
#D9BC98
(217,188,152)
#DFC7A9
(223,199,169)
#E5D2BA
(229,210,186)
#EBDDCB
(235,221,203)
#F1E8DC
(241,232,220)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8543 color. Also use rgb(187,133,67) instead hex code.

Text Font Color

.myTextColor { color: #BB8543; }

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

This text font color is #BB8543.


Background Color

.myBgColor { background-color: #BB8543; }

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

This div background color is #BB8543.


Border color

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

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

This div border color is #BB8543.


Opacity

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

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

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

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

This text has shadow with #BB8543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8543 on black background.


Color preview on white background

This text has color #BB8543 on white background.



Black color preview on #BB8543 background

This text has black color on #BB8543 background.


White color preview on #BB8543 background

This text has white color on #BB8543 background.