COLOR #BB8768

HEX: #BB8768
RGB: (187,135,104)

Color info

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

RGB color model

#BB8768 color RGB value is (187,135,104).

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

RGB channels and saturation

R 187 of 255 = 73%
G 135 of 255 = 53%
B 104 of 255 = 41%

187
135
104

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

Portions of RGB colors in percentages

R + G + B =
187 + 135 + 104 = 426 (100%)
R 187 of 426 ~ 43.9%
G 135 of 426 ~ 31.69%
B 104 of 426 ~ 24.41%

%43.9
%31.69
%24.41

CMYK color model

#BB8768 color CMYK value is (0,28,44,27).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 44.39%
  • key color value is 26.67%
CMYK:
(0,28,44,27)
C0M28Y44K27 
(0%,28%,44%,27%)
(0.00/0.28/0.44/0.27)	

CMYK percentages

%0
%27.81
%44.39
%26.67

Codes

Color #BB8768 in popluar color models

BB8768
RGB187135104
HSL22°37.90%57.06%
HSB/HSV22°44.39%73.33%
CMYK0.00%27.81%44.39%
26.67%

Color #BB8768 in popluar number systems.

HEXBB8768
Decimal187135104
Binary10111011100001111101000
Octal273207150

Shades and tints

Shades of #BB8768

#BB8768
(187,135,104)
#AA7B5F
(170,123,95)
#996F56
(153,111,86)
#88634D
(136,99,77)
#775744
(119,87,68)
#664B3B
(102,75,59)
#553F32
(85,63,50)
#443329
(68,51,41)
#332720
(51,39,32)
#221B17
(34,27,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #BB8768

#BB8768
(187,135,104)
#C19175
(193,145,117)
#C79B82
(199,155,130)
#CDA58F
(205,165,143)
#D3AF9C
(211,175,156)
#D9B9A9
(217,185,169)
#DFC3B6
(223,195,182)
#E5CDC3
(229,205,195)
#EBD7D0
(235,215,208)
#F1E1DD
(241,225,221)
#F7EBEA
(247,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8768; }

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

This text font color is #BB8768.


Background Color

.myBgColor { background-color: #BB8768; }

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

This div background color is #BB8768.


Border color

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

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

This div border color is #BB8768.


Opacity

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

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

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

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

This text has shadow with #BB8768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8768 on black background.


Color preview on white background

This text has color #BB8768 on white background.



Black color preview on #BB8768 background

This text has black color on #BB8768 background.


White color preview on #BB8768 background

This text has white color on #BB8768 background.