COLOR #BB8540

HEX: #BB8540
RGB: (187,133,64)

Color info

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

RGB color model

#BB8540 color RGB value is (187,133,64).

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

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 64 of 255 = 25%

187
133
64

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

Portions of RGB colors in percentages

R + G + B =
187 + 133 + 64 = 384 (100%)
R 187 of 384 ~ 48.7%
G 133 of 384 ~ 34.64%
B 64 of 384 ~ 16.67%

%48.7
%34.64
%16.67

CMYK color model

#BB8540 color CMYK value is (0,29,66,27).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 65.78%
  • key color value is 26.67%
CMYK:
(0,29,66,27)
C0M29Y66K27 
(0%,29%,66%,27%)
(0.00/0.29/0.66/0.27)	

CMYK percentages

%0
%28.88
%65.78
%26.67

Codes

Color #BB8540 in popluar color models

BB8540
RGB18713364
HSL34°49.00%49.22%
HSB/HSV34°65.78%73.33%
CMYK0.00%28.88%65.78%
26.67%

Color #BB8540 in popluar number systems.

HEXBB8540
Decimal18713364
Binary10111011100001011000000
Octal273205100

Shades and tints

Shades of #BB8540

#BB8540
(187,133,64)
#AA793B
(170,121,59)
#996D36
(153,109,54)
#886131
(136,97,49)
#77552C
(119,85,44)
#664927
(102,73,39)
#553D22
(85,61,34)
#44311D
(68,49,29)
#332518
(51,37,24)
#221913
(34,25,19)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #BB8540

#BB8540
(187,133,64)
#C19051
(193,144,81)
#C79B62
(199,155,98)
#CDA673
(205,166,115)
#D3B184
(211,177,132)
#D9BC95
(217,188,149)
#DFC7A6
(223,199,166)
#E5D2B7
(229,210,183)
#EBDDC8
(235,221,200)
#F1E8D9
(241,232,217)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8540; }

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

This text font color is #BB8540.


Background Color

.myBgColor { background-color: #BB8540; }

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

This div background color is #BB8540.


Border color

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

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

This div border color is #BB8540.


Opacity

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

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

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

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

This text has shadow with #BB8540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8540 on black background.


Color preview on white background

This text has color #BB8540 on white background.



Black color preview on #BB8540 background

This text has black color on #BB8540 background.


White color preview on #BB8540 background

This text has white color on #BB8540 background.