COLOR #BB793A

HEX: #BB793A
RGB: (187,121,58)

Color info

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

RGB color model

#BB793A color RGB value is (187,121,58).

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

RGB channels and saturation

R 187 of 255 = 73%
G 121 of 255 = 47%
B 58 of 255 = 23%

187
121
58

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

Portions of RGB colors in percentages

R + G + B =
187 + 121 + 58 = 366 (100%)
R 187 of 366 ~ 51.09%
G 121 of 366 ~ 33.06%
B 58 of 366 ~ 15.85%

%51.09
%33.06
%15.85

CMYK color model

#BB793A color CMYK value is (0,35,69,27).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 68.98%
  • key color value is 26.67%
CMYK:
(0,35,69,27)
C0M35Y69K27 
(0%,35%,69%,27%)
(0.00/0.35/0.69/0.27)	

CMYK percentages

%0
%35.29
%68.98
%26.67

Codes

Color #BB793A in popluar color models

BB793A
RGB18712158
HSL29°52.65%48.04%
HSB/HSV29°68.98%73.33%
CMYK0.00%35.29%68.98%
26.67%

Color #BB793A in popluar number systems.

HEXBB793A
Decimal18712158
Binary101110111111001111010
Octal27317172

Shades and tints

Shades of #BB793A

#BB793A
(187,121,58)
#AA6E35
(170,110,53)
#996330
(153,99,48)
#88582B
(136,88,43)
#774D26
(119,77,38)
#664221
(102,66,33)
#55371C
(85,55,28)
#442C17
(68,44,23)
#332112
(51,33,18)
#22160D
(34,22,13)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #BB793A

#BB793A
(187,121,58)
#C1854B
(193,133,75)
#C7915C
(199,145,92)
#CD9D6D
(205,157,109)
#D3A97E
(211,169,126)
#D9B58F
(217,181,143)
#DFC1A0
(223,193,160)
#E5CDB1
(229,205,177)
#EBD9C2
(235,217,194)
#F1E5D3
(241,229,211)
#F7F1E4
(247,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB793A; }

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

This text font color is #BB793A.


Background Color

.myBgColor { background-color: #BB793A; }

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

This div background color is #BB793A.


Border color

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

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

This div border color is #BB793A.


Opacity

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

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

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

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

This text has shadow with #BB793A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB793A on black background.


Color preview on white background

This text has color #BB793A on white background.



Black color preview on #BB793A background

This text has black color on #BB793A background.


White color preview on #BB793A background

This text has white color on #BB793A background.