COLOR #BB7F4A

HEX: #BB7F4A
RGB: (187,127,74)

Color info

#BB7F4A contains mainly red color. Web safe color of #BB7F4A is #CC6633 (or #C63).

RGB color model

#BB7F4A color RGB value is (187,127,74).

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

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 74 of 255 = 29%

187
127
74

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

Portions of RGB colors in percentages

R + G + B =
187 + 127 + 74 = 388 (100%)
R 187 of 388 ~ 48.2%
G 127 of 388 ~ 32.73%
B 74 of 388 ~ 19.07%

%48.2
%32.73
%19.07

CMYK color model

#BB7F4A color CMYK value is (0,32,60,27).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 60.43%
  • key color value is 26.67%
CMYK:
(0,32,60,27)
C0M32Y60K27 
(0%,32%,60%,27%)
(0.00/0.32/0.60/0.27)	

CMYK percentages

%0
%32.09
%60.43
%26.67

Codes

Color #BB7F4A in popluar color models

BB7F4A
RGB18712774
HSL28°45.38%51.18%
HSB/HSV28°60.43%73.33%
CMYK0.00%32.09%60.43%
26.67%

Color #BB7F4A in popluar number systems.

HEXBB7F4A
Decimal18712774
Binary1011101111111111001010
Octal273177112

Shades and tints

Shades of #BB7F4A

#BB7F4A
(187,127,74)
#AA7444
(170,116,68)
#99693E
(153,105,62)
#885E38
(136,94,56)
#775332
(119,83,50)
#66482C
(102,72,44)
#553D26
(85,61,38)
#443220
(68,50,32)
#33271A
(51,39,26)
#221C14
(34,28,20)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BB7F4A

#BB7F4A
(187,127,74)
#C18A5A
(193,138,90)
#C7956A
(199,149,106)
#CDA07A
(205,160,122)
#D3AB8A
(211,171,138)
#D9B69A
(217,182,154)
#DFC1AA
(223,193,170)
#E5CCBA
(229,204,186)
#EBD7CA
(235,215,202)
#F1E2DA
(241,226,218)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7F4A; }

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

This text font color is #BB7F4A.


Background Color

.myBgColor { background-color: #BB7F4A; }

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

This div background color is #BB7F4A.


Border color

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

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

This div border color is #BB7F4A.


Opacity

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

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

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

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

This text has shadow with #BB7F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7F4A on black background.


Color preview on white background

This text has color #BB7F4A on white background.



Black color preview on #BB7F4A background

This text has black color on #BB7F4A background.


White color preview on #BB7F4A background

This text has white color on #BB7F4A background.