COLOR #BB7818

HEX: #BB7818
RGB: (187,120,24)

Color info

#BB7818 contains mainly red color. Web safe color of #BB7818 is #CC6600 (or #C60).

RGB color model

#BB7818 color RGB value is (187,120,24).

  • red value is 187;
  • green value is 120;
  • blue value is 24.
RGB:
(187,120,24)
(73%,47%,9%)

RGB channels and saturation

R 187 of 255 = 73%
G 120 of 255 = 47%
B 24 of 255 = 9%

187
120
24

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

Portions of RGB colors in percentages

R + G + B =
187 + 120 + 24 = 331 (100%)
R 187 of 331 ~ 56.5%
G 120 of 331 ~ 36.25%
B 24 of 331 ~ 7.25%

%56.5
%36.25

CMYK color model

#BB7818 color CMYK value is (0,36,87,27).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 87.17%
  • key color value is 26.67%
CMYK:
(0,36,87,27)
C0M36Y87K27 
(0%,36%,87%,27%)
(0.00/0.36/0.87/0.27)	

CMYK percentages

%0
%35.83
%87.17
%26.67

Codes

Color #BB7818 in popluar color models

BB7818
RGB18712024
HSL35°77.25%41.37%
HSB/HSV35°87.17%73.33%
CMYK0.00%35.83%87.17%
26.67%

Color #BB7818 in popluar number systems.

HEXBB7818
Decimal18712024
Binary10111011111100011000
Octal27317030

Shades and tints

Shades of #BB7818

#BB7818
(187,120,24)
#AA6E16
(170,110,22)
#996414
(153,100,20)
#885A12
(136,90,18)
#775010
(119,80,16)
#66460E
(102,70,14)
#553C0C
(85,60,12)
#44320A
(68,50,10)
#332808
(51,40,8)
#221E06
(34,30,6)
#111404
(17,20,4)
#000000
(0,0,0)

Tints of #BB7818

#BB7818
(187,120,24)
#C1842D
(193,132,45)
#C79042
(199,144,66)
#CD9C57
(205,156,87)
#D3A86C
(211,168,108)
#D9B481
(217,180,129)
#DFC096
(223,192,150)
#E5CCAB
(229,204,171)
#EBD8C0
(235,216,192)
#F1E4D5
(241,228,213)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7818 color. Also use rgb(187,120,24) instead hex code.

Text Font Color

.myTextColor { color: #BB7818; }

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

This text font color is #BB7818.


Background Color

.myBgColor { background-color: #BB7818; }

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

This div background color is #BB7818.


Border color

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

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

This div border color is #BB7818.


Opacity

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

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

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

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

This text has shadow with #BB7818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7818 on black background.


Color preview on white background

This text has color #BB7818 on white background.



Black color preview on #BB7818 background

This text has black color on #BB7818 background.


White color preview on #BB7818 background

This text has white color on #BB7818 background.