COLOR #BB8A67

HEX: #BB8A67
RGB: (187,138,103)

Color info

#BB8A67 contains mainly red and green colors. Web safe color of #BB8A67 is #CC9966 (or #C96).

RGB color model

#BB8A67 color RGB value is (187,138,103).

  • red value is 187;
  • green value is 138;
  • blue value is 103.
RGB:
(187,138,103)
(73%,54%,40%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 103 of 255 = 40%

187
138
103

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

Portions of RGB colors in percentages

R + G + B =
187 + 138 + 103 = 428 (100%)
R 187 of 428 ~ 43.69%
G 138 of 428 ~ 32.24%
B 103 of 428 ~ 24.07%

%43.69
%32.24
%24.07

CMYK color model

#BB8A67 color CMYK value is (0,26,45,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 44.92%
  • key color value is 26.67%
CMYK:
(0,26,45,27)
C0M26Y45K27 
(0%,26%,45%,27%)
(0.00/0.26/0.45/0.27)	

CMYK percentages

%0
%26.2
%44.92
%26.67

Codes

Color #BB8A67 in popluar color models

BB8A67
RGB187138103
HSL25°38.18%56.86%
HSB/HSV25°44.92%73.33%
CMYK0.00%26.20%44.92%
26.67%

Color #BB8A67 in popluar number systems.

HEXBB8A67
Decimal187138103
Binary10111011100010101100111
Octal273212147

Shades and tints

Shades of #BB8A67

#BB8A67
(187,138,103)
#AA7E5E
(170,126,94)
#997255
(153,114,85)
#88664C
(136,102,76)
#775A43
(119,90,67)
#664E3A
(102,78,58)
#554231
(85,66,49)
#443628
(68,54,40)
#332A1F
(51,42,31)
#221E16
(34,30,22)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #BB8A67

#BB8A67
(187,138,103)
#C19474
(193,148,116)
#C79E81
(199,158,129)
#CDA88E
(205,168,142)
#D3B29B
(211,178,155)
#D9BCA8
(217,188,168)
#DFC6B5
(223,198,181)
#E5D0C2
(229,208,194)
#EBDACF
(235,218,207)
#F1E4DC
(241,228,220)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8A67 color. Also use rgb(187,138,103) instead hex code.

Text Font Color

.myTextColor { color: #BB8A67; }

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

This text font color is #BB8A67.


Background Color

.myBgColor { background-color: #BB8A67; }

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

This div background color is #BB8A67.


Border color

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

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

This div border color is #BB8A67.


Opacity

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

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

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

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

This text has shadow with #BB8A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8A67 on black background.


Color preview on white background

This text has color #BB8A67 on white background.



Black color preview on #BB8A67 background

This text has black color on #BB8A67 background.


White color preview on #BB8A67 background

This text has white color on #BB8A67 background.