COLOR #BB9665

HEX: #BB9665
RGB: (187,150,101)

Color info

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

RGB color model

#BB9665 color RGB value is (187,150,101).

  • red value is 187;
  • green value is 150;
  • blue value is 101.
RGB:
(187,150,101)
(73%,59%,40%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 101 of 255 = 40%

187
150
101

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

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 101 = 438 (100%)
R 187 of 438 ~ 42.69%
G 150 of 438 ~ 34.25%
B 101 of 438 ~ 23.06%

%42.69
%34.25
%23.06

CMYK color model

#BB9665 color CMYK value is (0,20,46,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 45.99%
  • key color value is 26.67%
CMYK:
(0,20,46,27)
C0M20Y46K27 
(0%,20%,46%,27%)
(0.00/0.20/0.46/0.27)	

CMYK percentages

%0
%19.79
%45.99
%26.67

Codes

Color #BB9665 in popluar color models

BB9665
RGB187150101
HSL34°38.74%56.47%
HSB/HSV34°45.99%73.33%
CMYK0.00%19.79%45.99%
26.67%

Color #BB9665 in popluar number systems.

HEXBB9665
Decimal187150101
Binary10111011100101101100101
Octal273226145

Shades and tints

Shades of #BB9665

#BB9665
(187,150,101)
#AA895C
(170,137,92)
#997C53
(153,124,83)
#886F4A
(136,111,74)
#776241
(119,98,65)
#665538
(102,85,56)
#55482F
(85,72,47)
#443B26
(68,59,38)
#332E1D
(51,46,29)
#222114
(34,33,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #BB9665

#BB9665
(187,150,101)
#C19F73
(193,159,115)
#C7A881
(199,168,129)
#CDB18F
(205,177,143)
#D3BA9D
(211,186,157)
#D9C3AB
(217,195,171)
#DFCCB9
(223,204,185)
#E5D5C7
(229,213,199)
#EBDED5
(235,222,213)
#F1E7E3
(241,231,227)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9665 color. Also use rgb(187,150,101) instead hex code.

Text Font Color

.myTextColor { color: #BB9665; }

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

This text font color is #BB9665.


Background Color

.myBgColor { background-color: #BB9665; }

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

This div background color is #BB9665.


Border color

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

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

This div border color is #BB9665.


Opacity

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

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

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

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

This text has shadow with #BB9665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9665 on black background.


Color preview on white background

This text has color #BB9665 on white background.



Black color preview on #BB9665 background

This text has black color on #BB9665 background.


White color preview on #BB9665 background

This text has white color on #BB9665 background.