COLOR #BB8741

HEX: #BB8741
RGB: (187,135,65)

Color info

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

RGB color model

#BB8741 color RGB value is (187,135,65).

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

RGB channels and saturation

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

187
135
65

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

Portions of RGB colors in percentages

R + G + B =
187 + 135 + 65 = 387 (100%)
R 187 of 387 ~ 48.32%
G 135 of 387 ~ 34.88%
B 65 of 387 ~ 16.8%

%48.32
%34.88
%16.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 65.24%
  • key color value is 26.67%
CMYK:
(0,28,65,27)
C0M28Y65K27 
(0%,28%,65%,27%)
(0.00/0.28/0.65/0.27)	

CMYK percentages

%0
%27.81
%65.24
%26.67

Codes

Color #BB8741 in popluar color models

BB8741
RGB18713565
HSL34°48.41%49.41%
HSB/HSV34°65.24%73.33%
CMYK0.00%27.81%65.24%
26.67%

Color #BB8741 in popluar number systems.

HEXBB8741
Decimal18713565
Binary10111011100001111000001
Octal273207101

Shades and tints

Shades of #BB8741

#BB8741
(187,135,65)
#AA7B3C
(170,123,60)
#996F37
(153,111,55)
#886332
(136,99,50)
#77572D
(119,87,45)
#664B28
(102,75,40)
#553F23
(85,63,35)
#44331E
(68,51,30)
#332719
(51,39,25)
#221B14
(34,27,20)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #BB8741

#BB8741
(187,135,65)
#C19152
(193,145,82)
#C79B63
(199,155,99)
#CDA574
(205,165,116)
#D3AF85
(211,175,133)
#D9B996
(217,185,150)
#DFC3A7
(223,195,167)
#E5CDB8
(229,205,184)
#EBD7C9
(235,215,201)
#F1E1DA
(241,225,218)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8741; }

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

This text font color is #BB8741.


Background Color

.myBgColor { background-color: #BB8741; }

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

This div background color is #BB8741.


Border color

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

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

This div border color is #BB8741.


Opacity

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

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

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

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

This text has shadow with #BB8741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8741 on black background.


Color preview on white background

This text has color #BB8741 on white background.



Black color preview on #BB8741 background

This text has black color on #BB8741 background.


White color preview on #BB8741 background

This text has white color on #BB8741 background.