COLOR #BB7D63

HEX: #BB7D63 RGB: (187,125,99)

Color info

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

RGB color model

#BB7D63 color RGB value is (187,125,99).

RGB: (187,125,99) (73%, 49%, 39%)

RGB channels and saturation

R 187 of 255 = 73%
G 125 of 255 = 49%
B 99 of 255 = 39%

187
125
99

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

Portions of RGB colors in percentages

R + G + B = 187 + 125 + 99 = 411 (100%)
R 187 of 411 ~ 45.5%
G 125 of 411 ~ 30.41%
B 99 of 411 ~ 24.09'%

%45.5
%30.41
%24.09

CMYK color model

#BB7D63 color CMYK value is (0,33,47,27).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 47.06%
  • key color value is 26.67%

CMYK: (0,33,47,27)
C0M33Y47K27 (0%, 33%, 47%, 27%)
(0.00 / 0.33 / 0.47 / 0.27)

CMYK percentages

%0
%33.16
%47.06
%26.67

Codes

Color #BB7D63 in popluar color models

BB 7D 63
RGB 187 125 99
HSL 18° 39.29% 56.08%
HSB/HSV 18° 47.06% 73.33%
CMYK 0.00% 33.16% 47.06%
26.67%

Color #BB7D63 in popluar number systems.

HEX BB 7D 63
Decimal 187 125 99
Binary 10111011 1111101 1100011
Octal 273 175 143

Shades and tints

Shades of #BB7D63

#BB7D63
(187,125,99)
#AA725A
(170,114,90)
#996751
(153,103,81)
#885C48
(136,92,72)
#77513F
(119,81,63)
#664636
(102,70,54)
#553B2D
(85,59,45)
#443024
(68,48,36)
#33251B
(51,37,27)
#221A12
(34,26,18)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #BB7D63

#BB7D63
(187,125,99)
#C18871
(193,136,113)
#C7937F
(199,147,127)
#CD9E8D
(205,158,141)
#D3A99B
(211,169,155)
#D9B4A9
(217,180,169)
#DFBFB7
(223,191,183)
#E5CAC5
(229,202,197)
#EBD5D3
(235,213,211)
#F1E0E1
(241,224,225)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7D63; }

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

This text font color is #BB7D63.

Background Color

.myBgColor { background-color: #BB7D63; }

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

This div background color is #BB7D63.

Border color

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

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

This div border color is #BB7D63.

Opacity

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

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

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

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

This text has shadow with #BB7D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7D63.

Preview

Color preview on black background

This text has color #BB7D63 on black background.


Color preview on white background

This text has color #BB7D63 on white background.


Black color preview on #BB7D63 background

This text has black color on #BB7D63 background.


White color preview on #BB7D63 background

This text has white color on #BB7D63 background.


Related colors

Complementary color

Complementary color for #hex is #44829C.


I love getcolorcode.com

Triadic colors

1 #63BB7D and #7D63BB with #BB7D63 are triadic colors.

2 #637DBB and #7DBB63 with #BB7D63 are triadic colors.