COLOR #BB7D73

HEX: #BB7D73
RGB: (187,125,115)

Color info

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

RGB color model

#BB7D73 color RGB value is (187,125,115).

  • red value is 187;
  • green value is 125;
  • blue value is 115.
RGB:
(187,125,115)
(73%,49%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 125 of 255 = 49%
B 115 of 255 = 45%

187
125
115

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

Portions of RGB colors in percentages

R + G + B =
187 + 125 + 115 = 427 (100%)
R 187 of 427 ~ 43.79%
G 125 of 427 ~ 29.27%
B 115 of 427 ~ 26.93%

%43.79
%29.27
%26.93

CMYK color model

#BB7D73 color CMYK value is (0,33,39,27).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 38.50%
  • key color value is 26.67%
CMYK:
(0,33,39,27)
C0M33Y39K27 
(0%,33%,39%,27%)
(0.00/0.33/0.39/0.27)	

CMYK percentages

%0
%33.16
%38.5
%26.67

Codes

Color #BB7D73 in popluar color models

BB7D73
RGB187125115
HSL34.62%59.22%
HSB/HSV38.50%73.33%
CMYK0.00%33.16%38.50%
26.67%

Color #BB7D73 in popluar number systems.

HEXBB7D73
Decimal187125115
Binary1011101111111011110011
Octal273175163

Shades and tints

Shades of #BB7D73

#BB7D73
(187,125,115)
#AA7269
(170,114,105)
#99675F
(153,103,95)
#885C55
(136,92,85)
#77514B
(119,81,75)
#664641
(102,70,65)
#553B37
(85,59,55)
#44302D
(68,48,45)
#332523
(51,37,35)
#221A19
(34,26,25)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #BB7D73

#BB7D73
(187,125,115)
#C1887F
(193,136,127)
#C7938B
(199,147,139)
#CD9E97
(205,158,151)
#D3A9A3
(211,169,163)
#D9B4AF
(217,180,175)
#DFBFBB
(223,191,187)
#E5CAC7
(229,202,199)
#EBD5D3
(235,213,211)
#F1E0DF
(241,224,223)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7D73 color. Also use rgb(187,125,115) instead hex code.

Text Font Color

.myTextColor { color: #BB7D73; }

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

This text font color is #BB7D73.


Background Color

.myBgColor { background-color: #BB7D73; }

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

This div background color is #BB7D73.


Border color

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

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

This div border color is #BB7D73.


Opacity

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

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

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

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

This text has shadow with #BB7D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7D73 on black background.


Color preview on white background

This text has color #BB7D73 on white background.



Black color preview on #BB7D73 background

This text has black color on #BB7D73 background.


White color preview on #BB7D73 background

This text has white color on #BB7D73 background.