COLOR #BB7A64

HEX: #BB7A64 RGB: (187,122,100)

Color info

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

RGB color model

#BB7A64 color RGB value is (187,122,100).

RGB: (187,122,100) (73%, 48%, 39%)

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 100 of 255 = 39%

187
122
100

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

Portions of RGB colors in percentages

R + G + B = 187 + 122 + 100 = 409 (100%)
R 187 of 409 ~ 45.72%
G 122 of 409 ~ 29.83%
B 100 of 409 ~ 24.45'%

%45.72
%29.83
%24.45

CMYK color model

#BB7A64 color CMYK value is (0,35,47,27).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 46.52%
  • key color value is 26.67%

CMYK: (0,35,47,27)
C0M35Y47K27 (0%, 35%, 47%, 27%)
(0.00 / 0.35 / 0.47 / 0.27)

CMYK percentages

%0
%34.76
%46.52
%26.67

Codes

Color #BB7A64 in popluar color models

BB 7A 64
RGB 187 122 100
HSL 15° 39.01% 56.27%
HSB/HSV 15° 46.52% 73.33%
CMYK 0.00% 34.76% 46.52%
26.67%

Color #BB7A64 in popluar number systems.

HEX BB 7A 64
Decimal 187 122 100
Binary 10111011 1111010 1100100
Octal 273 172 144

Shades and tints

Shades of #BB7A64

#BB7A64
(187,122,100)
#AA6F5B
(170,111,91)
#996452
(153,100,82)
#885949
(136,89,73)
#774E40
(119,78,64)
#664337
(102,67,55)
#55382E
(85,56,46)
#442D25
(68,45,37)
#33221C
(51,34,28)
#221713
(34,23,19)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #BB7A64

#BB7A64
(187,122,100)
#C18672
(193,134,114)
#C79280
(199,146,128)
#CD9E8E
(205,158,142)
#D3AA9C
(211,170,156)
#D9B6AA
(217,182,170)
#DFC2B8
(223,194,184)
#E5CEC6
(229,206,198)
#EBDAD4
(235,218,212)
#F1E6E2
(241,230,226)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7A64 color. Also use rgb(187,122,100) instead hex code.

Text Font Color

.myTextColor { color: #BB7A64; }

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

This text font color is #BB7A64.

Background Color

.myBgColor { background-color: #BB7A64; }

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

This div background color is #BB7A64.

Border color

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

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

This div border color is #BB7A64.

Opacity

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

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

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

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

This text has shadow with #BB7A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7A64.

Preview

Color preview on black background

This text has color #BB7A64 on black background.


Color preview on white background

This text has color #BB7A64 on white background.


Black color preview on #BB7A64 background

This text has black color on #BB7A64 background.


White color preview on #BB7A64 background

This text has white color on #BB7A64 background.


Related colors

Complementary color

Complementary color for #hex is #44859B.


I love getcolorcode.com

Triadic colors

1 #64BB7A and #7A64BB with #BB7A64 are triadic colors.

2 #647ABB and #7ABB64 with #BB7A64 are triadic colors.