COLOR #BB7E65

HEX: #BB7E65
RGB: (187,126,101)

Color info

#BB7E65 contains mainly red color. Web safe color of #BB7E65 is #CC6666 (or #C66).

RGB color model

#BB7E65 color RGB value is (187,126,101).

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

RGB channels and saturation

R 187 of 255 = 73%
G 126 of 255 = 49%
B 101 of 255 = 40%

187
126
101

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

Portions of RGB colors in percentages

R + G + B =
187 + 126 + 101 = 414 (100%)
R 187 of 414 ~ 45.17%
G 126 of 414 ~ 30.43%
B 101 of 414 ~ 24.4%

%45.17
%30.43
%24.4

CMYK color model

#BB7E65 color CMYK value is (0,33,46,27).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 45.99%
  • key color value is 26.67%
CMYK:
(0,33,46,27)
C0M33Y46K27 
(0%,33%,46%,27%)
(0.00/0.33/0.46/0.27)	

CMYK percentages

%0
%32.62
%45.99
%26.67

Codes

Color #BB7E65 in popluar color models

BB7E65
RGB187126101
HSL17°38.74%56.47%
HSB/HSV17°45.99%73.33%
CMYK0.00%32.62%45.99%
26.67%

Color #BB7E65 in popluar number systems.

HEXBB7E65
Decimal187126101
Binary1011101111111101100101
Octal273176145

Shades and tints

Shades of #BB7E65

#BB7E65
(187,126,101)
#AA735C
(170,115,92)
#996853
(153,104,83)
#885D4A
(136,93,74)
#775241
(119,82,65)
#664738
(102,71,56)
#553C2F
(85,60,47)
#443126
(68,49,38)
#33261D
(51,38,29)
#221B14
(34,27,20)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #BB7E65

#BB7E65
(187,126,101)
#C18973
(193,137,115)
#C79481
(199,148,129)
#CD9F8F
(205,159,143)
#D3AA9D
(211,170,157)
#D9B5AB
(217,181,171)
#DFC0B9
(223,192,185)
#E5CBC7
(229,203,199)
#EBD6D5
(235,214,213)
#F1E1E3
(241,225,227)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7E65; }

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

This text font color is #BB7E65.


Background Color

.myBgColor { background-color: #BB7E65; }

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

This div background color is #BB7E65.


Border color

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

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

This div border color is #BB7E65.


Opacity

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

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

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

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

This text has shadow with #BB7E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7E65 on black background.


Color preview on white background

This text has color #BB7E65 on white background.



Black color preview on #BB7E65 background

This text has black color on #BB7E65 background.


White color preview on #BB7E65 background

This text has white color on #BB7E65 background.