COLOR #BB791E

HEX: #BB791E
RGB: (187,121,30)

Color info

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

RGB color model

#BB791E color RGB value is (187,121,30).

  • red value is 187;
  • green value is 121;
  • blue value is 30.
RGB:
(187,121,30)
(73%,47%,12%)

RGB channels and saturation

R 187 of 255 = 73%
G 121 of 255 = 47%
B 30 of 255 = 12%

187
121
30

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

Portions of RGB colors in percentages

R + G + B =
187 + 121 + 30 = 338 (100%)
R 187 of 338 ~ 55.33%
G 121 of 338 ~ 35.8%
B 30 of 338 ~ 8.88%

%55.33
%35.8

CMYK color model

#BB791E color CMYK value is (0,35,84,27).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 83.96%
  • key color value is 26.67%
CMYK:
(0,35,84,27)
C0M35Y84K27 
(0%,35%,84%,27%)
(0.00/0.35/0.84/0.27)	

CMYK percentages

%0
%35.29
%83.96
%26.67

Codes

Color #BB791E in popluar color models

BB791E
RGB18712130
HSL35°72.35%42.55%
HSB/HSV35°83.96%73.33%
CMYK0.00%35.29%83.96%
26.67%

Color #BB791E in popluar number systems.

HEXBB791E
Decimal18712130
Binary10111011111100111110
Octal27317136

Shades and tints

Shades of #BB791E

#BB791E
(187,121,30)
#AA6E1C
(170,110,28)
#99631A
(153,99,26)
#885818
(136,88,24)
#774D16
(119,77,22)
#664214
(102,66,20)
#553712
(85,55,18)
#442C10
(68,44,16)
#33210E
(51,33,14)
#22160C
(34,22,12)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #BB791E

#BB791E
(187,121,30)
#C18532
(193,133,50)
#C79146
(199,145,70)
#CD9D5A
(205,157,90)
#D3A96E
(211,169,110)
#D9B582
(217,181,130)
#DFC196
(223,193,150)
#E5CDAA
(229,205,170)
#EBD9BE
(235,217,190)
#F1E5D2
(241,229,210)
#F7F1E6
(247,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB791E color. Also use rgb(187,121,30) instead hex code.

Text Font Color

.myTextColor { color: #BB791E; }

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

This text font color is #BB791E.


Background Color

.myBgColor { background-color: #BB791E; }

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

This div background color is #BB791E.


Border color

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

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

This div border color is #BB791E.


Opacity

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

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

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

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

This text has shadow with #BB791E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB791E on black background.


Color preview on white background

This text has color #BB791E on white background.



Black color preview on #BB791E background

This text has black color on #BB791E background.


White color preview on #BB791E background

This text has white color on #BB791E background.