COLOR #BB7F72

HEX: #BB7F72
RGB: (187,127,114)

Color info

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

RGB color model

#BB7F72 color RGB value is (187,127,114).

  • red value is 187;
  • green value is 127;
  • blue value is 114.
RGB:
(187,127,114)
(73%,50%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 114 of 255 = 45%

187
127
114

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

Portions of RGB colors in percentages

R + G + B =
187 + 127 + 114 = 428 (100%)
R 187 of 428 ~ 43.69%
G 127 of 428 ~ 29.67%
B 114 of 428 ~ 26.64%

%43.69
%29.67
%26.64

CMYK color model

#BB7F72 color CMYK value is (0,32,39,27).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 39.04%
  • key color value is 26.67%
CMYK:
(0,32,39,27)
C0M32Y39K27 
(0%,32%,39%,27%)
(0.00/0.32/0.39/0.27)	

CMYK percentages

%0
%32.09
%39.04
%26.67

Codes

Color #BB7F72 in popluar color models

BB7F72
RGB187127114
HSL11°34.93%59.02%
HSB/HSV11°39.04%73.33%
CMYK0.00%32.09%39.04%
26.67%

Color #BB7F72 in popluar number systems.

HEXBB7F72
Decimal187127114
Binary1011101111111111110010
Octal273177162

Shades and tints

Shades of #BB7F72

#BB7F72
(187,127,114)
#AA7468
(170,116,104)
#99695E
(153,105,94)
#885E54
(136,94,84)
#77534A
(119,83,74)
#664840
(102,72,64)
#553D36
(85,61,54)
#44322C
(68,50,44)
#332722
(51,39,34)
#221C18
(34,28,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BB7F72

#BB7F72
(187,127,114)
#C18A7E
(193,138,126)
#C7958A
(199,149,138)
#CDA096
(205,160,150)
#D3ABA2
(211,171,162)
#D9B6AE
(217,182,174)
#DFC1BA
(223,193,186)
#E5CCC6
(229,204,198)
#EBD7D2
(235,215,210)
#F1E2DE
(241,226,222)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7F72 color. Also use rgb(187,127,114) instead hex code.

Text Font Color

.myTextColor { color: #BB7F72; }

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

This text font color is #BB7F72.


Background Color

.myBgColor { background-color: #BB7F72; }

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

This div background color is #BB7F72.


Border color

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

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

This div border color is #BB7F72.


Opacity

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

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

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

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

This text has shadow with #BB7F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7F72 on black background.


Color preview on white background

This text has color #BB7F72 on white background.



Black color preview on #BB7F72 background

This text has black color on #BB7F72 background.


White color preview on #BB7F72 background

This text has white color on #BB7F72 background.