COLOR #BB7865

HEX: #BB7865
RGB: (187,120,101)

Color info

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

RGB color model

#BB7865 color RGB value is (187,120,101).

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

RGB channels and saturation

R 187 of 255 = 73%
G 120 of 255 = 47%
B 101 of 255 = 40%

187
120
101

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

Portions of RGB colors in percentages

R + G + B =
187 + 120 + 101 = 408 (100%)
R 187 of 408 ~ 45.83%
G 120 of 408 ~ 29.41%
B 101 of 408 ~ 24.75%

%45.83
%29.41
%24.75

CMYK color model

#BB7865 color CMYK value is (0,36,46,27).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 45.99%
  • key color value is 26.67%
CMYK:
(0,36,46,27)
C0M36Y46K27 
(0%,36%,46%,27%)
(0.00/0.36/0.46/0.27)	

CMYK percentages

%0
%35.83
%45.99
%26.67

Codes

Color #BB7865 in popluar color models

BB7865
RGB187120101
HSL13°38.74%56.47%
HSB/HSV13°45.99%73.33%
CMYK0.00%35.83%45.99%
26.67%

Color #BB7865 in popluar number systems.

HEXBB7865
Decimal187120101
Binary1011101111110001100101
Octal273170145

Shades and tints

Shades of #BB7865

#BB7865
(187,120,101)
#AA6E5C
(170,110,92)
#996453
(153,100,83)
#885A4A
(136,90,74)
#775041
(119,80,65)
#664638
(102,70,56)
#553C2F
(85,60,47)
#443226
(68,50,38)
#33281D
(51,40,29)
#221E14
(34,30,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #BB7865

#BB7865
(187,120,101)
#C18473
(193,132,115)
#C79081
(199,144,129)
#CD9C8F
(205,156,143)
#D3A89D
(211,168,157)
#D9B4AB
(217,180,171)
#DFC0B9
(223,192,185)
#E5CCC7
(229,204,199)
#EBD8D5
(235,216,213)
#F1E4E3
(241,228,227)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7865; }

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

This text font color is #BB7865.


Background Color

.myBgColor { background-color: #BB7865; }

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

This div background color is #BB7865.


Border color

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

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

This div border color is #BB7865.


Opacity

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

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

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

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

This text has shadow with #BB7865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7865 on black background.


Color preview on white background

This text has color #BB7865 on white background.



Black color preview on #BB7865 background

This text has black color on #BB7865 background.


White color preview on #BB7865 background

This text has white color on #BB7865 background.